Forum Replies Created
-
AuthorPosts
-
August 19, 2022 at 11:11 am in reply to: Thumbnails in WooCommerce being cropped to square when they are 4:5 #1362162
Hi flylanddesigns,
I tried to access your site however I got this error:
Error 1015
You are being rate limitedBest regards,
NikkoAugust 17, 2022 at 5:19 pm in reply to: Move author and date at the beginning of the article #1361983Hi profumopuntoit,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoAugust 17, 2022 at 5:17 pm in reply to: Filter Change the first label for special masonry element #1361982Hi Tobias,
I’m not really sure what you meant by special masonry element, however, you can use WordPress Conditional Tags to point to a specific page. https://codex.wordpress.org/Conditional_Tags
Hope it helps.Best regards,
NikkoHi Havi,
We are happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi DynamoGymnastics,
Yes it’s possible just use the Custom HTML widget and paste youtube’s embed code, for example:
<iframe width="560" height="315" src="https://www.youtube.com/embed/ScMzIvxBSi4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
After the URL in the embed code you need to add ?autoplay=1&mute=1 so the modified embed code should look like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/ScMzIvxBSi4?autoplay=1&mute=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Best regards,
NikkoAugust 17, 2022 at 4:11 pm in reply to: Thumbnails in WooCommerce being cropped to square when they are 4:5 #1361971Hi flylanddesigns,
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 Eva Simone,
Can you try to go to Enfold > Theme Options, then disable Lightbox Modal Window and see if it helps.
Best regards,
NikkoHi Vital,
We’re happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoAugust 17, 2022 at 4:05 pm in reply to: Move author and date at the beginning of the article #1361966Hi profumopuntoit,
Can you try to replace this code with this one:
function move_postmeta(){ ?> <script> jQuery(window).load(function(){ jQuery( ".single.single-post .post-meta-infos" ).insertBefore('.entry-content' ); }()); </script> <?php } add_action('wp_footer', 'move_postmeta');
Best regards,
NikkoHi Zsolt,
Try to replace the translateX value from -50% to -70% in your CSS code:
#header .logo { left: 50%; transform: translateX(-50%); z-index:999; }
Just adjust it as you see fit.
Hope it helps.Best regards,
NikkoAugust 17, 2022 at 4:43 am in reply to: Smaller sidebar width, but only in certain areas of the site #1361891Hi Mauro,
Can you try to remove display: table-row; and replace #top.archive.tax-product_tag #main .sidebar_right with #top.archive.tax-product_tag #main .sidebar.sidebar_right and see if it helps. (there are 2 areas that uses the class sidebar_right)
Best regards,
NikkoHi TippingPointSolutions,
I have added this CSS code in Enfold > General Styling > Quick CSS:
.home #after_section_9 .av_textblock_section, .home #color_section .av_textblock_section { background-color: white; }
Please review your site.
Best regards,
NikkoHi navindesigns,
I think it’s pretty difficult to do that modification, a simple workaround I could recommend is to use two partner logos slider, seven columns for each row.
Best regards,
NikkoAugust 14, 2022 at 4:35 pm in reply to: Smaller sidebar width, but only in certain areas of the site #1361643Hi profumopuntoit,
Try using this CSS code:
@media only screen and (min-width: 1140px) { #top.archive.tax-product_tag #main .sidebar_right { width: 13%; } #top.archive.tax-product_tag #main .content { width: 86%; } }
Hope it helps.
Best regards,
NikkoHi wildturkeyway,
We’re happy to hear that you sorted it out.
As for the Special Character translation plugin, it will allow you to use symbols that breaks the page for example the greater than sign >, in the backend/textblock you’ll write it as ###gt### but in the frontend/rendered page it will show as a greater than sign.
Here’s the list of the symbols:###lt### => < ###gt### => > ###amp### => & ###91### => [ ###93### =>'] ###quot### => " ###34### => '
Best regards,
NikkoHi Franz,
Please try to add this CSS code:
#top #av_section_1 .av_one_fifth { margin-left: 2%; width: 19.2%; }
Best regards,
NikkoHi Franz,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special { display: none !important; }
Best regards,
NikkoAugust 12, 2022 at 12:51 pm in reply to: after we upgraded the theme things broken please help #1361539Hi itayverchik,
I tried to check your site and it seems that there’s a js error.
The error is now fixed (it seems to be a caching issue) and as for the header animation when scrolling down, I just unchecked sticky header in the Enfold settings.
Please review your site.Best regards,
NikkoHi TippingPointSolutions,
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 Havi,
It’s a pleasure to help you :D
Thank you as well for using Enfold and have a great weekend!Best regards,
NikkoAugust 11, 2022 at 10:59 am in reply to: Fatal Error after Update class-popup-templates-responsive.php on line 220 #1361447Hi Tobias,
We are happy to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi adyaid,
No worries, thanks for using Enfold and have a great day!
Best regards,
NikkoHi Sozo,
You’re welcome and I’m happy to hear that :)
Thanks for using Enfold and have a good night rest.Best regards,
NikkoHi Antonio,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Sozo,
Yes, I did broke it, I guess I’m being too dependent on the Theme File Editor’s ability to rollback if an error occurs (next time I’ll ask FTP access to be sure lol).
Anyways, I’m glad you’re still awake :DI test the code on my end without a child theme and added it above this code:
require_once( 'functions-enfold.php' );
and it does not work, and it does not work if you put it below.
However, it did work if you add it below this code (line 41-44):if( isset( $avia_config['use_child_theme_functions_only'] ) ) { return; }
Please try to add it here or you can give child theme another chance :D
Best regards,
NikkoHi spooniverse,
That’s correct, the value of $_GET would be fetched from the URL.
Best regards,
NikkoHi mountainlover,
Can you try adding -webkit-text-fill-color to Mike’s code, so it should look like:
#top .main_color #mainContainer #adultCount, #top .main_color #mainContainer #kidsCount { opacity: 1 !important; -webkit-text-fill-color:#000; color: #000 !important; }
Hope this helps.
Best regards,
NikkoAugust 11, 2022 at 8:55 am in reply to: How can I prevent the display of my featured image on my post? #1361424Hi brucegust,
I’m glad that both Guenni007 and Rikard could help you out :)
Thanks for using Enfold and have a great day!
@Guenni007 thanks for helping out :)Best regards,
NikkoHi Sabine,
I’m glad that Ismael could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Antonio,
I see, please set the Color Section’s (the one with four items) margin bottom to 0 and then set the padding to Default Padding or Small Padding, then adjust the negative margin from the column and see if this helps.
Best regards,
Nikko -
AuthorPosts