Forum Replies Created
-
AuthorPosts
-
September 3, 2024 at 4:04 pm in reply to: Enfold <= 6.0.3 – Authenticated (Contributor+) Stored Cross-Site Scripting #1466141
Thanks Yigit, I spotted it in the upcoming release list, good work 👍
July 2, 2024 at 6:06 am in reply to: WooCommerce category image banner no longer shows with Enfold 6.0 #1460876Thanks Yigit,
I’ll use this file on any affected sites.
I’m guessing it will come as part of a future update?
SteveJuly 1, 2024 at 8:43 pm in reply to: WooCommerce category image banner no longer shows with Enfold 6.0 #1460844This reply has been marked as private.You can enter whatever you want in the copyright block under Theme Options > Footer
To remove the default Enfold copyright, add [nolink] alongside your replacement content.
eg.
<a href="/" title="My company name">© My company name</a> [nolink]
June 13, 2022 at 11:50 am in reply to: Product filter disappear in sidebar after update on 4.9.2.1 #1355024If you’re still having this issue, I had it on a couple of sites following a a WooCommerce update (where they changed the product tables).
There was a subsequent database update and most of the sites I manage were fine with the exception of two where the filters simply disappeared.
It was fixed by hitting ‘Clear Transients’ in WooCommerce > Status > ToolsHope that helps
June 10, 2022 at 12:38 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354801Thanks @Mike
Do you have any idea when this will be included in an updated version?
I have sites waiting for 5.0 to be installed but will wait if this fix will be included in 5.0.1 in the next few days rather than replace this file THEN have them all to update to 5.0.1 anyway.
Regards
SteveJune 9, 2022 at 1:42 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354651I can confirm that @thinkjarvis is 100% correct. As soon as I uncheck ‘Use first slides caption as permanent caption’ the links work as expected.
June 9, 2022 at 1:39 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354650@thinkjarvis
Brilliant, excellent work, I’ve been creating test pages and duplicating sliders until my brain hurts!
June 9, 2022 at 1:21 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354644Hi @Mike
I’ve removed the avia.js as I’m not even sure why it was there. I’ve also cleaned the functions.php of the /shortcodes/ loading as this too wasn’t required. Upgrading the hosting to PHP8 has made no difference either.
June 9, 2022 at 12:12 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354633I’ve tested with all plugins deactivated, all additional CSS removed from Quick CSS, an empty functions.php file and CSS File & Javascript Merging And Compression deactivated in performance.
The issue is still there, even when testing with a different browser in incognito mode.
I have the exact same issue on another site which I’ve had to roll back for the time being as the slider button is the only way to progress into the rest of the site.
Thanks
SteveJune 8, 2022 at 2:53 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354531May 4, 2022 at 1:31 pm in reply to: Can we hide image URL (bottom left) when hovering an image in Masonry Gallery #1350472Hi Rikard,
Happy to close the thread
May 4, 2022 at 10:59 am in reply to: Can we hide image URL (bottom left) when hovering an image in Masonry Gallery #1350445Thanks Ismael,
I had a feeling you’d say something like that.
I’ll make the images larger and remove the click altogether for the time being ;)
Hi @Ismael
4.9.2 resolved the issue for me 👍
Thank you
SteveThanks @Yigit
Do you mean they still show in Appearance > Widgets or do they show in the footer page (if you have it set to use page as footer).
I had to go into my footer pages and reselect the correct widget areas for each column.
If they’re shown correctly in admin it may be worth changing them & saving before changing them back & saving again?Looks like the fix is on its way in version 4.9.2
From https://kriesi.at/support/topic/enfold-upcoming-fixes/
Current fixes for upcoming version 4.9.2 are as following ( last update 2022-03-23 )
fixed: WooCommerce single product page: Uncaught Error: Call to a member function get_id()Looks like the fix is on its way in version 4.9.2
From https://kriesi.at/support/topic/enfold-upcoming-fixes/
Current fixes for upcoming version 4.9.2 are as following ( last update 2022-03-23 )
fixed: WooCommerce single product page: Uncaught Error: Call to a member function get_id()Benojack
When I’ve seen this issue previously the widgets in the footer columns had all switched back to default.
Are you able to edit your footer and select the correct widget areas from the dropdowns again?If your aim it to insert content into the head then just use the code snippets plugin or add a snippet to your child theme’s function.php file.
Something like the below snippet would work for either method and allow you to insert your GA code in the head;add_action( ‘wp_head’, ‘add_to_content_head’ );
function add_to_content_head() {
echo ‘
ADD YOUR GA OR OTHER CODE HERE
‘;
}Creating additional header & footer files in your child theme is always going to give you potential issues when updating the parent theme.
Agree with @ishish
I can confirm that WooCommerce products are failing to display on a site updated to 4.9.1-dev-1 this morning for me.
I’ve rolled back to 4.9 and all is displaying as expected.Log file contains recurring fatal error:
2022-03-23T09:50:42+00:00 CRITICAL Uncaught Error: Call to a member function get_id() on string in /var/www/web/wp-content/themes/enfold/config-woocommerce/config.php:117
Stack trace:
#0 /var/www/web/wp-includes/class-wp-hook.php(307): avia_woocommerce_add_body_classes(Array, Array)
#1 /var/www/web/wp-includes/plugin.php(189): WP_Hook->apply_filters(Array, Array)
#2 /var/www/web/wp-includes/post-template.php(836): apply_filters(‘body_class’, Array, Array)
#3 /var/www/web/wp-includes/post-template.php(595): get_body_class(Array)
#4 /var/www/web/wp-content/themes/enfold/header.php(208): body_class(‘stretched rtl_c…’)
#5 /var/www/web/wp-includes/template.php(770): require_once(‘/var/www/web/wp…’)
#6 /var/www/web/wp-includes/template.php(716): load_template(‘/var/www/web/wp…’, true, Array)
#7 /var/www/web/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
#8 /var/www/web/wp-content/plugins/woocommerce/templates/single-product.php(22): get_header(‘shop’)
#9 /var/www/web/wp-includes/template-loader.php(106): includ in /var/www/web/wp-content/themes/enfold/config-woocommerce/config.php on line 117- This reply was modified 2 years, 8 months ago by Steve.
I can confirm that WooCommerce products are failing to display on a site updated to 4.9.1-dev-1 this morning for me too.
I’ve rolled back to 4.9 and all is displaying as expected.Log file contains recurring fatal error:
2022-03-23T09:50:42+00:00 CRITICAL Uncaught Error: Call to a member function get_id() on string in /var/www/web/wp-content/themes/enfold/config-woocommerce/config.php:117
Stack trace:
#0 /var/www/web/wp-includes/class-wp-hook.php(307): avia_woocommerce_add_body_classes(Array, Array)
#1 /var/www/web/wp-includes/plugin.php(189): WP_Hook->apply_filters(Array, Array)
#2 /var/www/web/wp-includes/post-template.php(836): apply_filters(‘body_class’, Array, Array)
#3 /var/www/web/wp-includes/post-template.php(595): get_body_class(Array)
#4 /var/www/web/wp-content/themes/enfold/header.php(208): body_class(‘stretched rtl_c…’)
#5 /var/www/web/wp-includes/template.php(770): require_once(‘/var/www/web/wp…’)
#6 /var/www/web/wp-includes/template.php(716): load_template(‘/var/www/web/wp…’, true, Array)
#7 /var/www/web/wp-includes/general-template.php(48): locate_template(Array, true, true, Array)
#8 /var/www/web/wp-content/plugins/woocommerce/templates/single-product.php(22): get_header(‘shop’)
#9 /var/www/web/wp-includes/template-loader.php(106): includ in /var/www/web/wp-content/themes/enfold/config-woocommerce/config.php on line 117- This reply was modified 2 years, 8 months ago by Steve.
February 16, 2022 at 10:08 pm in reply to: Issue with Re-ordering Media Files on Masonry gallery #1340982This issue should be resolved in upcoming WordPress 5.9.1
In the meantime you can add this snippet to your functions.php or as a code snippet to restore the feature:
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');
December 16, 2021 at 10:37 am in reply to: Contact Form autorespond WITHOUT including form data? #1333083Thanks @Rikard
Yes, please close the thread.
December 15, 2021 at 3:02 pm in reply to: Contact Form autorespond WITHOUT including form data? #1332969Perfect.
Thank you @IsmaelDecember 15, 2021 at 9:14 am in reply to: Contact Form autorespond WITHOUT including form data? #1332906Hi @Ismael,
I have manually entered the subject and autorespond text.
I want to remove the entered form fields from the autorespond email.
Currently it shows my autorespond text but also shows what the user entered into the form – I don’t want to include what the user submitted:
Your Message:
Name: XXXXX XXXXXX
E-Mail: (Email address hidden if logged out)December 13, 2021 at 7:51 am in reply to: Mega Menu off screen to right when main menu aligned right #1332532Thank you @Mike
That’s done the trick
December 10, 2021 at 10:19 am in reply to: Adding Gradient Overlay On Fullwidth Easy Slider #1332262Perfect, thank you @Ismael
October 27, 2021 at 10:56 pm in reply to: Logo image sizing issue after updating to 4.8.6.4 and 4.8.6.5 #13267454.8.7 released today, resolved this issue along with a load of other fixes and improvements.
October 7, 2021 at 4:48 pm in reply to: Logo image sizing issue after updating to 4.8.6.4 and 4.8.6.5 #1323953Thanks @ThinkJarvis
That saved me some time 👍
-
AuthorPosts