Plugin Shifts Homepage
-
Hello,
I just added “CBX Bookmark & Favorite” plugin, and it looks great on mobile but on desktop, it shifted the posts on the homepage.
deceptivespeed.com
Generally there are 2 columns with posts that are side by side. By adding this plugin, you’ll notice on the frontpage still has two columns but they’re no longer even with the left column a bit above the right column.
The plugin code is this
global $post;
$post_id = $post->ID;
$post_type = $post->post_type;
if(function_exists(‘show_cbxbookmark_btn’)){
echo show_cbxbookmark_btn($post_id, $post_type);
}Please let me know how I could fix this or if you have any suggestions.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
For help with a specific plugin it’s always best to contact support for that plugin directly. In this case you can find the support forum for that plugin here:
https://wordpress.org/support/plugin/cbxwpbookmark/
If you don’t have one yet, you’ll need to register a WordPress.org profile before you’ll be able to post there – neither your WordPress.com account details, nor your admin user details for your site will work to log in there.
Just to clarify – the forum you’re posting to now is for the hosting provider, WordPress.com. We don’t make the CBX Bookmark & Favorite plugin, so have no control over how it works :)
- The topic ‘Plugin Shifts Homepage’ is closed to new replies.