Forum Replies Created

Viewing 30 posts - 13,921 through 13,950 (of 34,601 total)
  • Author
    Posts
  • Hey coolicious,
    Thank you for the link to your site,
    #1 For mobile (425px) the social icons do not show as default, for tablet (768px) they do, but you have quite a few of them that push the burger menu and your 3 extra menu icons over on top of your logo, so perhaps you would like to hide the social icons until 1007px?

    @media only screen and (min-width: 767px) and (max-width: 1007px) { 
    	#top #header_main .main_menu > .social_bookmarks.icon_count_7 {
    		display: none;
    	}
    }

    The reason they disappear when the menu is clicked is because the script is moving the icons to the new location.
    #2 To deactivate Ajax suggests, please see this post.
    #3 to hide the search and show the burger menu between 767px ▸ 1007px, try this css:

    @media only screen and (min-width: 767px) and (max-width: 1007px) { 
    	#menu-item-42751 {
    		display: none;
    	}
    	.responsive #top .av_mobile_menu_tablet #avia-menu.av-main-nav .menu-item-avia-special {
    		display: block;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Fullscreen slider problems #1315119

    Hey albadbdb,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main .avia-slideshow-arrows a {
        top: 95%;
    }
    #top #main .avia-slideshow-arrows a.prev-slide {
    	margin-left: 90px;
    }
    #top #main .avia-slideshow-arrows a.next-slide {
    	margin-right: 90px;
    }

    I’m pretty sure this is where you wanted them but if not either adjust to suit or include a screenshot with where you want to see them.

    Best regards,
    Mike

    in reply to: Hide Tags Woocommerce Product #1315117

    Hey saludesencial,
    Thank you for the link to your page, please try this css:

    #top.single-product .product_meta {
        visibility: hidden;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey maryenvato,
    Thank you for your patience, to correct the “apple touch icon” please use a favicon generator service to create your favicons and then follow the install instructions:
    2021-08-08_002.png
    I recommend uploading your actual favicon and corasponing image via FTP to your root directory as that is where the web browsers look for them. To add the link tags to the head of your site add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function add_favicon() {
        echo '<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">' . "\n";
        echo '<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">' . "\n";
        echo '<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">' . "\n";
        echo '<link rel="manifest" href="/site.webmanifest">' . "\n";
      }
      add_action( 'wp_head', 'add_favicon' );

    please adjust to suit your situation.
    If this seems complicated, then there are many WordPress plugins that will do this for you.
    I do not know what your “SEO Scanner” means by “Missing theme-color”, perhaps the “SEO Scanner” has a FAQ that could explain?

    Best regards,
    Mike

    Hi,
    Thank you for your patience, please note that Ismael’s code had two rules, for this effect to work correctly you will need to use both rules, so based on the page you linked to your custom class is imageHoverZoomLeft so the correct css is:

    .imageHoverZoomLeft.av-hover-grow img:hover, .imageHoverZoomLeft.av-hover-grow .avia-image-overlay-wrap:hover {
        transform-origin: left;
    }

    I created a test page to show this works correctly, linked below.
    I also notice that many of these buttons on your page have the custom class with a dot .imageHoverZoomLeft please do not include the dot in the custom class field.

    Best regards,
    Mike

    in reply to: Website taken over/theme updates #1315069

    Hey Mariann,
    Unfortunately, you are in a tough spot, Envato is our licensor for the theme and keeps track of all of that stuff for us, from experience I know they will only tell you to login to your Theme Forest account, which you can not do as it is not in your account but the last developer’s account, they do not have a license transfer option.
    I would recommend purchasing a new license here which will allow you to update the theme and get up to a year of support for only a little more, look for the “Extend support to 12 months” check box, which is a great value.
    Sorry but perhaps you can deduct the expense.

    Best regards,
    Mike

    in reply to: Search autofocus #1315067

    Hi,
    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,
    Mike

    in reply to: Problem with the gallery after the update #1315066

    Hey creativeopole,
    Thank you for the link to your site, I see that you are getting a jQuery error in the console, and the page looks like animations are disabled, please try disabling your litespeed caching and the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and then clear your browser cache. If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Pagination problem ?avia-element-paging=2 #1315065

    Hey work365,
    Thank you for the feedback, please try disabling your plugins including the siteground optimizer, I see your directory structure is odd /wp-content/uploads/dynamic_avia//wp-content/uploads/ note the // can you also disable the embed.tawk.to scripts.
    I’m not sure what is causing this but a new install works correctly so I imagine it is something other than the theme causing this.

    Best regards,
    Mike

    in reply to: Layerslider not working after theme update #1315061

    Hey cobaltsapphire,
    Thank you for your patience and for the login, I was able to add a period to your homepage slider. Which slider are you having trouble with? Please describe how we can reproduce your error.

    Best regards,
    Mike

    in reply to: Misaligned hotspot tooltips #1315060

    Hey jaimemerz,
    Thank you for your patience, I believe that the tooltips are being thrown off due to the images being lazy-loaded, please check your theme settings and disable your caching plugin it looks like it is using a script called: lazysizes.min.js
    I believe this because as I watch carefully as the tooltip forms, it seems to shows correctly for a split second and then jumps up as the image is loaded.

    Best regards,
    Mike

    Hey Frank,
    Thank you for your patience, please see our menu documentation here, to have a submenu on click please go to your theme options at: Enfold ▸ Main Menu ▸ Burger/Mobile menu ▸ Menu Icon Submenu items and choose Display submenu on click
    With this option, the top-level items are duplicated so you will need to adjust your menu items for your layout.
    You will also find other tips such as adding the icons and the active state of the items, but your mockup looks pretty ambitious and I’m not sure how exact it can be reproduced. Is this mockup from a working menu created with the plugin?
    Perhaps if the menu was added to the page via the shortcode you talked about it could then be moved into place with jQuery on page load, would this be the only menu full time or only on mobile?

    Best regards,
    Mike

    in reply to: Enfold: Center Small bar above Main Menu #1315058

    Hey jeremysecondary,
    Thank you for your patience and for the login, the main issue with your site was this code in your Quick CSS field:

    /**
     * Changes the redirect URL for the Return To Shop button in the cart.
     *
     * @return string
     */
    function wc_empty_cart_redirect_url() {
    	return 'https://www.goddessgarden.com/store/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    which was breaking your css, I removed it, if you want to use this add it to the end of your child theme functions.php file in Appearance > Editor
    I was not able to add it for you as this feature is hidden probably by your security plugin.
    To make your topbar sticky I disabled the “Unstick topbar” option
    2021-08-07_007.png
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Preistabellen anpassen – bitte um Hilfe! #1315053

    Hey Createve_Solutions,
    Thank you for your patience, as I understand your question you would like your table to look similar to this:
    2021-08-07_005.png
    On your site you are using Pricing Tables please switch to Tabular Tables
    2021-08-07_006.png
    this will solve the column spacing, then if you wish we can adjust the font size and row colors.

    Best regards,
    Mike

    Hi,
    You could try this css:

    @media only screen and (max-width: 980px) { 
    #top.page-id-932 #header.av_header_transparency .logo img.alternate {
        opacity: 1;
        display: block;
    }
    #top.page-id-932 #header.av_header_transparency.av_alternate_logo_active .logo a > img {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    }

    This looks like a different website than we were working on, since this thread is getting long let’s close this and open a new thread for new sites and topics.

    Best regards,
    Mike

    in reply to: Menu description in different menu layout #1315047

    Hey dustingrof,
    Thank you for your patience, please try going to WordPress ▸ Menus ▸ Screen Options ▸ Description and ensure this option is enabled, it will add a Description field to your menu items
    2021-08-07_004.png

    Best regards,
    Mike

    in reply to: 'nested nav' below widget 'Displayed Everywhere' #1315043

    Hi,
    Thank you for your patience, do you mean the “Navigation Menu” widget? You can place it in your widget area and choose your menu:
    2021-08-07_002.png
    Portfolio items don’t have a specific sidebar setting in the theme options
    2021-08-07_003.png
    but you could use the Widget Options plugin to set what widgets show on portfolio pages.

    Best regards,
    Mike

    Hey missouriartscouncil,
    Thank you for your patience, according to this article from Vimeo

    The view rate for your video is simply your views divided by your impressions. We count an impression every time the Vimeo player loads your video, either on vimeo.com or embedded, and we count a view every time someone hits the play button on your video.

    So you should be seeing counts from videos embedded on your site, but the key point I see in this explanation is that …your views [are] divided by your impressions… while this is typical for analytics you should note that it is not an exact one-for-one measurement, which is fine if your looking at 10k views a day, but not so much if your looking at 20 views a day.
    I don’t see anything specific that we can do to change this and I hope this helps.

    Best regards,
    Mike

    in reply to: Video Sound #1315038

    Hey Leoning,
    Thank you for your patience, auto playing videos are silent by default, this is set forth as a rule by the Safari and Chrome web browsers and are considered “good practice”. There are no universal workarounds that will work for all browsers and devices, but perhaps there are plugins that will do this, but it’s an ever-changing battle.

    Best regards,
    Mike

    Hi,
    Thank you for your patience, to align your product buttons please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-page li.product h2.woocommerce-loop-product__title {
    	min-height: 55px;
    }
    

    To remove the border, please try this css:

    #top.archive .products .product-category {
        border-style: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: breakpoints #1315036

    Hey zerodotnine,
    Thank you for your patience, it kind of depends on the element, if you mean the header & menu then yes, if you mean columns, tables, or cells then perhaps, we would need to see the exact element. For many elements it is possible with some custom css but there is not a universal code snippet that will work for all elements everywhere.
    But once a customization has been created it can often be used on multiple pages through the site and sometimes on other sites if it is the same situation.

    Best regards,
    Mike

    in reply to: Images are not loaded directly #1315034

    Hi,
    Thank you for your patience, I have tried examining your page but on each first load when the error occurs I notice different 404 errors, sometimes it is a css file, /file/avia_posts_css/post-719.css other times it is images
    2021-08-07_001.png
    the directory /file/ is not a default directory it is suppose to be /wp-content/uploads/
    but on the second load the files do load with the modified directory.
    so I suspect your security plugin, but I’m not sure why. I wonder if somehow your cookie plugin is affecting this.
    Try disabling all of your plugins to see if that solves and if not please leave them disabled so we can investigate further.

    Best regards,
    Mike

    Hey badoes,
    Thank you for your patience, unfortunately, there is not a way to achieve this currently, the autoresponder function is very basic and not designed to be edited. This and the contact element are not as developed as some contact plugins such as Contact Form 7 due to the dev team focusing on other elements thus far. Typically we suggest using CF7 or similar plugins if you require more advanced features.

    Best regards,
    Mike

    in reply to: Main Menu #1315026

    Hi,
    Glad this helped, the issue is that some of your menu items are links on the same page and some are links to other pages, so the default action is to highlight the current page items on scroll, this is not your intention so we are overriding it with this solution.
    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

    in reply to: Main Menu #1314878

    Hi,
    Thank you for the login, I found that your css has &gt; instead of >
    quick_css_error.png
    I corrected with the correct css and it seems to be working correctly now, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Mehrere Features unterschiedlicher Themes nutzen #1314874

    Hi,
    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,
    Mike

    in reply to: Mehrere Features unterschiedlicher Themes nutzen #1314844

    Hi,
    Thank you for the login, I changed the background image for the section “Entfliehen Sie dem Stress des Alltags” to full-size in the color section and it seems to be showing correctly now, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Blurry images in masonry gallery #1314838

    Hey jaimemerz,
    Thank you for your patience and for the link to your site, for the masonry gallery on the homepage I’m having trouble seeing the blurriness, perhaps it’s my screen or my eyes, but I do note that the image shown is a little smaller than the element size which could cause blurriness. Since the lightbox image is larger I wrote this script to use the larger image, please try adding this to your child theme functions.php and seeing if it helps.

    function custom_script() { ?>
        <script>
    (function($){
      $(".av-masonry-entry").each(function(){
          var imageUrl = $(this).attr("href");
          $(this).find(".av-masonry-image-container").css("background-image", "url(" + imageUrl + ")");
      });
      })(jQuery);
      </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Mehrere Features unterschiedlicher Themes nutzen #1314813

    Hi,
    Sorry for the very late reply and thanks for your patience, I was not able to view your screenshot pointing to your issue, I did check your site and the space above “Inklusivleistungen für Ihr Urlaubsglück” is caused by an empty grid container, if you didn’t want a space here please try removing this element.
    The background image for the section “Entfliehen Sie dem Stress des Alltags” is blurry because it is very small 300×167
    Please try using a larger version of this image to correct. If you can not pick a larger image please include admin login in the Private Content area so we can check.
    I see you are using v4.8.3 we had some issues corrected with v4.8.6, please also update.

    Best regards,
    Mike

    Hi,
    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,
    Mike

Viewing 30 posts - 13,921 through 13,950 (of 34,601 total)