Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Posts display in only 1 column, layout settings don't display
- This topic has 9 replies, 2 voices, and was last updated 9 years, 5 months ago by
Ernest Marcinko.
-
AuthorPosts
-
December 28, 2016 at 1:55 pm #11367
Jamila
ParticipantHi WP Dreams Team,
I just purchased your Related Posts Plugin and am excited to implement it. Unfortunately I was not successful doing so – all the related posts display in one column and the layout settings I configured won’t show. I reinstalled the plugin and tried again – same problem, though it displayed in a different way, with faulty navigation buttons.
I disabled plugins and I checked for errors (none) and compatibility (no issues).
I used the shortcode option, but even in the automatic version the same issues show.
Thanks for your help!
Jamila-
This topic was modified 9 years, 5 months ago by
Jamila.
December 28, 2016 at 3:26 pm #11369Ernest Marcinko
KeymasterHi Jamila,
Thank you for the details, I might know what the issue is. I’ve checked your site source, and it appears that during the minification process one of the plugin scripts are moved, thus probably not loading correctly.
Can you please try to change the Javascript source option to “Minified” on the Compatibility Settings plugin submenu: http://i.imgur.com/C0ScyWv.png
This will change the main script source to a different one, which might help.After the change, make sure to clear all of the site cache, including page, minify, browser, query string, database and CDN caches. Let me know if anything changes.
December 29, 2016 at 9:47 am #11395Jamila
ParticipantHi Ernest,
Thanks for your quick reply!
Something changed, but unfortunately it is still not quite right. Now I can see some of the layout settings displaying, but the tiles are full-width and thus super large (as in screenshot).
Best,
JamilaDecember 29, 2016 at 10:12 am #11397Ernest Marcinko
KeymasterHi,
Unfortunately I can see almost the same issue, in a different scope. The jQuery script is moved to the footer, thus the plugin loading fails.
In this case only a possible modification to the plugin code will help. I don’t see temporary back-end and FTP details on your ticket, so I will describe what to do. In case you want me to do it for you, you can add temporary FTP details by editing your initial post.
1. Open up the wp-content\plugins\related-posts-pro\includes\hooks.php file on your server, and scroll to line 63, which should be this:
[php]add_action(‘wp_head’, ‘wpdreams_rpp_hooks’, 10, 0);[/php]
2. Change that line to:
[php]add_action(‘wp_footer’, ‘wpdreams_rpp_hooks’, 9999999999999, 0);[/php]
3. Save the file, and clear your site cache.
This will move the plugin initialization script down to the footer, hopefully below the jQuery script.
If this does not help, I suggest updating your ticket with temp login and FTP details, and I will debug through the plugin code to see why the script loading is not working properly. Let’s hope this works though!December 29, 2016 at 10:51 am #11399Jamila
ParticipantHi Ernest,
Thanks again for your swift response. I applied the changes, but still could not fix it. Please see the updated ticket details for a temporary ftp access to the plugin’s folder.
I also included the shortcode on this post: http://klarekopfsache.de/2016/12/18/achtung-bei-der-tellerwahl/
Best,
JamilaDecember 29, 2016 at 10:57 am #11400Ernest Marcinko
KeymasterHi Jamila,
The script is now working, the fix was ok, I only see a possible misconfiguration now. On the Theme Options -> Slick layout panel make sure the dimension is correct for the item width. I currently see a value of “300” without the dimension, I guess you meant “300px” there: http://i.imgur.com/DWlj0Qe.png
That should do the trick 🙂
December 29, 2016 at 11:16 am #11402Jamila
ParticipantHey Ernest,
thanks for checking. It is properly sliding now, but still full-width 🙁 I fixed the 300 to px, that was probably one mistake. But else I couldn’t find any other possible misconfigurations. Do you have any more ideas?
Sorry for the trouble.
JamilaDecember 29, 2016 at 11:20 am #11403Ernest Marcinko
KeymasterHi Jamila,
It’s okay on my end now, since you have cache enabled, your browser might still serve the cached CSS files. Make sure to clear it’s cache, or reload the page by hitting CTRL + SHIFT + R (on chrome).
December 29, 2016 at 11:28 am #11404Jamila
ParticipantThanks a lot, Ernest! Working on my end, too.
I appreciate your support.Jamila
December 29, 2016 at 1:18 pm #11405Ernest Marcinko
KeymasterYou cannot access this content.
-
This topic was modified 9 years, 5 months ago by
-
AuthorPosts
- The topic ‘Posts display in only 1 column, layout settings don't display’ is closed to new replies.