Forum Replies Created
-
AuthorPosts
-
Hi,
Great, well the first step is to ensure you have the Enfold Theme Options > Layout Builder > Show element options for developers option checked so you can add custom classes:

Then when you add a image, include a custom class, add a different custom class to each image:

Then copy the url to the other inage you are going to use, from the media library:

then add your custom class in two places and your image url to your css:

#top .avia-image-container.image-1 img:hover { opacity: 0 !important; transition: opacity 1s linear !important; } #top .avia-image-container.image-1 { background: url('https://127.0.0.1/2017demo1/wp-content/uploads/2015/07/portfolio-4-1.jpg') !important; background-size: contain !important; }Hi,
@Exec4 Please try explaining what you are experiencing and include admin login in the Private Content area so we can try to recreate the issue.Best regards,
MikeHi,
Glad to hear, thanks for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the late reply, I have tested your page elements on a test page, where I added some, then saved, and added more successfully. I didn’t find any errors on your page, except this one:WPML Compatibility Test Tools is enabled but not effective. It requires WPML Translation Management plugin in order to work.Were these the correct steps to recreate the error?
Please see url in the Private Content area.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thank you, I looked up those plugins but didn’t see any issues with them.
Please let us know if this happens again so we can take a look.Best regards,
MikeHi,
Ok, please try this css:li.product.product-type-simple .avia_cart_buttons a.button.show_details_button,li.product.product-type-simple .avia_cart_buttons span.button-mini-delimiter { display: none !important; } li.product.product-type-simple .avia_cart_buttons a.add_to_cart_button { width: 100% !important; }If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
MikeHi,
Thanks, that is nice to hear.
I assume we can close this now, but I like to ask anyway. Shall we close this then?Best regards,
MikeFebruary 21, 2019 at 7:10 am in reply to: Bottom margin of a column inside a color section on mobile #1069801Hi,
Please see the screenshot in Private Content area, of before and after to ensure we are talking about the same element. If after clearing your browser cache it still doesn’t work, then Please include a admin login in the Private Content area so we can take a look.Best regards,
MikeHi,
Glad to hear, thanks for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Unfortunately the element is now set up for “transform” which is for 2D or 3D animation, and what you want is “transition” which is for values to occur smoothly over a specified duration. But they can not be just switched out one for the other, the HTML also needs to be different.
But we can replace the image on the page with a transition on hover, this css will only target the one image on the page of the surfer girl, and on hover will slowly swap it out. To test add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page-id-10723 .avia-image-container.avia-builder-el-7 img:hover { opacity: 0 !important; transition: opacity 1s linear !important; } #top.page-id-10723 .avia-image-container.avia-builder-el-7 { background: url('https://new.restube.com/wp-content/uploads/2018/11/MG_0710-1-845x684.jpg') !important; background-size: contain !important; }If you want to use this on other images you will need to set a custom class to each image so it can be targeted, with the Enfold Theme Options > Layout Builder > Show element options for developers
and I can explain the code so you can do it.Best regards,
MikeHi,
Sorry to do so would be some intensive code that is beyond what we can offer here, but you could hire a freelancer.Best regards,
MikeFebruary 21, 2019 at 4:50 am in reply to: Header sticky and too big on landscape mobile screens #1069777February 21, 2019 at 4:04 am in reply to: Update Enfold theme to newest version via FTP & maintaining earlier adjustments #1069766Hi,
Please copy the contact folder: \enfold\config-templatebuilder\avia-shortcodes\contact\
to your new shortcodes folder so it will be like: /enfold-child/shortcodes/contact/ (this assumes that your child theme is /enfold-child/)
then edit line 460 in contact.php
search for “Thank you for your Message!”

Then clear your browser cache and check.
The reason we want to copy the folder to your child theme and then edit the file there so so the next time you update you won’t lose the changes. If you make the changes to the parent theme, it will also work, until you update, then you will lose the changes.
All of the elements can be modified this way.
If you would like help with this, Please include a admin login & FTP access in the Private Content area.Best regards,
MikeHi,
Thanks, I found the error, Please clear your browser cache and check.Here’s the final css:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even,.responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd { clear: none !important; } .responsive #top .avia-smallarrow-slider .flex_column { margin: 0px!important; width: 25%!important; } .responsive #top #wrap_all .avia-content-slider-odd .slide-entry { clear: none !important; } }Best regards,
MikeHi,
Sorry, I have not done anything to your site, only because I couldn’t think of a solution for the two types of order in the same element. But I did see your site on Google, it was number 20.Best regards,
MikeHi,
@marcoricci76, I believe you are talking about this element:

the reason the sub-heading is in multiple lines is because the “.slideshow_caption” element is only 42% of the page, this will correct that.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.slideshow_caption { width: 100% !important; }To change the font, please use this css:
.slideshow_caption h2.avia-caption-title,.slideshow_caption .avia-caption-content { font-family: 'Roboto' !important; }Please adjust the font to suit, and Then clear your browser cache and any cache plugin, and check.
Please note that if you are using a font that is not already displaying on the same page, you should upload it to Enfold Theme Options > Import/Export > Custom Font Manager to force it to display.Best regards,
MikeHi,
Thanks, I checked again, and it’s working as my screenshot shows on the Shop Demo.
Please include a link to your page so I can check what is wrong.
Your HTML doesn’t provide enough information.Best regards,
MikeHi,
@Anton, I would not recommend including your login here, as this is not your post, your details will not be private.
Perhaps it would be better to open your own thread.
I don’t know why it would not work on an iPad, but I did find a topic that points to scroll not working with iPad, unfortunately, I don’t have an iPad to test with.Best regards,
MikeHi,
Thanks, but your link is now a 404 error, I couldn’t find the element in the pages or posts, please check.Best regards,
MikeFebruary 20, 2019 at 6:56 am in reply to: Update Enfold theme to newest version via FTP & maintaining earlier adjustments #1069282Hi,
Sorry for the late reply, to replace the breadcrumb title, Try adding this code to the end of your functions.php file in Appearance > Editor:function replace_breadcrumb_title(){ ?> <script> (function($){ $(document).ready(function(){ $(".breadcrumb-title").text("Je bent hier:"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'replace_breadcrumb_title');To change the auto-respond header “Thank you for your message” you will need to change line 460 in \enfold\config-templatebuilder\avia-shortcodes\contact\contact.php
Then add the directory /shortcodes/ to your child theme,
then copy the /contact/ directory to it with all 3 files in it, contact.js, contact.css, contact.php
so you will have this path: /enfold-child/shortcodes/contact/
Then add this code to the end of your functions.php file in Appearance > Editor:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }now your child theme contact element will overwrite the theme contact element, you can read more here.
Best regards,
MikeHi,
Perhaps this plugin would help: YITH WooCommerce Tab Manager or this one: Woocommerce Custom Tabs
I don’t believe trying to replace the advanced layout editor will help with woocommerce tabs.Best regards,
MikeHi,
Sorry for the late reply, I took a look at your page and I believe the issue is that you have too many tags. The tags are meant to work like a single line of words, like breadcrumbs along the top of the element, where you might have a handful of keywords to choose from.
Please see our demo:

I would recommend reducing your keywords.
But one option would be to use this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.page-id-9 .av-accordion-tab-sort-filter .taglist a { display: inline-block !important; width: 31% !important; }Hi,
Sorry I’m not sure how we can achieve having chronological order and random order for the same element on the same page, because when we added the function to make the element have random order it affected the element on the whole site, we don’t have a way to tell it random and chronological in two sections on the same page.
I hope this makes sense.Best regards,
MikeFebruary 20, 2019 at 4:58 am in reply to: Events Calendar Pro Portrait Mobile/Ipad View + not showing "location" field #1069260Hi,
Thanks for the login, I took a look and also tried to research possible reasons for it but didn’t find any answers.
When I look at your page source code the “locations” is not in the code:

and as you said, even switching to the Twenty Seventeen theme didn’t make it show, so it’s safe to say this is an issue with the plugin. Since you have the Pro version, I would recommend asking The Events Calendar support, as this may be something they know about.
Sorry I wasn’t more help.Best regards,
MikeHi,
Thank you, once we hear back from the dev team I will post their solution here, but it may take a couple of days.
Thank you for your patience.Best regards,
MikeHi,
Please remove the css above, and try this instead:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even { clear: none !important; } .responsive #top .avia-smallarrow-slider .flex_column { margin: 0px!important; width: 25%!important; } .responsive #top #wrap_all .avia-content-slider-odd .slide-entry { clear: none !important; } }
If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.Best regards,
MikeHi,
The script above was to remove the Die ZSG highlighting when on the pages ZVEI-Akademie, Publikationen, & e-Statistik
When reloading the page it might take a second for the script to fix the menu.
I took another look and it’s working for me when clicking or reloading the page, but I do note that your page loads a little slow so there is a flash of red on Die ZSG.
You may not experience this if you use a caching plugin to load the site quicker, I assume that you are not right now.Best regards,
MikeHi,
I see that you are using Enfold v4.4.1 with WordPress v5.0.3, you will need to update Enfold to the latest version.
Since your version of Enfold is using the old Envato API instead of the Token, which is now used, you will need to manually update.
You can update via FTP or with a plugin called Update Theme and Plugins from Zip File, Please note that if you update via FTP, you will need to remove the old theme folder “enfold” first (via FTP) then upload the new “enfold” folder at /wp-content/themes/enfold/
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Here are the steps to update with the plugin
*Please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.
First go to your Theme Forest account and download the “Installable WordPress file only”.

1: please install the plugin: Update Theme and Plugins from Zip File

2: then go to WordPress > Themes > Add New > Upload

3: after the install, click “Return to Themes page” (NOT Activate)

4: success:
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts



