Forum Replies Created

Viewing 30 posts - 6,361 through 6,390 (of 34,916 total)
  • Author
    Posts
  • in reply to: Banner from LayerSlider not showing #1415097

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

    in reply to: Display portfolio categories one above the other #1415083

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 767px) {
        #top #av-sc-portfolio-1 .sort_width_container {
            float: left;
            width: 20%;
        }
    
        #top #av-sc-portfolio-1 .grid-sort-container {
            width: 80%;
            float: left;
            clear: none;
        }
    
        #top #av-sc-portfolio-1 #js_sort_items a {
            display: block;
            text-align: left;
            width: 100%;
        }
    
        #top #av-sc-portfolio-1 #js_sort_items .text-sep {
            display: none;
        }
    }

    After applying the css, please clear your browser cache and check.
    The expected results:
    Enfold_Support_2772.jpeg

    Best regards,
    Mike

    in reply to: Purchase Support #1415082

    Hi,
    Try this solution
    or the example here from this thread.
    They are not exactly like your example but very close with very good explanations that you should be able to follow.
    If you have trouble with these and purchase the extended support we could help you, but it may not be exactly like your example and more like the links that I posted.

    Best regards,
    Mike

    in reply to: Open Video in Lightbox using Image Element #1415078

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Erroneous output, if NO logo is deposited #1415077

    Hi,
    Glad Yigit could help, shall we close this then?

    Best regards,
    Mike

    in reply to: tag shows in white color at post using ALB text block #1415076

    Hi,
    Thanks for the screenshot and the link to your site, in your Enfold Theme Options ▸ Advanced Styling you had the option for strong five times, and the one closest to the bottom was white:
    Enfold_Support_2770.jpeg
    In the Enfold Theme Options ▸ Advanced Styling if you set the same element multiple times the one closest to the bottom will be the active one.
    I deleted all but one set to black and now your text on the site is black. Please clear your browser cache and check.
    I see other elements in your Enfold Theme Options ▸ Advanced Styling with multiple items, please check and remove the wrong ones.

    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 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: social media codes #1415026

    Hi,
    Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_facebook  a{color:#fff; background-color:#37589b; }
    .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_twitter   a{color:#fff; background-color:#46d4fe; }
    .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_linkedin  a{color:#fff; background-color:#419cca; }
    .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_youtube   a{color:#fff; background-color:#a72b1d; }
    .responsive #top #wrap_all #header_meta .social_bookmarks li.social_bookmarks_instagram a{color:#fff; background-color:#a67658; }

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

    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: Erroneous output, if NO logo is deposited #1414977

    Hi,
    Thank you for confirming Guenni007 I have submited it via our Github reporting channel, I’m sure it will be corrected in our next update.

    Best regards,
    Mike

    in reply to: Blog news as masonery but withput single post page #1414975

    Hi,
    Ok, try linking the portfolio grid item to the gallery elements, first go to your portfolio items that you are going to display and change the Overwrite Portfolio Link setting option to Define custom link and enter an anchor hash like #popup-one:
    Enfold_Support_2757.jpeg
    then add a corresponding gallery element for each anchor hash link used in a portfolio items:
    Enfold_Support_2759.jpeg
    In each gallery element choose Big image only, other images can be accessed via lightbox and use the Element Visibility to hide each gallery
    Enfold_Support_2761.jpeg
    and then add the anchor hash as the Custom ID Attribute
    Enfold_Support_2763.jpeg
    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element() { ?>
      <script>
    (function($){
    $('.grid-sort-container a').click(function(e){
    	$(this).addClass('no-scroll');
       e.preventDefault(); 
       var hash = this.href.split("#")[1]; 
       $('#'+ hash +' a').trigger('click');
    });
    })(jQuery);
      </script>
      <?php
    }
    add_action('wp_footer', 'get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element');

    Then your Portfolio Grid with show your portfolio items with the sort option
    Enfold_Support_2765.jpeg
    and then will open a Gallery element for only the images you added:
    Enfold_Support_2767.jpeg

    Best regards,
    Mike

    in reply to: Display portfolio categories one above the other #1414961

    Hi,
    This also works for the portfolio grid
    Enfold_Support_2755.jpeg

    Best regards,
    Mike

    in reply to: Too many 301 forwards to privacy page #1414956

    Hi,
    Sorry I don’t understand, I don’t see the /datenschutz/ page in your screenshot, and your screenshot is not for the cookie option.
    You said above that the /datenschutz/ is a link in your cookie bar, please link to your page so we can see.
    If you added a link to your cookie banner did you add a full path url or only /datenschutz/ ?

    Best regards,
    Mike

    in reply to: Blog news as masonery but withput single post page #1414954

    Hi,
    Try using the Gallery element with a Text element below it:
    Enfold_Support_2749.jpeg
    Enfold_Support_2753.jpeg
    In the gallery element choose Big image only, other images can be accessed via lightbox then each gallery element will only show the images you add to it.
    Enfold_Support_2751.jpeg

    Best regards,
    Mike

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-slideshow .avia-slideshow-button .av-siteloader {
    	display: none;
    }
    .avia-slideshow .avia-slideshow-button .avia_loading_icon {
        background: transparent;
    }

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

    Best regards,
    Mike

    in reply to: Templates from the upload? #1414950

    Hey ledreisilker,
    To install a demo template go to Enfold Theme Options ▸ Demo Import

    Best regards,
    Mike

    in reply to: Various adjustments in styling #1414948

    Hey karinkropik,
    Thanks for your patience and the link to your site.
    1) after removing the circle from the active tab in the main menu, the lighter orange colour do you want it to be background color or the text color?
    2) try unchecking the “use as mega menu” option from the “Triest and Crete” under Hiking retreats so it is a regular menu item
    Enfold_Support_2738.jpeg
    3) same as 2)
    4)to create this warning you already have the Special Character Translation plugin installed:
    Enfold_Support_2740.jpeg
    so the code you would use to replace the HTML arrows > < is:

    ###lt###		=> <
    ###gt###		=> >

    like this:
    Enfold_Support_2745.jpeg
    Our favourite ###lt###u class=special-type hiking###gt###selection###lt###/u###gt###
    Please note that there are no quots around the class name, I did this for you on your /tours/ page
    Enfold_Support_2747.jpeg
    try this on your other pages and be sure to clear your cache plugin “purge cache”

    Best regards,
    Mike

    in reply to: columns parallax effect – speed <10%? #1414945

    Hi,
    Unfortunately we don’t have a option for this but if you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    in reply to: Erroneous output, if NO logo is deposited #1414944

    Hey Jörg,
    Thanks for reporting this I have submitted it to the Dev Team.

    Best regards,
    Mike

    in reply to: Meta Tags #1414943

    Hey iishaq,
    Do you mean that when you search for your site you see this text in the search results?
    Typically the search results are what is shown on your site, if you have updated a demo on your site then you would go to Goolge Search Console and create an account and then submit your site to be crawled and after a few days Goolge will update the search results. This is not a theme function.
    To change the SEO for your site try installing a plugin like Yoast and follow their instructions.

    Best regards,
    Mike

    in reply to: critical error on this website #1414942

    Hi,
    It could be related to a old PHP, if updating doesn’t help try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: critical error on this website #1414940

    Hi,
    I don’t see any errors on your site, but if you look at your WordPress dashboard you will see that your PHP needs to be updated
    Enfold_Support_2736.jpeg
    try asking your webhost to help

    Best regards,
    Mike

    in reply to: Open Video in Lightbox using Image Element #1414939

    Hi,
    This is not a “feature” but I tested on v5.6.5 and it works for me using this format https://www.youtube.com/watch?v=G0k3kHtyoqc
    Try disabling your plugins and customizations, and check again.

    Best regards,
    Mike

    in reply to: critical error on this website #1414937

    Hi,
    You can’t update the PHP version in the WordPress settings, it must be done at your webhost account, try asking your webhost to help as it is different for each webhost.

    Best regards,
    Mike

    in reply to: Banner from LayerSlider not showing #1414935

    Hi,
    Try updating to v5.6.5 and see if that helps. I see that you have not added a valid Envato Token so you can manually update if you wish.
    To update Enfold manually you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Too many 301 forwards to privacy page #1414931

    Hi,
    If you added a link to your cookie banner did you add a full path url or only /datenschutz/ ?
    Can you link you your page so we can see?

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414928

    Hi,
    Well I don’t think that is true since you are already using “noopener noreferrer” in your links, but ok.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    I found an error in your media query in your css, I corrected. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Saved table keeps disappearing! URGENT #1414923

    Hi,
    Reading the code line by line, it’s not easy.
    It seems like the last few issues that you have had were all related to div tags
    Please be careful sometimes missing div tags can break a page so bad that a new page must be made.
    Why are you adding these?

    Best regards,
    Mike

Viewing 30 posts - 6,361 through 6,390 (of 34,916 total)