Forum Replies Created
-
AuthorPosts
-
September 26, 2021 at 7:21 pm in reply to: How to align add to cart buttons at the bottom of the grid #1322367
Hi,
Glad we were able to help, if you have new questions please create a new thread and we will gladly try to help you. Please let us know when we should close this thread. Thank you for using Enfold.Best regards,
MikeHey Dagomedia,
Thank you for your patience but unfortunately doing so makes the hotspots not work, so this is not possible.Best regards,
MikeSeptember 26, 2021 at 4:14 pm in reply to: Problem with MEC Callendar made in ELEMENTOR -> import by API to ENFOLD #1322358Hey Vlad-im-ir,
Thank you for your patience and the links, but the login is not working, the username seems incorrect.
Onhttps://www.hradynamalsi.cz/01_working-page/
you are getting a mixed content error because your script has an http url instead of https, this works on your first site because it is also http.
So try changing your script tohttps://connector.zemskacesta.cz/mecExternalScript?id=49&t=calendarBest regards,
MikeHey psipi,
Thank you for your patience and the links,
To change the background colour of the search box:#top .main_color input[type='text']#s { background-color: gray; }To remove the comments from your post grid:
#top .avia-content-slider .slide-meta-comments, #top .avia-content-slider .slide-meta-del { display: none; }For your single post /pause-stop-reset-podcast-news/ it looks link this was created with the Advanced Layout Builder so the other elements are not automatically added. If you compare this to your single post /april-parsons-recommends-pausestopreset/ which has these other elements link the tags, social sharing links, and related posts which are automatically added.
Best regards,
MikeSeptember 26, 2021 at 2:19 pm in reply to: How to create a caption under a big gallery item? #1322353Hi,
Thank you for your patience, currently there is a caption for the lead gallery image that is hidden,#top .avia-gallery .avia-gallery-caption
but when you hover over the thumbnails the lead image container is not replaced it is overlayed with a larger thumbnail and the caption is not used. So I’m not seeing a good way to change this, I did come up with this css that sets all of the tooltips to the same location so they look like captions on hover, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.postid-3431 .avia-tooltip.avia-tt { top: 675px !important; left: 31% !important; background-color: transparent !important; }you could also add font size and color rules if you wanted, please see the screenshots in the Private Content area.
Best regards,
MikeHey Cloaker,
Thank you for your patience and the link to your site, I was able to put together a script that will trigger a click on the active toggle when the special heading Kulttuuriturkulaisten esittelyt is scrolled past on the way up to the hotspot image.
It was written this way so the scroll down to the anchors would not trigger the fake click and so the fake click would also be triggered when the bottom of the hotspot image was in view for the lower links.
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ var $things = $('.av-special-heading-tag'); $things.waypoint(function(direction) { if (direction === 'up') { $('.toggler.activeTitle').trigger('click'); } }, { offset: '50%' }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');I would recommend adding a custom ID to the special heading and using it in place of the class .av-special-heading-tag in the script so that this is not triggered on other pages.
Best regards,
MikeHey Alexander,
Sorry for the very late reply, this error message is pointing to your wordpress-seo plugin (Yoast) and matches these reported errors the Yoast support recommends clearing your cache and updating the plugin, but perhaps there are other things to can do such as deactivating your other plugins to check for a conflict. If this doesn’t help try checking with the Yoast support for other solutions.Best regards,
MikeHi,
@Media-click sorry for the very late reply, typically the lightbox opens at the maximum size for the screen while also allowing for the padding of the top close button and the bottom info bar. The lightbox is not meant to extend the viewable space nor to be absolute full screen because the space around the lightbox is used as a clickable space to close the lightbox.
So your lightbox should be like this:

You can use custom css to override this, for example:img.mfp-img { width: 1200px !important; max-width: 1200px !important; height: 1976px !important; max-height: 1976px !important; }but doing this may interfere with being able to use the close button or clicking to the side to close the lightbox, and may require scrolling.
If this is not what you meant then please open a new thread so we can see a link to your site, as this is not your thread you will not see our comments in the Private Content area, if needed. This thread is from 2016 and it is always better to open new threads.Best regards,
MikeSeptember 25, 2021 at 9:37 pm in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1322303Hi,
Glad that this helped, I don’t see any errors or conflicts but I also don’t see this padding in your rules, I tried changing the options on my demo site to reproduce this but could not, are you using any custom functions or javascript on the page?Best regards,
MikeSeptember 25, 2021 at 3:41 pm in reply to: How to align add to cart buttons at the bottom of the grid #1322288Hi,
Thanks for the feedback, I see that your two category pages are not consistent in their layout, the first one had long titles that wrapped into two lines and no descriptions so this css corrected:#top.term-204.woocommerce-page li.product h2.woocommerce-loop-product__title { min-height: 55px; }the second category has mixed short and long descriptions so this css corrects:
#top.term-67.woocommerce-page li.product .woocommerce-loop-product__link > .category-desc > p { min-height: 72px; }but you would not want the second css to apply to the first category because it would create an odd gap before the buttons, this would not be an issue using the category classes in the css to apply these rules accordingly, but I see that you have 108 categories, so I’m not sure how we can assign these without manually checking each one.
Can you make all of the categories consistent?Best regards,
MikeHi,
@tomlonsborough456 Thank you for the login to your site, I see that your server doesn’t have the PHP ZipArchive Extension enabled, this is used to extract the demo import files and install the layerslider demo files, please ask your webhost to enable.
But I also see that you have a built-out site and importing a demo will overwrite your site, do you have a backup of your site? Was this site built with the Beaver Builder Theme, if so importing the Enfold Construction demo may cause you to lose styles and settings.
Perhaps you wish to add the layout of Construction Demo frontpage to your site, instead of installing the full demo you could Enable the Avia Layout Builder Debugger and import the Construction demo to either a localhost or a staging site and copy the page shortcode to a new page on your site and then modify, this way you will not risk your current site. If you don’t have a localhost or staging site and only want a page or two from the Construction demo then I could add the page shortcode for you from my localhost.
I just don’t want to see you break the work you have already put into the site.Best regards,
MikeSeptember 24, 2021 at 1:47 pm in reply to: Form Validation Captcha Code Snippets for Enfold #1322209Hi,
Thanks for the feedback and your patience, since this form is executing in the backend builder and causing this issue we should try creating a custom shortcode so the form will only show on the frontend.
While a custom shortcode could be created and added to your functions.php, I believe using a plugin for this would be better should you want to reproduce this with other forms, in my test I used Shortcoder — Create Shortcodes for Anything but you can use any one you like, I added the form code:

then I added the shortcode to a code block element:

and the form shows on the frontend:

without breaking the backend:

Please give this a try.Best regards,
MikeSeptember 24, 2021 at 1:07 pm in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1322201Hi,
Thanks for the feedback, this seems to be the missing css:.text-sep { padding: 0 5px; }adding this will correct, but due to your caching I can’t tell why your original rule is not applied.
Best regards,
MikeSeptember 24, 2021 at 12:29 pm in reply to: How to align add to cart buttons at the bottom of the grid #1322197Hi,
Thanks for the feedback, unfortunately I’m not seeing this issue with the first grid link above, please see the screenshot in the Private Content area of when I test the css. Please include a screenshot and explain what browser and screen size you are testing with.Best regards,
MikeSeptember 24, 2021 at 12:14 pm in reply to: Adding custom javascrtip to Enfold's Theme header. #1322195Hi,
Thanks for the feedback, is this the install info you are using: How To Create A Pop-Up Donation Form
Can I see your site with an admin login?
Please add to the Private Content area.Best regards,
MikeHi,
Thank you for your patience and the screenshots and link to your site, when you use a transparent background on <select>, some browsers insert a white background on the drop-down, which can be an issue if your text is white, to correct this browser behavior you can use a color instead of white for the background.
Please try this code in the <strong style=’color:#000′>General Styling ▸ Quick CSS field or in the <strong style=’color:#000′>WordPress ▸ Customize ▸ Additional CSS field:#top div .av-light-form select > option { color: #fff; background: rgba(0, 0, 0, 0.5); }the expected results:

After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Thank you for your patience and the link to your site, I found that at the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field you have css to hide the menu arrows:

I commented this out and now your menu arrows show:

I don’t believe you can recover deleted menus, but I see that you have 5 previously used menus, so perhaps one of these is a copy of the one you want?

Above Yigit said that he deleted a single empty menu item, not a complete menu.Best regards,
MikeSeptember 23, 2021 at 1:05 pm in reply to: The sidebar widget content appears before the footer widget content #1322015Hi,
Heureux d’avoir pu vous aider, si vous avez d’autres questions, veuillez créer un nouveau fil de discussion et nous le ferons essayer de vous aider avec plaisir. Merci d’avoir utilisé Enfold.— Translated with Google —
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
MikeSeptember 23, 2021 at 1:00 pm in reply to: Adding custom javascrtip to Enfold's Theme header. #1322014Hi,
Thank you for your question, you would not need to change the function name my_custom_code_head, it could be anything such as my_donorbox_code, but please note that every function must have a unique name. So try adding this code to the end of your functions.php file in Appearance ▸ Editor:function my_custom_code_head(){ ?> <script type="text/javascript" defer src="https://donorbox.org/install-popup-button.js"></script> <script>window.DonorBox = { widgetLinkClassName: 'custom-dbox-popup'}</script> <?php } add_action('wp_head', 'my_custom_code_head');Please take care when you copy & paste that the quotes do not become curly quotes which will break the code.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeSeptember 22, 2021 at 2:01 pm in reply to: The sidebar widget content appears before the footer widget content #1321920Hi,
Thank you for your patience and for the login, I found that your child theme was broken because the stylesheet header didn’t have the template rule, it was just a copy of the parent theme stylesheet, I corrected this for you, I also found that your functions.php had a function to assign the stylesheet but this is not needed so I commented out, and I found that the header.php was empty so I corrected.
If you are not going to modify the header.php & footer.php then I recommend deleting these files in your child theme so when the parent theme is updated you will use the updated versions.
I also found that your homepage had the sidebar turned on, it seems from your post above you didn’t want this so I disabled it.
Please check your site now.Best regards,
MikeHi,
Sorry for the very late reply and thank you for your patience, I see that you are using two color sections to create the backgrounds, for portrait the background attachment is set to scroll, and for landscape the background attachment is set to fixed please change this background attachment to scroll also, and then clear your browser cache and Safari’s history and check again.
Safari has an issue with fixed parallax background images.
If you are not sure which settings I mean, try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia_mobile #top.home #av_section_1 { background-attachment: scroll !important; }then clear your browser cache and Safari’s history and check again.
Best regards,
MikeSeptember 22, 2021 at 12:37 pm in reply to: Custom button on top of shop main page (adjust the standard woocommerce page) #1321903Hi,
Very good then, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeSeptember 21, 2021 at 2:26 pm in reply to: Symbole werden nicht angezeigt. / Icons are not displayed. #1321771Hi,
Sorry for the very late reply and thank you for your patience, I believe this is somehow related to it being the last element in my test this seemed to correct, please try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia_transform.avia_desktop #top .avia-builder-el-last .flex_column.av-animated-generic { opacity: 1; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the feedback, please try this css:#top #shipping_method label[for=shipping_method_0_flat_rate3] { font-size: 0; } #top #shipping_method label[for=shipping_method_0_flat_rate3] .woocommerce-Price-amount.amount { font-size: 13px; } ul#shipping_method.woocommerce-shipping-methods { margin-bottom: 0; }Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thank you, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.woocommerce-order-received .woocommerce-table--order-details small.shipped_via { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeSeptember 20, 2021 at 1:49 pm in reply to: color section margins wrong after update to 4.8.6.2 #1321632Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts

