Forum Replies Created
-
AuthorPosts
-
Hi rixi,
Please replace the last code I gave with this one (just adjust the width as you see fit):
@media only screen and (max-width:767px) { .responsive #top .logo { width: 74%; } .responsive #top #wrap_all .main_menu { right: -10%; } .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child { margin-right: 7px; } }
Best regards,
NikkoOctober 6, 2022 at 12:22 pm in reply to: Timeline (milestones): keep proportions of icons (images) on mobile view #1367804Hi fkm,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 6, 2022 at 12:22 pm in reply to: WooCommerce Description box doesn't open on page load #1367803Hi Ed,
You’re welcome :)
I’ll leave this thread open so you can post back if it does not work.Best regards,
NikkoHi Samuel,
You’re welcome :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 6, 2022 at 11:09 am in reply to: Timeline (milestones): keep proportions of icons (images) on mobile view #1367792Hi fkm,
Try adding this CSS code as well:
#top #avia-timeline-1 { max-width: 1107px; }
The code is global and may affect timelines on other pages, please review your site especially the ones with timelines.
Best regards,
NikkoHi rixi,
Please remove the code I gave and replace it with:
@media only screen and (max-width:767px) { .responsive #top #wrap_all .main_menu { right: -10%; } .responsive.html_cart_at_menu #top .main_menu .menu>li:last-child { margin-right: 7px; } }
Just adjust the values as you see fit.
Best regards,
NikkoOctober 6, 2022 at 10:37 am in reply to: WooCommerce Description box doesn't open on page load #1367785Hi Ed,
Thanks for giving us access.
Unfortunately, I don’t know of a quicker way unless a js error appears which makes it easier to figure out which file is causing the issue.
I tried to change the settings of WP Rocket however even if I tried to disable all settings from WP Rocket it does not show up if you’re not logged in.
It seems to show up just fine when you’re logged in even if the plugin is activated and has all the settings but when the cached version is served on visitors then it does not seem to show up on page load unless you disable WP Rocket. I’m not sure if Asset Cleanup plays a role in the issue as well but I had seen some Enfold users who are using WP Rocket but I never encountered the same issue as your site. I think the most reasonable way to resolve this without spending a lot of time is to add the CSS code I mentioned.Best regards,
NikkoHi Mauro,
The code should still work, there’s a comment there that it does not work, however, there’s one response to it as well that it works.
Also, you can check woocommerce’s code and see that the filter is still there.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Natacha,
Changing DNS server should not remove any video from youtube.
You can remove those DNS server address and return to default settings.Best regards,
NikkoHi fabioloutfi,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top .av_minimal_header .header_bg { opacity: 0.8; }
Just adjust the values from 0 to 1, 0 means fully transparent while 1 is fully white.
Hope this helps.Best regards,
NikkoHi cindybird52,
I’m glad that Rikard could help you :)
Just let us know if you still need further assistance.Best regards,
NikkoHi Matt,
Thanks for the info, please provide us a login link as well.
As for creating FTP access, please check the following articles:
– https://support.cpanel.net/hc/en-us/articles/1500012573002-How-to-create-an-FTP-account
– https://www.hostgator.com/help/article/how-to-create-an-ftp-account-in-cpanelBest regards,
NikkoHi Chris Brooks,
Thanks for contacting us!
Can you give us more context on the topic?
404 pages on Enfold is only a single page however if the URL on the browser is pointed to non-existing pages then it redirects to that page.Best regards,
NikkoHi rixi,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .responsive #top .logo { width: 60%; } }
Best regards,
NikkoHi Samuel,
To remove the underline, please add this CSS code in Enfold > General Styling > Quick CSS:
#top #main .avia-button-fullwidth { text-decoration: none; }
As for the color of the font, edit the full-width button and go to Styling > Colors > Button Font Color set it to Custom Color then select a color that you want to use.
Best regards,
NikkoHi Franz,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 5, 2022 at 12:32 am in reply to: WooCommerce Description box doesn't open on page load #1367630Hi Ed,
I tried to check on it however some google authenticator is preventing me to change anything.
Please try to disable anything related to js in WP-Rocket and see if it helps (and remove the code I gave).
Once it’s working fine enable js related options one by one so you will know which one is causing the issue and just leave it disabled.Best regards,
NikkoHi ramiropuig,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 4, 2022 at 12:07 pm in reply to: Blog small featured image is resized ignoring styling #1367552Hi Sovietovic,
Thanks, please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .big-preview img { width: auto; }
Best regards,
NikkoHi Munford,
Please try adding this PHP code in your functions.php (child theme):
function remove_title(){ ?> <script> (function () { function removeTitle(el) { el.removeAttribute('title'); } const items = document.querySelectorAll('#top .isotope-item'); const containers = document.querySelectorAll('#top .isotope-item .av-masonry-image-container'); items.forEach(removeTitle); containers.forEach(removeTitle); })(); </script> <?php } add_action('wp_footer', 'remove_title');
Hope it helps.
Best regards,
NikkoOctober 4, 2022 at 7:12 am in reply to: WooCommerce Description box doesn't open on page load #1367504Hi Ed,
Yes, the default behavior is for it to open on page load.
Do you have some site optimization plugin installed and activated on your site? if yes please try to clear its cache and temporarily deactivate it, and see if it helps.
We can try to debug it further, but we’ll need admin access to inspect it or you can simply add this CSS code in Enfold > General Styling > Quick CSS (for quick fix):#top .product .woocommerce-tabs .wc-tab { display: block; }
Best regards,
NikkoHi Valeria,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi galliulisse,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 4, 2022 at 6:56 am in reply to: Accordian Content Element using Avia Layout Builder #1367499Hi markpay10,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoOctober 4, 2022 at 6:54 am in reply to: Blog small featured image is resized ignoring styling #1367498Hey Sovietovic,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi matthewandersonthompson,
Can you give us temporary admin access as well as FTP access? so we can try to check and debug the error.
Best regards,
NikkoHey profumopuntoit,
Can you try to add this PHP code in functions.php of your child theme:
add_filter( 'woocommerce_product_categories_widget_args', 'rv_exclude_wc_widget_categories' ); function rv_exclude_wc_widget_categories( $cat_args ) { $cat_args['exclude'] = array('55','68'); // Insert the product category IDs you wish to exclude return $cat_args; }
Just change the category ID.
For further information, please check this article: https://www.engagewp.com/remove-categories-woocommerce-product-category-widget/Best regards,
NikkoHi DynamoGymnastics,
Try to change 1340px in Mike’s code to 1760px.
Hope it helps.Best regards,
NikkoHi ussma,
The site is still in maintenance mode so we can’t view it.
However, I believe you can change it in Appearance > Widgets > Footer-Column 3.
Hope this helps.Best regards,
NikkoHi Samuel,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts