Forum Replies Created
-
AuthorPosts
-
March 8, 2020 at 12:14 am in reply to: Pop Up with Mailchimp Element and other Enfold Shortcodes #1191184
Hi,
Thanks for the login, on your page you are getting the errorFailed to load plugin url: https://[your-site]/schultz/wp-content/plugins/popup-maker/assets/js/mce-buttons.min.js?version=1.9.1this could be causing the plugin to not work correctly, on this page /historie/ how is the popup triggered, I don’t see any shortcode or link for the popup.
I tested the “popup maker” plugin on a new install but it didn’t work correctly, I also tested the free WP Popups Lite and it did work correctly showing a icon and image shortcode in the popup. Perhaps give this one a try.
We have a built-in lightbox popup that you can add icons, images, and shortcodes to. Here are the instructions to createBest regards,
MikeHi,
@Guenni007 thanks for the alternative, I will submit to the dev team for review.Best regards,
MikeHi,
Thank you for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:span.logo,span.logo a { overflow: visible !important; z-index: 99; position: relative; }This should allow the logo “tails” to hang down over the image.
Best regards,
MikeHi,
Thank you for adding the “OUR CATEGORIES” but it is only a paragraph of text, this will need a custom class in order to move it successfully without accidentally moving unwanted elements. Try using this html for your text:
<p class="move-text">OUR CATEGORIES</p>
then you can use this functionfunction text_after_related_posts <script> (function($) { $(document).ready(function(){ $('#top.single-post p.move-text').detach().insertAfter('.related_posts'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'text_after_related_posts');For the horizontal gallery use this function
function horizontal_gallery_after_related_posts <script> (function($) { $(document).ready(function(){ $('#top.single-post .av-horizontal-gallery').detach().insertAfter('.related_posts'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'horizontal_gallery_after_related_posts');Best regards,
MikeHi,
Odd, the version 4.7.3 that I received included a child theme with the above code in the functions.php, perhaps it’s a beta version, I thought it was added to everyone’s version. My mistake.Best regards,
MikeHi,
Some people use plugins to restrict certain countries or their web server, not the theme.
Login is not working, please check.Best regards,
MikeHey slui,
Thank you for the login, your jQuery script was using “.live()” which was removed from jQuery in v1.9, I replaced it with the recommended “.on()” and now your accordions and slideToggle contact form work.
Please clear your browser cache and check.Best regards,
MikeHi,
Thank you for the WordPress logins, they worked for me, but the FTP logins didn’t, please check.
Also, did you upload your latest theme zip file download from Envato to one of your sites for us to use?Best regards,
MikeHey Romovick,
Thank you for the login, I see right now your child theme is not active so the codes in the child theme functions.php are not active.
You can easily create the shortcode needed for your popup by using the Classic Editor and the shortcode wand this will let you use the same tool to create the contact form as on your /contact/ page.
Are you going to be using the “popup anything” plugin for your popups?Best regards,
MikeMarch 7, 2020 at 7:49 pm in reply to: Sub-menu hover transition timing + Sub-menu related question #1191151Hi,
Thanks for the screenshot, within the/enfold/lang/nb_NO.poandnb_NO.mofiles I found the “Replies” didn’t have a translation, what should it say? I can edit this for you and send you the new file and also submit it to the dev team to be added to the next update.Best regards,
MikeHi,
When I look at your site all 3 columns link to /services/ can you link one to /services/#technology so we can see the error.
To remove the screen reader link from the columns, Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a.av-screen-reader-only').remove(); }); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHey Elena,
Thanks for the link, to have the socket be fixed to the bottom of the screen try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#landing-footer { position: fixed; bottom: 0; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the link to the page, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#menu-item-814 > a,#menu-item-804 > a,#menu-item-898 > a { width: 110px; line-height: 28px !important; text-align: center; padding-top: 30px !important; }After applying the css, Please clear your browser cache and check.
Expected results

Best regards,
MikeHey Yossi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.archive #main .template-shop.content .page-thumb img { width: 100% !important; }On some of your categories the “page-thumb” is not present, do all of your categories have a thumbnail image in the product categories option? If so perhaps there is a plugin conflict, have you tried disabling your plugins and checked?
Best regards,
MikeHi,
To make the widget price amount larger, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.product_list_widget span.woocommerce-Price-amount.amount { font-size: 15px !important; }After applying the css, Please clear your browser cache and check.
According to this article you can make the email not mandatory by adding this code to the end of your functions.php file in Appearance > Editor:add_filter( 'woocommerce_billing_fields', 'ts_unrequire_wc_phone_field'); function ts_unrequire_wc_phone_field( $fields ) { $fields['billing_email']['required'] = false; return $fields; }Please give this a try.
Best regards,
MikeHi,
Unfortunately, nested ID or anchors will not work, this is just a limitation with html.Best regards,
MikeHi,
I took a look at your “sidebar menu” settings in your screenshot and duplicated the “always sticky” setting for the “sidebar menu” which seems to work fine with v4.7.3. I note you are asking about it being sticky for mobile, but the “sidebar menu” doesn’t show below 767px, it changes to the burger menu, this is the “sidebar menu” at 768px:

and this is at 767px and below where it changes to the burger menu:

so I’m not sure what you mean by “on mobile devices it’s still scrollable”
also on the /enfold-band/ demo you linked to there is no “sidebar menu”, it uses the top menu.Best regards,
MikeHi,
Sorry for the late reply, I have checked the column animation tab in v4.7.3 and with a child theme using v4.7.3 and in both cases the animation option shows.

One possibility for your error is if you are using a different language than English there could be an error in the language file, are you using a different language?Best regards,
MikeHey Daniel,
Sorry for the late reply, in this specific case we will add a directory to our child theme /shortcodes/ and then we will copy the “timeline” directory to it. Then we will add this code to the child theme functions.php:function avia_include_shortcode_template( $paths ) { if( ! is_array( $paths ) ) { $paths = array(); } $template_url = get_stylesheet_directory(); array_unshift( $paths, $template_url . '/shortcodes/' ); return $paths; } add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );If you are using the newest child theme included with v4.7.3 then this code is already included.
Now we will edit our “timeline.php” to suit, so the “strong” wrap only shows once in timeline.php in the latest version, on lines 1397-1398, which wraps the timeline date with “strong”, I removed it as a test.
Then we refresh the page and the “strong” has been removed.
That is all there is to it.Best regards,
MikeHi,
Sorry I don’t see a title “OUR CATEGORIES” or the horizontal gallery on the page we are working on /13269/ or any of the other pages, which page can we see this on?Best regards,
MikeHi,
For the masonry gallery border radius please try this css:.av-masonry-entry.av-masonry-item-loaded * { border-radius: 20px; }to move the masonry below the related posts, Try adding this code to the end of your functions.php file in Appearance > Editor:
function masonry_after_related_posts <script> (function($) { $(document).ready(function(){ $('#top.single-post #av-masonry-1').detach().insertAfter('.related_posts'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'masonry_after_related_posts');please be sure to remove the other function.
Best regards,
MikeHi,
To solve the error in the buttons try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#header_main #av-burger-menu-ul .current-menu-item a { border-bottom-width: 0px !important; }To have gray lines between the menu items except when the burger sub-menus are open, then the border lines should be white, try this css:
.html_av-overlay-side-classic #top .av-burger-overlay li a { border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 1px; } .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a { border-color: #ddd; } .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li.av-show-submenu a { border-color: #fff; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
Sorry, this didn’t work, is your login restricted to certain countries?Best regards,
MikeHi,
To correct the burger menu on the cart icon, I added this css:.html_visible_cart .av-burger-menu-main { padding-right: 45px !important; }As for the background image on /curso/ and some of the other pages I added this css:
@media only screen and (min-width: 767px) { #main > div > div { height: 425px; } #main > div { background-position: center !important; } }please clear your browser cache and check.
Best regards,
MikeHi,
@Guenni007 thanks for letting me know about the popups, I’ll look for a new image host.
Also thanks for the updated css.Best regards,
MikeHi,
Thank you for the video, I made an adjustment to how far down the header shows, please clear your browser cache and check.Best regards,
MikeHi,
I tried to login to check your Social Profiles, but it seems incorrect, please check.
We can’t insert a link with the images via css, this is why creating the new social icons using flags will be better.Best regards,
MikeHi,
For the gallery image links, I found that it is only available in the “masonry gallery” the “standard gallery” doesn’t have this option.
To have a border radius around each image, please try this css:#top div .avia-gallery img { border-radius: 20px; }To move the gallery on your single post to after the related posts and before the comments, Try adding this code to the end of your functions.php file in Appearance > Editor:
function gallery_after_related_posts(){ ?> <script> (function($) { $(document).ready(function(){ $('#top.single-post .avia-gallery').detach().insertAfter('.related_posts'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'gallery_after_related_posts');After adding this please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts
