neobodhi
Forum Replies Created
-
Hello bcworkz, thanks for the reply. They are internal links, or rather pages that are seen by google webmaster tools when I click on coverage and it shows all known pages.
So google is seeing them as pages, do you know of a plugin that can stop people from creating these fake pages that are seen by google?
That absolutely did the trick, thank you so much for taking the time to help.
That did the trick! Thank you very much.
Hi Jeremy,
I have made a fresh install of WordPress with the latest version of Jetpack and Shortcodes Ultimate. I have tested it in Opera, Chrome, Firefox & Internet explorer.
The spoiler tag does not display a spoiler for content that was loaded via infinite scroll. You can check it here… https://riddles.lol/ The first set of posts work just fine, but when additional sets of posts are loaded the spoiler shortcode no longer displays the spoiler when clicked.
- This reply was modified 7 years, 6 months ago by neobodhi.
May I ask what theme you were using?
Yes that is the one! The spoiler shortcode is on the forth column from the left at the top. It looks like this… [su_spoiler title=”Answer” style=”fancy”]Text[/su_spoiler]. It works fine for the first set of posts but when infinite scroll pulls more pages the spoiler no longer functions. It will display but clicking on it will not reveal the spoiler.
Thank your for the response!
Would I insert that that code in a functionality plugin and then try ad the code from the link in my original post? Sorry, I am a little confused.
- This reply was modified 7 years, 6 months ago by neobodhi.
I’m using jetpack for infinite scroll.
I added it in functions.php. Everything is fine now though. I didn’t realize you could turn it off in the settings.
Thanks!
Forum: Fixing WordPress
In reply to: How do I remove the Media Library tab for non Admins?Can you name the plugin? I am not a coder.
Thanks!!
Forum: Fixing WordPress
In reply to: How do I remove the Media Library tab for non Admins?I tried the User Role Editor but I don’t see anywhere that I can stop subscribers from seeing the media library. I still want them to be able to upload images.
I tried adding that code
function jeherve_network_delete_jetpack_menu() {
if ( ! current_user_can( ‘manage_options’ ) ) {
remove_menu_page( ‘jetpack’ );
}
}
add_action ( ‘admin_menu’, ‘jeherve_network_delete_jetpack_menu’, 999 );But the jetpack button still appears in the toolbar for subscribers.
Forum: Fixing WordPress
In reply to: Show random content rotator on front page?I searched but didn’t find one that does what I am looking for.
Forum: Plugins
In reply to: [Ajax Pagination and Infinite Scroll] Help getting startedThanks for the help!