Forum Replies Created
-
AuthorPosts
-
Hi,
This sounds like you have the css ruletext-transform: uppercase;
affecting the text, please link to a sample page so we can check.Best regards,
MikeSeptember 28, 2021 at 12:06 pm in reply to: Adding custom javascrtip to Enfold's Theme header. #1322615Hi,
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 27, 2021 at 2:25 pm in reply to: Adding custom javascrtip to Enfold's Theme header. #1322499Hi,
Thank you for the login, the issue was that the donorbox script was looking for a link with the class custom-dbox-popup, but adding this custom class to the menu option adds the class to the menu li tag and not the a (link) tag, so I added this script to find your menu item and add the class to the correct place, your button is working now, please check.function my_donorbox_add_class(){ ?> <script> (function($) { $('#menu-item-6087.custom-dbox-popup a').addClass('custom-dbox-popup'); }(jQuery)); </script> <?php } add_action('wp_footer', 'my_donorbox_add_class');
Best regards,
MikeSeptember 27, 2021 at 1:46 pm in reply to: How to create a caption under a big gallery item? #1322491Hi,
Glad to hear, I had not tested on mobile because I was not sure if you would like this, please try this css instead for all sizes:@media only screen and (max-width: 767px) { #top.postid-3431 .avia-tooltip.avia-tt { top: 370px !important; left: 30% !important; background-color: transparent !important; } } @media only screen and (min-width: 768px) and (max-width: 1023px) { #top.postid-3431 .avia-tooltip.avia-tt { top: 370px !important; left: 26% !important; background-color: transparent !important; } } @media only screen and (min-width: 1024px) and (max-width: 1439px) { #top.postid-3431 .avia-tooltip.avia-tt { top: 475px !important; left: 29% !important; background-color: transparent !important; } } @media only screen and (min-width: 1440px) { #top.postid-3431 .avia-tooltip.avia-tt { top: 675px !important; left: 31% !important; background-color: transparent !important; } }
feel free to fine-tune for certain sizes if you wish and after applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the screenshots, I understand better now but I still don’t this on my end, I checked with Chrome, Firefox, & Edge on Windows 10.
I also tested at different screen sizes 1024px-2500px and the only time I saw the ribbon move up was around 990px but your mobile menu was also activate so I don’t think this is what you are seeing.
If you are using Safari please review this article about clearing your browser cache, and note step 4 to Clear your History.Best regards,
MikeSeptember 27, 2021 at 1:07 pm in reply to: Enfold – Fullwidth Easy Slider – Mute Video Player option #1322481Hi,
I have tested the Fullwidth Easy Slider Mute Video Player Option on WordPress v5.8.1 with Enfold v4.8.6.2
with the Mute Video Player option checked
and unmuting works with the mouse and keyboard in Chrome, Firefox, and Edge on Windows 10
Please check your versions and that you have not checked the option to Hide Video Controls.
The original issue in this thread was for a WordPress core file, but this doesn’t seem to be the case anymore.
If this doesn’t help your case try disabling your plugins and checking again, otherwise please open a new thread with a link to your test page and an admin login so we can check.
Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, creating your own thread will be best, thank you for your patience and understanding.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,
Your welcome, 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,
MikeHey Igitt23,
Probably the easiest approach would be to use a plugin like Timed Content
or you could write a script using this as an example but you could spend a lot of time debugging something like this, a plugin would be better.Best regards,
MikeHey Migchel,
Thank you for the link to your site I see that you are getting a 403 Forbidden Error for your footer-scripts, try disabling all plugins and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files this should clear the cache for the footer-script file. Then try clear your browser cache and if this doesn’t help then try clearing your server cache, if there is one, if not perhaps your server error log will point to the cause.Best regards,
MikeHey onedesignprint,
If you follow this thread you can create a popup box and add a script to make it open after a few seconds, but this is very basic and you will still need to add the contact form, so I would recommend using a popup plugin and that add the contact form to it. WP Popups seems to work well.
So to add the contact form see this thread and try using the shortcode wand tool in the default editor
you can then paste the shortcode into your popup.
Please give this a try.Best regards,
MikeHey schweg33,
I assume that by “magnifier” you mean the search icon, in which case your css doesn’t look correct, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top .av-main-nav #menu-item-search.menu-item-avia-special { display: none; } }
After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Glad Rikard was 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,
MikeHey profumopuntoit,
Try installing the Widget Options plugin, then add multiple Enfold Latest News widgets to your footer. This widget allows you to choose which categories you want to display, then with the plugin you and choose which categories, taxonomies, pages, or posts to show them on.
so with this combination and multiple widgets they should not see the same content over many pages.Best regards,
MikeSeptember 26, 2021 at 8:55 pm in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1322372Hi,
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 26, 2021 at 8:53 pm in reply to: Post category archive page – full post for each post in a given category #1322371Hey lzevon,
Thank you for your patience and the links, but your best approach would be to convert your ALB posts to default posts, then the whole post would show in the archive pages. Please see the example link below.
You will still be able to use the same custom classes and style.
Is there a reason this would not work for you?Best regards,
MikeSeptember 26, 2021 at 7:27 pm in reply to: Small Styling Issue on Portfolio Masonry Element ALB #1322368Hi,
Sorry but I’m stumped, it’s probably something that is staring at both of us.Best regards,
MikeSeptember 26, 2021 at 7:21 pm in reply to: How to align add to cart buttons at the bottom of the grid #1322367Hi,
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=calendar
Best 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,
Mike -
AuthorPosts