Wordpress Buttons Not Showing To Non Admin

tunescool

BANNED
Joined
Jul 23, 2011
Messages
1,262
Reaction score
3,338
i have blogs with the same Buy Now buttons, same theme generate press. but on one of them the buttons dont show for visitors, only people logged in. what can be the issue
 
Have you been playing around with custom css lately? or messing with the themes core
files? Is the button implemented through a plugin? some plugins have options to show or
provide settings to only admins, or exclude the same.
 
try to clear the cache and reinstall plugins one by one.
 
this isnt funny. when im logged in the buttons are always there. in some browsers when im logged out the buttons arent there. its the plugin wp rocket, can anyone help

i finally have sites to rank and make money now my fricking buttons arent there for people to buy stuff
 
this isnt funny. when im logged in the buttons are always there. in some browsers when im logged out the buttons arent there. its the plugin wp rocket, can anyone help

i finally have sites to rank and make money now my fricking buttons arent there for people to buy stuff
I'm a dev and what my suggestion would be is to look where your buttons are? Are they nested in a function that has require_login? Sometimes when custom coding you need to go a little outside of the box, especially with WP.

Also JQuery no conflict if the button is using anything.
 
I'm a dev and what my suggestion would be is to look where your buttons are? Are they nested in a function that has require_login? Sometimes when custom coding you need to go a little outside of the box, especially with WP.

Also JQuery no conflict if the button is using anything.

theyre just images uploaded on a wordpress blog. with a link <a href"" alt "">, inside a div, in a td in a table. i have the same buttons on other blogs but they show up for non users and me the admin. i have the same buttons in the same post that even show up while others dont. in firefox and chrome, but i use pale moon but they show up fine with that
 
Back
Top