Forum Replies Created

Viewing 30 posts - 24,391 through 24,420 (of 34,981 total)
  • Author
    Posts
  • in reply to: Full width widget under Main Menü #1031508

    Hi,
    Thank you, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: Last post fully on homepage #1031506

    Hi,
    Thank you, I didn’t know that about your post. I confirmed though testing, that advanced layout builder posts won’t show using this method.
    But the “Page Content” element, will allow you to display a advanced layout builder page within another page. It will keep the format and the advanced layout builder elements.
    You could copy your post to a new blank page by Enabling the Avia Layout Builder Debugger and copy the debugging code to the new page.
    Or you could create the shortcode like you originally wanted to with the info in the pages I linked to earlier.

    Best regards,
    Mike

    in reply to: Description under the image in Woocommerce #1031494

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Problem with Masonry #1031493

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Description under the image in Woocommerce #1031450

    Hey fishkdo,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_product_layout(){
      ?>
      <script>
      jQuery(window).load(function(){
      jQuery( "#top.single-product .product .summary.entry-summary" ).appendTo( "#top.single-product .single-product-main-image" );
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_product_layout');
    

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Issue removing quick CSS #1031447

    Hi,
    Please try removing the rule from your Quick CSS then go to your “CSS file merging and compression” and at the bottom of that page your see the option “Delete old CSS and JS files” check that box then click “save all settings”
    Then go back to Quick CSS and add a blank space and click “save all settings” again.
    Then clear your browser cache and check.
    You should not have any cache plugin active.

    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Google Maps for development purposes only #1031444

    Hey zoltom,
    Sorry for the late reply, please enter your billing info to Google maps, it use to only be needed for large traffic, but Google has changed this. This is the first place to start to correct this issue.

    Best regards,
    Mike

    in reply to: Image Overlay changes, remove border #1031440

    Hi,
    I took a look at the 6 items, but they are set to display:none for screens under 767px
    If this is just temporary, then try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #av_section_2 .av-image-caption-overlay-center p {
    font-size: 12px !important;
    }
    #av_section_2 .av-image-caption-overlay-center {
    padding: 50px 10px 0px 5px !important;
    }
    }

    Please see the screenshot in Private Content area.

    I recommend adding a custom ID to the section to replace the #av_section_2, which has been automatically generated and could change in the future as you add more elements to the page. To add custom IDs & classes go to Enfold Theme Options > Layout Builder > Show element options for developers and enable the option, then in your element create a unique ID such as “smallportthumbnails”

    Best regards,
    Mike

    in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031434

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031424

    Hi,
    That is great news, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog layout messed up… #1031422

    Hi,
    Sorry, try adding it to the Enfold Theme Options > General Styling > Quick CSS field

    Best regards,
    Mike

    in reply to: Last post fully on homepage #1031421

    Hi,
    Sorry I can’t read the settings very well because it’s not English, but they seem to right. Is your post using the advanced layout builder? That might be the issue, try using the default editor for the post.
    I tested this method on my localhost and it worked for a default editor post.
    Can you try adding this text as a text block element to your homepage?

    Best regards,
    Mike

    in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031401

    Hi,
    This is because each element is given a class automatically, such as “avia-builder-el-20” but when you add another element this may change the number in the auto class.
    To correct please enable custom IDs and classes by going to Enfold Theme Options > Layout Builder > Show element options for developers
    Then go to your two post sliders and give them each a unique class, such as “firstpostslider” & “secondpostslider” then replace the auto class with your custom one, like this:

    .secondpostslider span.blog-categories.minor-meta,
    .secondpostslider span.av-vertical-delimiter,
    .secondpostslider .slide-image {
    display: none !important;
    }

    Please note that classes begin with a dot and IDs begin with a hash mark. If you have any troubles then go ahead and add your special heading, and we will look and post the updated css.

    Best regards,
    Mike

    in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031365

    Hi,
    For your slider issue, please replace your css with this:

    #top.home .avia-builder-el-14 .avia-content-slider-inner {
    height: 320px !important;
    }

    For the second issue, I see now that I was looking at the wrong element, please use this css instead:

    .avia-content-slider1.avia-builder-el-20 span.blog-categories.minor-meta,
    .avia-content-slider1.avia-builder-el-20 span.av-vertical-delimiter,
    .avia-content-slider1.avia-builder-el-20 .slide-image {
    display: none !important;
    }
    

    Best regards,
    Mike

    in reply to: Header Transparency is not working anymore #1031358

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Thanks, we close the topics, but I like to confirm before I do :)
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: mobile break point columns not full width #1031276

    Hi,
    To reduce the spacing between the 5 blue columns (CATEGORIES AND OTHER EVENTS) and also allow them to go full width for mobile, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #top.home #av_section_4 .flex_column.av_one_fifth {
        margin-left: 1% !important; 
        width: 19% !important; 
    }
    }
    

    please feel free to adjust to suit, notice the width & margin equals a total of 20%, these two must equal this.

    For the 3 columns “services”, try this css:

    @media only screen and (min-width: 768px) { 
    #top.home #services .flex_column.av_one_third {
          margin-left: 1% !important; 
        width: 32% !important; 
    }
    }
    
    

    please feel free to adjust to suit, notice the width & margin equals a total of 33%, these two must equal this.

    Best regards,
    Mike

    in reply to: Header Transparency is not working anymore #1031260

    Hi,
    Please check the setting at Enfold Theme Options > Main Menu > Menu Items for mobile > Activate only for Smartphones (browser width below 768px)
    Then clear your browser cache.
    Your brake point seems to be set to 990px
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog layout messed up… #1031237

    Hi,
    I took a look at your page, and believe this is the css to center your single posts

    .single-format-standard .template-page .post-entry {
        right: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: Such-Icon ändern #1031234

    Hey duletzki,
    — Translated with Google —
    Um das Suchsymbol zu vergrößern, versuchen Sie diesen Code im Feld General Styling> Quick CSS:

    
    
    .responsive #top #wrap_all .menu-item-search-dropdown > a {
        font-size: 48px !important; 
    }

    Wenn dies nicht hilft, klicken Sie bitte auf Ihre Seite, damit wir Ihnen weiterhelfen können.

    Best regards,
    Mike

    in reply to: Burger Menü ausblenden #1031229

    Hey duletzki,
    — question Translated with Google —
    how can I hide the burger menu? In the desktop version it is not displayed, in the mobile version I always see the burger menu icon without navigation content.
    Thanks + best regards
    ———-
    If I understand correctly you want to hide the burger menu from the mobile version, in this case Please try this code in the General Styling > Quick CSS field:

    .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
    display: none !important;
    }

    — answer Translated with Google —
    Wenn ich richtig verstanden habe, dass Sie das Burger-Menü vor der mobilen Version ausblenden möchten, versuchen Sie es in diesem Fall mit dem folgenden Code im Feld General Styling> Quick CSS:

    .av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Enfold Post Slider – Remove image, "News" title, etc. #1031218

    Hey HostageMedia,
    To remove everything from the posts except the title, please try this code in the General Styling > Quick CSS field:

    .entry-content-header span.blog-categories.minor-meta,.entry-content-header div.entry-content,.entry-content-header span.av-vertical-delimiter,.entry-content-header span.post-meta-infos,.post-entry div.blog-meta,.post-entry div.post_delimiter,.post-entry .post_author_timeline {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Move product description below images #1031126

    Hey web6s,
    Thank you for the link, I took a look at your page, but it seems the product description tab is below the product image already.
    Unless you mean that you would like the product description tab in the same column as the images, and below, in which case it looks like the columns will also need to be adjusted for width.
    Please advise.

    Best regards,
    Mike

    in reply to: Header Transparency is not working anymore #1031123

    Hi,
    Please try adding your css in a media query rule, like this”

    @media only screen and (max-width: 767px) { 
    /* add your css here */
    
    }

    this will allow the css to only work of screens smaller than 767px

    Best regards,
    Mike

    in reply to: 4.5 New element Icon Grid Flip box #1031121

    Hey amrod1,
    I believe that you are referring to this issue please see the linked page for the solution.

    Best regards,
    Mike

    Hi,
    I took a look at your page and it looks like the element below the “FOTOSHOOTINGS STATISTIK 2018” is a color section, color sections are full width elements which will cause your sidebar to always show below it.
    Please remove this color section and your sidebar will return to the correct placement.

    Best regards,
    Mike

    in reply to: Last post fully on homepage #1031102

    Hi,
    Sorry for the late reply, Please try using the blog element, it will allow you to choose to show 1 post if you wish. You can choose to show a category, product, or a tag, which might be the best for you because you could set only one item to have that tag.
    It will also have a layout to match the theme, and you can choose to show the full content or a excerpt:
    2018-11-07-222450
    If you would like to use a shortcode instead of a advanced layout builder element, then please open a new post using the default editor and use the “magic wand” in the menu to create a shortcode, it will open the element so you can make your choices, and when you save the shortcode will be shown in the post.
    2018-11-07-223159
    2018-11-07-223322
    You may find this shortcode easier to use because it includes the layout, but if you want to continue with your shortcode creation, please see this post: How to make a Shortcode to display a custom loop of posts

    Best regards,
    Mike

    Hey JanMiHero,
    Sorry for the late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_translate_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".read-more-link a.more-link").text("Přečtěte si více");
      $(".related_posts h5.related_title").text("Mohlo by se vám líbit");   
      });
      })(jQuery);
    </script>
      <?php
      }
    add_action('wp_footer', 'custom_translate_script');

    Best regards,
    Mike

Viewing 30 posts - 24,391 through 24,420 (of 34,981 total)