Forum Replies Created

Viewing 30 posts - 24,391 through 24,420 (of 67,524 total)
  • Author
    Posts
  • in reply to: Custom Spinner – How to remove Text #1077382

    Hi,

    You’re welcome. Please don’t hesitate to contact us if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Enfold Header wechseln in Mobile Ansicht #1077381

    Hi,

    Great! Glad we could help.

    Vielen Dank, dass Sie Enfold verwenden.

    LG,
    Ismael

    in reply to: Masonry titles on mobile #1077379

    Hi,

    Thanks for the update.

    You have to set the masonry’s “Element Title and Excerpt Styling” settings to “Default as centered overlay” in order for that css code to work.

    Best regards,
    Ismael

    in reply to: Cannot connect to mailchimp with API key #1077372

    Hi,


    @richardhofer83

    We did nothing, actually. We just added the API key in the field and verified it.
    Please create a new thread and post the login details there.

    Best regards,
    Ismael

    in reply to: Blank page when editing #1077371

    Hi,

    Thanks for the update.

    We won’t be able to enable the debug mode or edit the wp-config.php file from the dashboard, so we need access to your file server.
    Please post the FTP details in the private field. Is the builder working when you set the “CONCATENATE_SCRIPTS” constant to true?

    Best regards,
    Ismael

    in reply to: Nothing found search result issue #1077364

    Hi,

    Thanks for the update.

    Try to put this code:

    
    if(empty($post_ids)) {
        echo "<div class='entry-content-wrapper'>".__('No products found.', 'avia_framework')."</div>";
    }
    

    .. right after this line:

    echo “<div class=’entry-content-wrapper’>”.$blog->html().”</div>”;
    

    Best regards,
    Ismael

    in reply to: RSS feed and Responsive Behavior #1077362

    Hi,

    1.) We’re not really sure what you mean by that. Can you provide a screenshot of the layout that you prefer on mobile view?

    2.) Add this in the functions.php file to set the target attribute of the rss link.

    add_action('wp_footer', 'ava_rss_target');
    function ava_rss_target(){
    ?>
    <script type="text/javascript">
    (function($) {  
        $('.rsswidget').attr('target', '_blank');
    })(jQuery);
    </script>
    <?php
    }
    

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    This is possible, but you have to modify the template file directly. Edit the includes > loop-index.php file, look for this code around line 76:

    	$current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'].'
    <div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"></span></a></div>
    ' : $current_post['content'];
    

    Remove the read more container or replace the code with the following:

    	$current_post['content'] 	= $blog_content == "excerpt_read_more" ? $current_post['content'] : $current_post['content'];
    

    Best regards,
    Ismael

    in reply to: Print Version – base.css #1077295

    Hi,

    Thanks for the update.

    The text are displaying properly in the print preview. Which area is not visible in your end? Please provide a screenshot using imgur or dropbox.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    It was an issue with your permalink.

    /'/%year%/%monthnum%/%day%/%postname%/'
    

    We removed the single quotes.

    Best regards,
    Ismael

    in reply to: featured video in masonry gallery #1077289

    Hi,

    Thank you for using Enfold.

    Remove this css code because it’s just a duplicate of the other one.

    .fadeingallery .av-inner-masonry {
    	opacity: 1;
    	animation-name: fadeInOpacity!important; 
    	animation-iteration-count: 1!important; 
    	animation-timing-function: ease-in !important; 
    	animation-duration: 2s!important; 
    }

    Are they loading properly when you remove this modification?

    Best regards,
    Ismael

    in reply to: Responsive Problem – Menu Closing Icon Missplaced #1077288

    Hi,

    Would you like to move the social icons inside the mobile menu container? This script should help.

    // https://kriesi.at/support/topic/social-icons-in-mobile-menu-3/#post-835215

    Best regards,
    Ismael

    in reply to: Fullscreen Slider – Image not displaying on iPhone #1077285

    Hi,

    Thanks for the update.

    Yes, the image is visible on our end but then again we’re just using a device emulator from the browser, so that’s probably why it displays fine.
    We’ll ask the rest of the team to check it on actual iPhone. Which simulator are you using?

    Best regards,
    Ismael

    in reply to: column edits not saved #1077283

    Hi,

    Thanks for the update.

    We managed to duplicate the columns and add a few text blocks on that page.
    Which browser are you using? We used Chrome on Windows 7 to edit the page.

    Best regards,
    Ismael

    in reply to: Featured Image not showing up in post #1077281

    Hi,

    Thanks for the update.

    The featured image is not going to display if the post is using the advance layout builder (ALB). Switch to the default editor if you want to display the default featured image. Or leave the ALB active and add an Image element manually in place of the default featured image.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    1.) The css files are compressed. Did you toggle the Performance > File Compression settings after adding the css code?

    2.) Is that a variable product? Please provide a link to an actual variable product.

    Best regards,
    Ismael

    in reply to: Mobile View is incorrect #1077274

    Hi,

    Thanks for the update.

    This css code should adjust the width of the caption container on mobile view.

    @media only screen and (max-width: 1024px) {
      .caption_bottom .slideshow_caption .slideshow_inner_caption {
        width: 100%;
    }
    }

    Best regards,
    Ismael

    in reply to: Mega Menu format / look #1077273

    Hi,

    Thank you for the clarification.

    Replace the previous modification with the following css code to remove the bullet and change the menu item color to red.

    li#menu-item-833 .avia-bullet, li#menu-item-816 .avia-bullet li#menu-item-833, li#menu-item-816 {
        display: none !important;
    }
    
    #top #header .avia_mega_div > .sub-menu > li > ul li.menu-item-has-children a, #top #header .mega_menu_title a {
        color: red;
    }

    Best regards,
    Ismael

    in reply to: Masonry blog: show no separator AFTER the category term #1077270

    Hi,

    Thanks for the update. There’s nothing in the private field though. Please create a test page.

    Best regards,
    Ismael

    in reply to: Matching Local Fonts to Proper Font Weight Displayed #1077268

    Hi,

    Edit the page in the staging site and check if the special heading element’s “Heading Style” is set to “Heading Style Modern” instead of the “Default Style”.

    Best regards,
    Ismael

    in reply to: Layerslider video background not working on Chrome #1077266

    Hi,

    We’re still not sure why streaming more than one youtube video is not working. It doesn’t produce any errors, so it’s a bit difficult to debug. For now, please use a self hosted media file or a vimeo video.

    Best regards,
    Ismael

    in reply to: Comments not showing on posts #1077264

    Hi,

    Thanks for the update.

    We would like to access the site, but the login credentials are not working. Please provide a valid login account. Make sure that the Appearance > Editor panel is accessible so that we can edit the files if necessary.

    Best regards,
    Ismael

    in reply to: Custom Spinner – How to remove Text #1077263

    Hi,

    You can only override template files in the child theme, the functions-enfold.php file is not one of them. You have to copy the “avia_preload_screen” function inside the child theme’s functions.php file in order to override the default one.

    Best regards,
    Ismael

    in reply to: Parallax BUG nach Klicken auf Ankerpunkt-Navigation #1077261

    Hi,

    Does it work when you disable the Performance > File Compression settings? We can’t see any errors in the console, so it is quite difficult to figure out.

    Best regards,
    Ismael

    Hi,

    It doesn’t work. We tried both FTP and SFTP. Please create another login account.

    Best regards,
    Ismael

    in reply to: Enfold Theme & Avia Builder Issue #1077259

    Hi,

    Thanks for the update.

    The login credentials are invalid. What is the host name, and where did you get that info?

    Best regards,
    Ismael

    in reply to: Featured image for Pages #1077257

    Hi,

    We can’t find those settings. How do you set those modes?
    Please provide a screenshot using imgur or dropbox. Are you using a plugin?

    Best regards,
    Ismael

    in reply to: Top Menu all contents are not showing. #1077254

    Hi,

    You have to remove the comma from these selectors.

    .main_color span,

    #top .main_color .price,{

    And remove this css property.

    font-style: bold;
    

    Best regards,
    Ismael

    in reply to: Side menu subi-tems not visible for a long list #1077220

    Hi,

    Thanks for the update.

    We can’t split the sub menu items into separate columns, but we can use this css code to decrease the font size and padding of the menu items including the overall space between them, adjusting the overall height of the sidebar/header and in turn, moves the sub menu container upwards.

    .html_header_sidebar .logo {
        padding: 20px;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        font-size: 13px;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
        padding: 12px 3px;
    }
    
    .html_header_sidebar #top .av-main-nav ul a {
        padding: 8px 15px;
        min-height: 18px;
        line-height: 18px;
    }

    Best regards,
    Ismael

    in reply to: Cannot connect to mailchimp with API key #1077214

    Hi,

    Thanks for the update.

    We were able to connect and verify the API key. We also created a test page with the subscription form and it seems to be working properly. (see private field)

    Best regards,
    Ismael

Viewing 30 posts - 24,391 through 24,420 (of 67,524 total)