Website Rob
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Total] Featured Image Not WorkingForgot to mention: Customizing -> Single Post Settings -> Display Featured Image: enabled
Forum: Themes and Templates
In reply to: [Responsive] Remove sidebar on checkout pageThank you, for the URL and to look in Appearance -> Widgets.
Problem solved.
Forum: Themes and Templates
In reply to: [Responsive] Remove sidebar on checkout pageThank you for the update.
More specific to the sidebar issue is this; what is in the single page sidebar also shows in the WooCommerce sidebar and vica versa. I was looking for separation of the two.
Although the details of the Pro version mention “Sidebar Layouts” there is no description as to whether that type of separation is available/provided.
What is your reply to the question I asked, regarding the URL of the GDPR Cookie Consent? As there are so many available in the plugins section, it is hard to know which one is being suggested.
Also, I am using the Gutenberg Block Editor.
Thanks
That worked, thank you.
Forum: Themes and Templates
In reply to: [Sydney] Hero Image not showing for Laptop and Mobile@kharis – thanks for the code. Solves the problem.
Couple of follow up questions.
As default is to block the Hero image <1025px page width, are there plans to change that in the near future?
If a starter site and Elementor were to be used, would it have been possible, within Customizer options, to enable the Hero image <1025px page width?
I ask because I like the Sydney theme and recommend it to others. Having to install a starter site and/or Elementor to overcome built-in default settings would seem a bit backwards. Many do not want to deal with starter sites as they have their own vision of customizing the theme. And if one purchases the Pro version, will it work as a stand-alone theme with feature rich built-in options and easily overcome built-in limitations; like originally posted?
A lot of questions, I know, and appreciate you taking the time to answer them.
Thanks
- This reply was modified 9 months, 2 weeks ago by Website Rob.
Just now retested using:
WordPress 6.2
PHP 8.0
SpeedyCache 1.0.5No errors, warnings or blips of any kind. All is well once again.
Thank you, for following up.
Appreciate the update. The problems are probably connected with changes in PHP 8.
BTW, not having looked at the code, I was wondering what “
brand_data
” in the ‘settings.php’ file refers to. Is there a definition of what it is or for?Sorry, forgot to mention that in wp-config.php I have enabled debug.
define( 'WP_DEBUG', true );
I confirmed this by disabling debug and msg. in Customizer does not show.
Forum: Themes and Templates
In reply to: [Croccante] svg is doing whaaatttt?Thanks so much for the direction. Worked like a charm.
For anyone else interested, use a plugin like Code Snippets and add:
remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' );
remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' );Good Theme, Good Support – gotta like that. ??
Forum: Plugins
In reply to: [Scripts To Footer] New Install Error v0.7.0I confirm the problem has been corrected.
Forum: Themes and Templates
In reply to: [Neve] PHP IssuesHave read the information in the link you provided and it seems to confirm my suspicions. By hard coding a specific Form usage instead of using the more correct
get_search_form()
PHP function, possible problems exist; for child themes and other plugins using the code.As forms can be used for many purposes, to force the
role=search
upon all uses is not best practice. As many Themes, good and bad, do not use the hard code method, I was hoping that once pointed out and acknowledged, the logic of using a PHP function would be preferred.It’s your Theme and your call and even though changing the code would make Neve that much nicer to use, all I can do is bring this to your attention.
Thank you, for your replies and information.
I’ve moved on from testing this plugin. Will make note of your replies and see if they apply, when I do my next evaluation.
Thanks for the follow-up.
Forum: Plugins
In reply to: [Scripts To Footer] Is scripts to footer still supported?Hi Joshua, I’m reaching out to you and asking that you update something within this plugin. Even if just the Readme. Have not found another simple and direct plugin as yours, that does what this does.
Would be a shame if your plugin was no longer available.
Forum: Themes and Templates
In reply to: [Neve] PHP IssuesUsing Neve 3.5.1
Appearance -> Widgets no longer produces an error.
Warning: role="search" was found in inc/core/settings/config.php.
– is still present.There were no PHP errors recorded. Can you tell me what security check is being performed by the plugin that would generate the msg?