Forum Replies Created

Viewing 30 posts - 14,341 through 14,370 (of 35,007 total)
  • Author
    Posts
  • 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 > 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

    in reply to: Main Menu #1314801

    Hi,
    Thanks for the feedback, I don’t see the css included in the site you linked to, but this seems to work when I inject it, please include an admin login in the Private Content area so I can examine, perhaps you have an error in your css from another rule.

    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, have a great day.

    Best regards,
    Mike

    Hey AFEC,
    Thank you for your patience, our Accordion Toggle Titles are “p” (paragraph) and do not have a built-in option to change the tag.
    I’m not sure which solution you saw to change the tag there are probably a couple, but adding the snippet to the child theme functions.php would be the best approach.
    You could edit the theme files, but you would lose this modification when you update the theme, depending on the solution you may be able to add it to a code block on the one page for it to only work on that page. If you link to the solution and to your page I could check for you.
    Are you not using a child theme? You may find it helpful to use one if you have other customizations in mind.

    Best regards,
    Mike

    in reply to: Main Menu #1314635

    Hey So Evolve,
    Thank you for your patience, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header.header_color .sub_menu>ul>li>a, 
    #top #header.header_color .sub_menu>div>ul>li>a, 
    #top #header.header_color .main_menu ul:first-child > li > a, 
    #top #header.header_color .main_menu .menu ul .current_page_item > a, 
    #top #header.header_color .main_menu .menu ul .current-menu-item > a, 
    #top #header.header_color .sub_menu li ul a {
        color: #fff;
    }

    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

    Hi,
    Glad this is helping, please try this css for the arrow:

    @media only screen and (min-width: 767px) { 
    	#top #wrap_all .av-tab-arrow-container {
        margin: auto;
    	}
    }

    Best regards,
    Mike

    in reply to: Pagination problem #1314614

    Hi,

    @work365

    I do not recommend using different versions of theme files together, your pagination now looks like this:
    /blog/page/3/?avia-element-paging=2
    you now have what looks like the old pagination /page/3/
    and the new pagination ?avia-element-paging=2
    in the same url.
    I can not reproduce any problems with the pagination in version v4.8.6, the url text “avia-element-paging” is not an error, this is correct. Please try reinstalling your theme by first removing your current version with the mixed files, please do not try overwriting your theme folder as this wil leave old files behind and will cause conflicts.
    Then with a fresh theme installed if you are still having issues with your plugins and custom scripts disabled, then open a new thread, 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.

    Best regards,
    Mike

    in reply to: Pagination problem #1314379

    Hey mosostri,
    Thank you for your patience and the link to your site, this is the correct pagination and is working correctly.
    I assume that what you want to “fix” is the text “avia-element-paging” but this is not an error, this was introduced when paging is needed in an ALB element to avoid a conflict with normal WP pagination and can not be changed without changing many core theme files.

    Best regards,
    Mike

    in reply to: Subfilter menu in Masonry #1314375

    Hi,
    Thank you for your patience but unfortunately, this feature is not available yet, I have submitted a feature request to the dev team for this and perhaps in the future it will be added.
    I can’t think of a workaround for this currently, sorry.

    Best regards,
    Mike

    in reply to: Responsive hide / show #1314351

    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

    Hi,
    Thanks for the feedback, I examined your site further and found an error in your custom css here:

    /* Landscape */
    @media only screen 
      and (min-device-width: 768px) 
      and (max-device-width: 1624px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1) {...

    this rule has no closing bracket so all of the rules below it are in it.
    I assume that you ment to have the closing bracket before the comment: /* Table maker pRO */, try adding one here:
    2021-08-04_001.png
    then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Responsive hide / show #1314172

    Hi,
    Thank you for the login, I found that on the first two columns the one on the left was set to show on mobile and the one on the right was hide on mobile and they had the equal height option set, so I adjusted them to the same and looked at the other lower two columns and they seem to be working correctly now. Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Rikard could 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: Making the excerpt clickable as well #1314126

    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 - 14,341 through 14,370 (of 35,007 total)