Forum Replies Created

Viewing 30 posts - 6,151 through 6,180 (of 34,721 total)
  • Author
    Posts
  • in reply to: Put out the date #1415231

    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: The events calender and merged css #1415217

    Hey georgbiel,
    The files that you are referring to are created by the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression which is all of the css for your site combined. You would not want to edit these files or any other css files manually as you would lose your customization each time you update the theme.
    If you want to add some padding to your content-area of single events add your css to the Enfold Theme Options ▸ General Styling ▸ Quick CSS field.

    Best regards,
    Mike

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

    .slide-content .slide-meta {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: Hoe can I restore the red arrows? #1415215

    Hey Emanon,
    Thanks for the link to your site I’m not sure why your arrow font would change but it is now:
    content: “\E803”;
    font-family: ‘fontello’;

    and the font-family: ‘friendly’; is a globe
    Enfold_Support_2782.jpeg
    so I fixed your css for you so on your blog your arrows show:
    Enfold_Support_2784.jpeg
    but on your homepage you have added html to your special heading title field, which is not recommend:
    Enfold_Support_2780.jpeg
    but since you already have this in place I added this css to override them and add the arrow:

    .red-arrow-title .av-icon-char:after {
      color: #EB5847;
     content: "\E803";
    font-family: 'fontello';
      font-size: 16px;
      position: absolute;
      margin-left: 5px;
    }
    .red-arrow-title .av-icon-char:before {
      display: none;
    }

    now now they show the arrows:
    Enfold_Support_2786.jpeg
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Put out the date #1415213

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

    #top.page-id-4254 .slide-meta {
    	display: none;
    }

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

    Best regards,
    Mike

    in reply to: Remove (Enfold WordPress Theme by Kriesi #1415212

    Hey Bumandal,
    You would add [nolink] into the copyright field, please see our documentation for more info.

    Best regards,
    Mike

    in reply to: Add phone number between logo and menu #1415211

    Hi,
    It looks like you forgot Step 1: Activate header widget area I added the code for you in your WP Code plugin, you had also named your widget area incorrectly, it needed to match the function, so I corrected it for you.
    I also didn’t see any css for the header widget, so I added it for you for the Logo left, Widget center, Menu right
    Now it shows please check and adjust the css to suit your needs.

    Best regards,
    Mike

    in reply to: Add phone number between logo and menu #1415192

    Hey buddy1,
    I would recommend using a header widget, please see our documentation: Adding a header widget area there are links to many examples in the documentation, such as this one.

    Best regards,
    Mike

    in reply to: Wp Rocket broke my hamburger menu, tags and accordion #1415190

    Hi,
    Yes you are correct, I reviewed the classes in the CSS safelist for the Wp Rocket REMOVE UNUSED CSS option and added a few more and now the burger menu looks correct when I open it on my Android device in a incognito tab when not logged in, this is what I see:
    Enfold_Support_2778.jpeg

    .main_menu
    .menu-item-avia-special
    .av-hamburger
    .av-hamburger-box
    .av-hamburger-inner
    .av-burger-overlay
    .av-burger-overlay-scroll
    .av-burger-overlay-inner
    .av-active-burger-items
    .av-burger-overlay-active
    .av-burger-overlay-active-delayed
    .av-hamburger--spin
    .av-js-hamburger
    .avia_hidden_link_text
    .av-burger-menu-main
    #av-burger-menu-ul
    #avia-menu
    .av-width-submenu 
    .av-active-burger-items
    .current_page_item 
    .current-menu-item
    .av-active-burger-items
    .avia-menu 
    .av-main-nav-wrap

    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

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

    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: Various adjustments in styling #1415185

    Hi,
    Yes basically, the translation.txt at the plugin GitHub page shows these:
    Enfold_Support_2776.jpeg
    but you real only need to use the “less than” = < and the "greater than" = > that makes your HTML code.
    So for your headings use ###lt###u class=special-type###gt### ... ###lt###/u###gt### and change the “three dots” to the word you want orange.
    I would not use any “search & replace” if that is what you mean.
    I would only manually change the HTML that you have in elements when you see the red warning like in this screenshot
    Enfold_Support_2740.jpeg

    Best regards,
    Mike

    Hi,
    I checked your test page and found that the links were in the wrong format https://youtu.be/Np7B8Ss25-4 so I corrected the format to https://www.youtube.com/watch?v=pJ-FdCDo1Ys and the bottom video showed correctly, then I tested another product video from your channel and it shows correctly, so now only the top product video is not showing. But when I test on my test site both videos work correctly, see the link below.
    So it’s odd that two of your videos work, but not the first one, I asked the rest of the team for advice.
    Thank you for your patience

    Best regards,
    Mike

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

    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: Recent posts #1415101

    Hey Rafael,
    Thanks for your question, typically on a standard post not created with the Advanced Layout Builder the recent posts (You might also like) show under the Share this entry item automatically, such as in this demo post
    Enfold_Support_2774.jpeg
    Is this not occurring for you? The recent posts are linked by tags, please ensure you are using tags on your posts with each tag having multiple posts.

    Best regards,
    Mike

    in reply to: Various adjustments in styling #1415099

    Hi,
    To read about the plugin see our documentation for Using special characters
    I installed this for you in your other thread and in this post.
    Did you try to add the code to your other pages?
    ###lt###u class=special-type###gt### ... ###lt###/u###gt###
    change the “three dots” to the word you want orange.

    Best regards,
    Mike

    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

Viewing 30 posts - 6,151 through 6,180 (of 34,721 total)