Forum Replies Created
-
AuthorPosts
-
January 24, 2023 at 12:24 pm in reply to: How to remove the “title attribute” in post title link #1394902
Hi,
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,
YigitHi Tilman,
Please use the following code instead
#top .wpcf7 input , #top .wpcf7 textarea { font-size: 20px; color: black; }Cheers!
YigitHey Anne,
Thanks for contacting us!
Please refer to this post: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb and copy /enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php file on your child theme.
Then, open the file on your child theme, find the following line and change it as needed$sep = ', ';Best regards,
YigitJanuary 23, 2023 at 2:12 pm in reply to: Image widget doubles in height with mouse roll-over in Chrome #1394777Hey Philip,
Thanks for contacting us!
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
.widget_media_image a { display: ruby !important; }Best regards,
YigitHey Tilman,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .wpcf7 input { font-size: 20px; }Best regards,
YigitHi,
We are glad that Mike could help!
We have also informed the Layerslider team about the issue and shared this thread as a reference :)
Best regards,
YigitHey Daniel,
Thanks for contacting us!
We are sorry for the bad experience you had with your developer.
You would need a purchase code to register for our forums and to start new threads but you can search it without registering.
Has your developer shared the purchase code or the invoice with you? If they have, we can check if they have registered on our forums and update the email to yours.
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Everything seems to be set up correctly on your site. I have asked my teammates for their opinion on this case.
Best regards,
YigitHi Pascal,
Could you please post the password as well?
Also, when posting sensitive information on our website, please either insert them in the Private Content field or check the ” Set as private reply” option to set your reply to private.
Regards,
YigitHey Manuel,
Thanks for contacting us!
We are the team behind Enfold theme and not Warehouse. Please contact the developers of the Warehouse theme :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Pascal,
Thanks for contacting us!
Could you please post FTP logins here privately as well so we can manually import the demo for you?
Here are the instructions: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Regards,
YigitHey,
Duplicate: https://kriesi.at/support/topic/impossible-to-import-demo-enold-2017/
Best regards,
YigitHey,
Thanks for contacting us!
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .avia_transform .avia-button-wrap.av-14b7av-40967159c1685d687e874f52f7c3cc4f-wrap { float: none; } .avia-button-wrap.av-14b7av-40967159c1685d687e874f52f7c3cc4f-wrap.avia_animated_button.av-animated-when-visible-95.pop-up.avia-button-right.avia-builder-el-5.avia-builder-el-no-sibling.avia_start_animation.avia_start_delayed_animation { margin: auto; float: none; max-width: 200px; } }Best regards,
YigitJanuary 20, 2023 at 1:02 pm in reply to: Text size issue next to radio buttons in Forminator form. #1394510Hi,
Glad Nikko could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts
