Forum Replies Created
-
AuthorPosts
-
January 25, 2023 at 10:58 am in reply to: Large gap of Masonry element is not good after the last Enfold update #1395104
Hi,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#top .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{ margin-right: 1px; margin-bottom: 1px; } #top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{ margin-right: 15px; margin-bottom: 15px; }
We have fixed the issue and it will be included in upcoming version :)
Best regards,
YigitHi Jelle,
You had some errors in your CSS. I have fixed them using: http://csslint.net/ and that helped.
Please review your website :)
Best regards,
YigitHi,
Great! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Our devs have fixed the issue, which will be included in the upcoming version of Enfold. I have applied the fix to your test site.
If you would like to apply the fix on your live site, please replace the content of the enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php file with: https://pastebin.com/zeExBjuM
Best regards,
YigitHi,
Can you please create temporary FTP logins and post them here privately so we can look into it? :)
Best regards,
YigitHey!
should i switch to parent them and back to child?
Yes, please do because you also have modifications in the functions.php file of your child theme :)
Cheers!
YigitHey Jelle,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#element_avia_5_1 label { display: none; }
Best regards,
YigitHey Jelle,
Please go to Enfold theme options > Blog Layout > Single Post Navigation and disable it :)
Regards,
YigitHi,
- Please rename the header.php file on your child theme to old-header.php.
- Copy the header.php file from the parent theme and paste it into your child theme.
- Edit the header.php file on your child theme and re-apply the modifications you had on your old-header.php file
- Check if everything is working fine. If they are, you can remove the old-header.php file
I believe the issue is in the header.php file because it is from a very old version. To confirm that, you can temporarily switch to Enfold parent theme :)
Cheers!
YigitHey Gael,
Thanks for contacting us!
You are currently using Enfold 4.0.5. Updating the theme to the latest version 5.4 would fix the issue.
Please refer to this post: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token.
Then, download and install the Envato Market plugin: https://www.envato.com/lp/market-plugin/ and insert your Personal Token in the plugin options. After saving please check the “Themes” tab for the update.
If you do not receive the update, you may need to update the theme manually: https://kriesi.at/documentation/enfold/theme-update/ manually
Best regards,
YigitJanuary 24, 2023 at 2:34 pm in reply to: How to remove the “title attribute” in post title link #1394929Hi,
Please add the following code to the bottom of the functions.php file of your child theme in Appearance > Editor
function remove_post_title_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('.entry-title a').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_post_title_title_attr');
Best regards,
YigitHi,
You have modified the header.php file on your child theme. Could you please try updating it with a fresh copy from the parent theme and re-apply your modifications to the file?
You can temporarily switch Enfold parent theme to see if the issue is related to child theme or not :)
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab
#top .av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 15px; margin-bottom: 15px; }
Best regards,
YigitHey,
Thanks for contacting us!
Could you please make sure that the password is correct? The page currently behaves as if the password was wrong.
Best regards,
YigitHey Torsten,
Thanks for contacting us!
You are currently using a very old version of Enfold, version 3.6.1, which is not compatible with your WordPress and PHP versions.
Updating Enfold would fix the issue. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.4 :)
Best regards,
YigitJanuary 24, 2023 at 12:24 pm in reply to: How to remove the “title attribute” in post title link #1394902Hi,
The code shared in the documentation removes the title attribute from all A and IMG tagged elements.
If you would like to remove it from A tagged elements only, you can use the code as following
function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('#wrap_all a').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');
Best regards,
YigitJanuary 24, 2023 at 10:21 am in reply to: How to remove the “title attribute” in post title link #1394890Hi,
Thanks for contacting us!
Please refer to this post: https://kriesi.at/documentation/enfold/image/#remove-image-alt-title-on-hover
Best regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey Edwin,
Thanks for contacting us!
Please login to your account, go to https://kriesi.at/support/forum/enfold#new-post and revalidate your purchase code. After that, you should be able to start new threads.
If you cannot, please reply to this thread and we will look into it :)
Best regards,
YigitHi Barbara,
Our devs have fixed the issue. We are planning to release Enfold 5.4 later today :)
Best regards,
YigitHi,
There does not seem to be any error in the Quick CSS field.
I added following code to bottom of the field
/* Contact Form 7 customizations */ #top #wrap_all .wpcf7 input.wpcf7-text, #top #wrap_all .wpcf7 textarea { font-size: 20px; color: #000; } #top .wpcf7-submit { margin-top: 20px; }
Please review your website :)
Best regards,
YigitHi Tilman,
Please check your CSS code for errors using this website: http://csslint.net/. I believe the issue is broken CSS.
If you would like us to look into it, please create temporary admin logins and post them here privately : )
Best regards,
YigitJanuary 23, 2023 at 3:18 pm in reply to: Issue with adding tickets to cart (Enfold + EventCalendar/Ticket + WooCommerce) #1394793Hi Beatrice,
I discovered that the issue only happens when the “Attendee Registration” feature is enabled in the Event Tickets plugin settings.
I have a temporary fix for you which only works fine when the “Hide related events” option is enabled in The Events Calendar settings, and it is enabled on your site.
I can apply the temporary fix on your site if you would like.
If you would like to apply it yourself, please go to /wp-content/themes/enfold/config-events-calendar/ folder and replace the event-mod.css file with this one: https://pastebin.com/umB2NLwt
Then, go to /wp-content/themes/enfold/config-events-calendar/views/ and replace the single-event-no-mobile.php file with this one: https://pastebin.com/bJ6xaWaqBest regards,
YigitHey,
This final code should fix it all :)
#top #wrap_all .wpcf7 input.wpcf7-text, #top #wrap_all .wpcf7 textarea { font-size: 20px; color: #000; }
Cheers!
YigitHi Tilman,
CSS selector was apparently not strong enough. Please update your code to the following one
#top #wrap_all .wpcf7 input, #top #wrap_all .wpcf7 textarea { font-size: 20px; color: #000; }
Best regards,
YigitHey,
Thanks for contacting us!
It seems like you have 2 Content Slider elements on your page, one with 3 columns and the other with 2 columns. You display the one with 3 columns on the desktop and the one with 2 columns on smaller screen sizes.
Please edit your Content Slider element with 3 columns and give it the “desktop-content-slider” CSS class in Advanced > Developer Settings. Then, edit your Content Slider element with 2 columns and give it the “laptop-content-slider” CSS class in Advanced > Developer Settings.
Then add the following code to Quick CSS in Enfold theme options > General Styling tab
@media only screen and (max-width: 1024px) { .desktop-content-slider { display: none !important; } .laptop-content-slider { display: block !important; } }
1024px in the code is the break point. You can change it as needed.
Best regards,
YigitJanuary 23, 2023 at 2:47 pm in reply to: Testimonial Grid brake with every change on the page #1394782Hi,
Thanks for contacting us!
Please refer to @Guenni007’s post above. I too believe that less than character is the culprit here.
@Guenni007 Thanks for your help :)Best regards,
Yigit -
AuthorPosts