ThriveDigital
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] CF7 fails using Recaptcha integrationI’ve just tried that, and the problem remains.
If you’d like a temp admin login please let me know how to supply credentials.
Andy
- This reply was modified 6 years, 9 months ago by ThriveDigital.
Sorry – I just re-read your post, since you’re using OptionTree as a plugin, and not in theme mode, you will need to change the following code in ot-loader.php in the root option-tree plugin folder:
/** * For developers: Show Pages. * * Run a filter and set to false if you don't want to load the * settings & documentation pages in the admin area of WordPress. * * @since 2.0 */ define( 'OT_SHOW_PAGES', apply_filters( 'ot_show_pages', true ) );
In the last line, change true to false.
Hi
Normally Admin role is required to access the Appearance settings, so you’ll need to grant that level to access the Theme options settings for OptionsTree.
However, you can easily hide the UI Builder settings and documentation. Simply change or add the following code in functions.php as follows from:
/** * Optional: set 'ot_show_pages' filter to false. * This will hide the settings & documentation pages. */ add_filter( 'ot_show_pages', '__return_true' );
to
/** * Optional: set 'ot_show_pages' filter to false. * This will hide the settings & documentation pages. */ add_filter( 'ot_show_pages', '__return_false' );
Cheers
Hey,
I’ve just installed Option Tree and it looks like the file theme-options.php will simply overwrite any changes you make using the UI Builder.
Try commenting out the last line as follows:
//include_once( CHILD_DIR . '/lib/option-tree/theme-options.php' );
and that should allow you to add and save changes using the editor.
Then when you’re done, you can simply change this line
add_filter( 'ot_show_pages', '__return_true' );
to
add_filter( 'ot_show_pages', '__return_false' );
to hide the UI Builder.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lightbox IssueYes it is. thankyou!
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lightbox IssueHi Amir
I tried that still no luck. I’ll email you some temp admin details.
best wishes
Andy
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lightbox IssueSorry – I didn’t understand.
I tried that, exactly as you proposed but it removed all sorting functionality. Instead it redirected to the posts.
I have reverted back to the original default files.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] sitemap has wrong image countI have the same issue – and need to find a solution.
Please see this more recent post:
If you have found a solution please could you update?
thanks
ANdy