Forum Replies Created

Viewing 30 posts - 5,881 through 5,910 (of 67,591 total)
  • Author
    Posts
  • in reply to: In mobile the images no load #1436450

    Hi,

    Thank you for the inquiry.

    The css code that you mentioned above covers the masonry image. Why did you add it? If you want to add transparency to the background, try to replace the css with this code:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(255,255,255,0.35);
    }

    Best regards,
    Ismael

    in reply to: CUSTOMIZE H3 NOT WORKING #1436449

    Hi,

    Thank you for the update.

    I tried to put some quick CSS and maybe I did the wrong wording but that is not working either.

    What css did you use? There are extra html tags inside the h3 tag, so you’ll need to use a more specific css selector in order to target those tags or elements, as @Rikard suggested earlier.

    Example html in one of your text blocks:

    
    <h3>
       <a href="https://site.com/portfolio-item/east-point-lighthouse-n-j-photography-hot-spot/">
        <span style="color: #ffff00;"><strong>EAST POINT LIGHTHOUSE</strong></span>
       </a></h3>
    

    To target the strong tag or any elements inside the h3, you can try this css code.

    h3 a, h3 a span, h3 a span strong {
      text-transform: uppercase;
    }

    Best regards,
    Ismael

    in reply to: SEO Analysis program #1436448

    Hi,

    Thank you for the screenshot.

    The analysis tool updates correctly when we adjust the paragraphs in the builder. Please check the screenshot in the private field. You’ll notice that the Consecutive sentences criteria has been validated. We added 3 Text Blocks in the page with different sentences, making sure that the first word in every sentence is different.

    Have you considered using Rankmath instead?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    I wish I could. I just deleted the images that were causing the issue.

    We may need to inspect the site in order to properly check the issue. Please provide the site URL in the private field.

    Best regards,
    Ismael

    in reply to: How to insert description website #1436445

    Hi,

    Thank you for the clarification.

    You can add this code in the functions.php file:

    add_filter('avf_logo_subtext', 'avf_logo_addition');
    function avf_logo_addition($sub)
    {
        $sub .= "<span class='logo-title logo-subtitle'>";
        $sub .= get_bloginfo( 'description', 'display' );
        $sub .= "</span>";
        return $sub;
    }
    

    Then add this css code to adjust the position of the description or subtext:

    #top #header .subtext.avia-standard-logo-sub {
        position: absolute;
        top: 25px;
        left: 0;
    }

    Best regards,
    Ismael

    in reply to: Regarding ENFOLD theme support #1436444

    Hi,

    Thank you for the renewing your support license. Please continue in the next thread: https://kriesi.at/support/topic/facing-some-bugs-issues-after-upgrading-the-enfold-version-to-5-6-10/

    Best regards,
    Ismael

    Hi!

    Thank you for the inquiry.

    1-2) Looks like the site is still loading the old scripts and stylesheets. Please disable the Autoptimize plugin temporarily, then deactivate the Enfold > Performance > File Compression settings. This should fix the styling and layout issues.

    Regards,
    Ismael

    in reply to: Delay an image animation #1436440

    Hey Eleina,

    Thank you for the inquiry.

    Try to add use this css code instead.

    .avia-animate-admin-preview.pop-up, .avia_transform .avia_start_delayed_animation.pop-up {
        animation: avia_image_appear 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
        opacity: 1;
        animation-delay: 3s;
    }

    Let us know if this delays the animation. Please make sure to purge the cache or do a hard refresh before testing.

    Best regards,
    Ismael

    in reply to: Masonry Grid Not Loading until you scroll past it #1436439

    Hey stuart131,

    Thank you for the inquiry.

    When we checked the page, the masonry items load immediately once the tiles or the items in the first row are visible in the viewport. Did you figure out the issue?

    Best regards,
    Ismael

    in reply to: The Events Calendar Short Codes & Child Theme #1436345

    Hey Mitchell,

    Thank you for the inquiry.

    Are you trying to add it on a template? You may need to the do_shortcode function. Please check the link below for more info.

    // https://developer.wordpress.org/reference/functions/do_shortcode/

    Examples can be found here: https://developer.wordpress.org/reference/functions/do_shortcode/#user-contributed-notes

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that this has been resolved. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: How to insert description website #1436343

    Hey andrelio,

    Thank you for the inquiry.

    Are you referring to the Tagline field in the Settings > General panel? You can add it manually as the site description by adding this hook in the functions.php file:

    function ava_custom_meta_description()
    {
        $tagline = get_bloginfo('description');
        echo '<meta name="description" content="' . $tagline . '" />' . "\n";
    }
    add_action('wp_head', 'ava_custom_meta_description');

    However, we recommend installing SEO plugins such as Yoast or Rank Math instead of adding it manually. Please check the link below:

    // https://yoast.com/meta-descriptions/

    Best regards,
    Ismael

    Hi,

    Thank you for the link.

    The zip file contains svg files, which are not recognized by the Iconfont Manager. You need to obtain the zip file from Fontello or Flaticon. If you have a custom svg icon that you wish to convert to an iconfont, you can use the converter on Fontello.com before downloading the zip file.

    Please check the documentation for more info: https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    Best regards,
    Ismael

    in reply to: logo-mobile-blurry #1436340

    Hey carmen,

    Thank you for the inquiry.

    The size of the logo is only 200x60px, surrounded by a lot of transparent space. You may need to remove the excess transparent space and upload a larger version of the logo. The theme should vertically align the image automatically. If not, we can adjust it with css.

    Best regards,
    Ismael

    in reply to: Contact form email #1436339

    Hi,

    No problem! Please feel free to open another should you have further questions about the theme.

    Have a nice day

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue and the link to the page in question? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Could you give us a link to the portfolio page? Are you using the Portfolio Grid element? By default, the element should display portfolio items rather than portfolio categories.

    Best regards,
    Ismael

    in reply to: image caption font on mobile #1436336

    Hi,

    Great! Glad to know that this has been fixed. Please don’t hesitate to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Tabs element – disable vertical mode on mobile #1436335

    Hi,

    Thank you for the link.

    You can add this css code to display the default tab titles side by side, aligned with each other, and hide the alternate ones.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive .tabcontainer .tab_titles {
        display: block;
      }
    
      .responsive .tabcontainer .tab.fullsize-tab {
        display: none;
      }
    }
    

    Please note that this modification will affect all Tab elements in the page.

    Best regards,
    Ismael

    in reply to: Broken Enfold layout after updating a random plugin #1436333

    Hi,

    Thank you for the update.

    We didn’t find any layer slider on the home page. Where did you place it? You may need to tweak the cache and compression options until you find the combination that works best with your server or setup.

    Best regards,
    Ismael

    in reply to: Show only custom elements to editors. #1436332

    Hi,

    But is it possible with hooks and filters to hide the whole element-tabs in ALB but let authors

    That might be possible. Please add this code in the functions.php file:

    add_filter( 'admin_body_class', function( $classes ) {
        $user = wp_get_current_user();
        $roles = $user->roles;
        $roles_string = implode( ' ', $roles );
        return $classes . ' ' . $roles_string;
    }, 10, 1);
    
    

    Then add this hook to hide the ALB element buttons for specific user roles.

    add_action( 'admin_head', 'ava_custom_admin_css' );
    
    function ava_custom_admin_css()
    {
        if ( current_user_can( 'administrator' ) ) {
            ?>
            <style>
                .administrator .avia-builder-main-wrap .shortcode_button_wrap {
                    display: none;
                }
            </style>
            <?php
        }
    }
    

    The hook above will hide the buttons for administrators. If you want to hide it for authors or editors, you have to adjust the css rule a bit.

    .author .avia-builder-main-wrap .shortcode_button_wrap, .editor .avia-builder-main-wrap .shortcode_button_wrap  {
                    display: none;
                }
    

    Best regards,
    Ismael

    in reply to: Accordion Sort Not Working #1436331

    Hi,

    Thank you for the update.

    1-2.) You can add your own sorting tags or adjust existing ones by editing the Accordion items. Look for the Content > Toggle Sorting Tags field, right below the content editor.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Have you tried using the Image element? Again, you can add captions, which will be automatically set as overlay. There’s actually no difference between a Fullwidth Slider with a single image and an Image element. Both will use the img tag with the alt and title attribute.

    Best regards,
    Ismael

    in reply to: Different Font for bold #1436329

    Hi,

    Thank you for the update.

    Sanchez from Google and for bold Sanchez Slab?

    This is possible but you will have to add or register the slab font separately, then apply it to the elements manually. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/typography/#how-to-add-google-fonts-using-css

    You can also apply custom styles to some elements in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    in reply to: Mobile menu start at 960px #1436328

    Hi,

    Thank you for the screenshots.

    You can add this CSS code to relocate the mobile menu to the right of the header.

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        top: 0;
        left: auto;
        right: 0;
        display: block;
        transform: none;
      }
    
      .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu .av-main-nav-wrap {
        transform: translateX(-50%);
        left: auto;
        right: 0;
        translate: none;
        float: right;
      }
    }

    Best regards,
    Ismael

    in reply to: Change caption font color #1436327

    Hi,

    Thank you for the update.

    We adjusted the css code a bit. Please edit the css code, then try to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *, #top .av-caption-style-overlay .av-masonry-item-with-image ins:before, #top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del {
        color: #004079;
    }

    Best regards,
    Ismael

    in reply to: SEO Analysis program #1436326

    Hi,

    What do you mean by “transition words”? Please provide a screenshot using platforms like Savvyify, Imgur or Dropbox. Are you using the Content Analysis feature?

    // https://yoast.com/research/real-time-content-analysis/

    Has Rank Math been verified to work properly with Enfold,

    While the AI feature of the RankMath plugin is not compatible with the Advance Layout Builder (ALB), the plugin’s analysis tool should still function properly with the builder. It should be able to check or verify that the focus keywords are included in the content created using the builder.

    Best regards,
    Ismael

    in reply to: Body font size is smaller than default #1436233

    Hi,

    I set them all to 13px.

    The current font size is already set to 13px. Have you tried using a larger value? Please provide the login details in the private field so that we can check the settings properly.

    Best regards,
    Ismael

    in reply to: Shop Manager user role permissions. #1436232

    Hi,


    @ThorstenFB
    : You can add the avf_allow_drag_drop in the functions.php file. Usage example can be found here: https://kriesi.at/support/topic/alb-does-not-work-with-user-role-editor/#post-1293830

    Please create another thread if you need more assistance.

    Best regards,
    Ismael

    in reply to: Side arrows in newest enfold version #1436229

    Hi,

    Glad to know that you managed to make this work. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 30 posts - 5,881 through 5,910 (of 67,591 total)