Forum Replies Created

Viewing 30 posts - 241 through 270 (of 35,310 total)
  • Author
    Posts
  • in reply to: Columns elements not lining up #1495346

    Hi,
    When I check your page I see that your are using equal height columns, so all three columns will adjust to be the same height.
    The problem is that in each of the three columns you have an HR element between the text element and the button, and all three are set to different heights.
    30px 58px 2px
    qFEqmj1.png
    Please check an adjust so all are the same height, then the buttons and images will be correct.
    qFEnZv4.png

    Best regards,
    Mike

    in reply to: Padding column #1495345

    Hi,
    Try this css in your Quick CSS field:

    .slide-entry-excerpt.entry-content {
    	top: -20px;
      position: relative;
    }

    qF18nTb.png

    Best regards,
    Mike

    in reply to: licensing issue / forum support #1495344

    Hey Rob Wu,
    I searched our system using your email address and it shows that your support is until: 2026-06-19 with the same Purchase Code as your 2014 purchase. So your support has been updated.
    Perhaps you forgot your password?
    Would you like a Password Reset sent to your email?

    Best regards,
    Mike

    in reply to: Postolio grid full screen possible? #1495340

    Hi,
    As I understood you wanted the grid to be 100% of the page layout area, you would achive this by placing the element on the page outside any columns. If the element is in a column it will be limited by it and the padding that it has. If your max page width in the theme options is smaller that your screen width, like 1310px, then the page has added padding & margin, so this will determine what 100% of the element is.

    Best regards,
    Mike

    in reply to: Footer appears while scrolling #1495338

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Video Widgets Not Giving Black Box #1495337

    Hey amanda-mdllc,
    Thank you for your patience, I found that your plugin ClickRank – Ai SEO automation is causing a conflict with the videos causing them to not load. I further found that it is the setting: Image Alt Text Generation causing this conflict, I disabled this one setting and now the videos work.
    qF0vGcX.png

    Best regards,
    Mike

    in reply to: Footer appears while scrolling #1495334

    Hey Michael F,
    To correct #1 & #2 try this css in your Quick CSS field:

    @media only screen and (min-width: 1024px) {
    #service-monitor-mobil-trennlinien.avia-section {
    	 margin-bottom: 0;
    	 height: 200vh;
    }
    }

    #3 is because you have the sidebar enabled on the page, disable this in the settings for the page, or try this css

    .home #after_section_9 {
    	display: none;
    }

    then clear your browser cache.

    Best regards,
    Mike

    in reply to: Postolio grid full screen possible? #1495332

    Hey Sebastian,
    Unfortunately not, the sort & grid are both inside the same container. A margin could be added to the sort links to move them within the container so they look like they are not to the edge of the screen, or they can be centered in the container.

    Best regards,
    Mike

    in reply to: Search icon color issue #1495331

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Search icon color issue #1495326

    Hey es.design.ma,
    It looks like somewhere you have this css:

    #top .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
        stroke: unset !important;
    }
    #top .menu-item-search-dropdown>a.avia-svg-icon svg:first-child {
        width: auto;
        height: 1em;
        position: relative;
        z-index: -1;
    }

    The stroke is needed for the color, and the z-index needs to be 1
    You can try this css to override this:

    #top #menu-item-search .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
        stroke: #515f77 !important;
        fill: #515f77;
        z-index: 1;
    }
    #top #menu-item-search .avia-svg-icon.avia-font-svg_entypo-fontello {
    padding-right: 13px;
    }
    #top #header .av-main-nav>li:hover>a>svg:first-child {
    	stroke: #d6d6db !important;
    }

    Then clear your siteground cache & your browser cache.

    Best regards,
    Mike

    in reply to: Burger Menu is Showing a Different Font than Desktop #1495325

    Hi,
    The “Reset all options” button will reset all, it is not recommended to use unless you want to remove all options & style.
    .avia-caption-title {text-transform:none;}
    did not work for you because it doesn’t have high enough specificity, the correct css would be:

    #top .slideshow_caption h2.avia-caption-title {
        text-transform: none;
    }

    !important is not required, just enough classes and/or IDs to override the theme css, nearly no theme css is a single class like in your css: .avia-caption-title

    Best regards,
    Mike

    Hi,
    Thanks for your patience, I only asked for access to your test page so we would be looking at the same thing and so I would  not need to recreate your layout on my site, nonetheless I created 1/5 + 3/5 + 1/5 columns with a gallery with large image on top and thumbnails below, and a color section with 100% min-height below that to simulate the rest of the page.
    qFouAOl.png
    My sticky header is 90px, although I see yours is 157px.
    My first impression of the layout is that the large gallery image on top is almost the full height of the screen, so the thumbnails are not really seen, I added 50px right & left padding to the 3/5 column and that helped a little
    qFoE6fR.png
    Adding 150px right & left padding to the 3/5 column was better
    qFoWUkN.png
    but I get the feeling that you want the large image to be as large as possible, and not so much empty space on the sides, so having it sticky would make the thumbnails hard to see. I tested Guenni007’s solution at: https://webers-testseite.de/ajax-gallery/#av_section_2 and other than adjusting the top: 70px to match my header it seems to work well.
    But ypur current masonry layout https://www.thomashenthorne.com/26-mooring-road-san-rafael-ca/#av_section_42
    seems much better because the user can see the thumbnails, it fills the page and the user can easily navigate the lightbox images (slideshow).

    Best regards,
    Mike

    in reply to: Make the rows closer #1495321

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Remove this title from mega menu #1495320

    Hi,
    Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Make the rows closer #1495248

    Hey dreyerjm,
    Try this css in your Quick CSS field in the theme options:

    body #intro .column-top-margin {
        margin-top: 20px;
    }

    Best regards,
    Mike

    in reply to: Remove this title from mega menu #1495247

    Hey dreyerjm,
    If you dont want to display a title just enter a single dash: “-” in the column title field 
    q3JDpkX.png

    Best regards,
    Mike

    in reply to: Adding a new Social Icon and linking it to the icons list #1495201

    Hi,
    This information is not correct, there is a lot more to it. But the contact form is not appropriate for support questions.
    Please login to the support forum and open a new thread.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support.

    Best regards,
    Mike

    in reply to: Adding a new Social Icon and linking it to the icons list #1495177

    Hey Dave Chapple,
    Since upwork is not available at fontello, you will need to convert your upwork image into a iconfont and add the correct code to your functions file:

    function avia_add_custom_icon($icons) {
      $icons['tiktok'] = array( 'font' =>'fontello', 'icon' => 'ue800');
      return $icons;
      }
      add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
      
      function avia_add_custom_social_icon($icons) {
      $icons['TikTok'] = 'tiktok';
      return $icons;
      }
      add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
      add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
      function avia_add_social_share_link_arguments($args){
          $tiktok = array('tiktok' => array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.tiktok.com/", 'label' => __("Share on TikTok",'avia_framework')));
          $args = array_merge($tiktok, $args);
          return $args;
      }

    You will need to adjust the code to suit your icon which has a custom code from fontello.
    Please also note that you need to login to support and not use the contact form, it is not appropriate for support questions. Your support license expired  a year ago, so please renew. (Supported until: 2025-02-19)
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Video play w/o opening new window #1495174

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Seperator (Space) does not hide on small screens (mobile) #1495173

    Hi,
    You could try removing the page-id (.page-id-1413) from the css, if this doesn’t  help then link to the other pages so we can exam.

    Best regards,
    Mike

    Hi,
    Thanks for your patience, please include an admin login so we can create a test page.

    Best regards,
    Mike

    in reply to: Video play w/o opening new window #1495108

    Hi,
    Pleae use the video element and set to always load:
    qJ6C2lR.png
    qJ6R7ef.png

    Best regards,
    Mike

    in reply to: Posrtfolio: Images and Text blocks combination #1495101

    Hi,
    qJecc5N.png
    qJe1use.png
    qJeXP2e.png

    Best regards,
    Mike

    in reply to: Video play w/o opening new window #1495098

    Hi,
    Please inlude ans admin login so we can take a closer look.

    Best regards,
    Mike

    in reply to: Posrtfolio: Images and Text blocks combination #1495097

    Hi,
    Change the button URL:
    qJOaKdB.png

    Best regards,
    Mike

    in reply to: Help! Layerslide popup via button #1495083

    Hey grimkraneveld,
    We could take a look and your page if you post a link to it with a admin login. There could be the possibility  that the popup script is conflicting with the built-in popup script, which you can disable  in the theme sttings and check again. Or some layerslider premium addon require the full paid version of the layerslider and not the free version that comes with the Enfold theme.

    Best regards,
    Mike

    in reply to: Seperator (Space) does not hide on small screens (mobile) #1495082

    Hey Johannes,
    Try ths css in your Quick CSS field and then clear your cache and browser cache.

    @media  only screen and (max-width: 450px){
    .page-id-1413 #after_grid_row_1 {
    	display: none;
    }
    }

    Best regards,
    Mike

    in reply to: Accodieon slider? #1495080

    Hey Sebastian,
    It looks like the Tab Section element: https://kriesi.at/themes/enfold-2017/elements/tab-section/#layer-slider-plugin
    Jive it a try.

    Best regards,
    Mike

    Hi,
    On your page https://www.thomashenthorne.com/26-mooring-road-san-rafael-ca/#av_section_42
    I see your gallery but I don’t see the larger image that ment to change when hover over the gallery items, such as in Guenni007’s example. https://webers-testseite.de/ajax-gallery/#av_section_4 I assume that you like the second solution  “Ajax Gallery – Thumbs at the right side”, because  in the first solution the main image is hiding the gallery and most and not be clicked.
    I also don’t find the classes on the page for Guenni007’scss to work, are you still tring to achive this layout?
    qJfIyBe.png

    Best regards,
    Mike

    in reply to: reduce top and bottom space of columns #1495001

    Hi,
    Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 241 through 270 (of 35,310 total)