Forum Replies Created

Viewing 30 posts - 23,101 through 23,130 (of 66,017 total)
  • Author
    Posts
  • in reply to: Copying Avia Layout Elements to another page #1072825

    Hi,

    Yes, you can save the elements of a specific page as a template and then reuse that template on other pages. However, you can’t edit that particular page to change what is already inside the existing template if that’s what you’re asking. You can use the Page Content element for that.

    Yes, visual builder is a good plugin.

    Best regards,
    Ismael

    in reply to: Avia codeblock not working in Spanish home page #1072823

    Hi,

    Those pages are loading quite quick on our end. Have you tried to test it on another machine or network?

    // https://imgur.com/a/4q0w5yQ

    I can see the avia layout builder content but not the woocommerce product content

    You won’t be able to see the default product content when the advance layout builder is active because it is using a different template. That is how the builder works.

    Best regards,
    Ismael

    in reply to: enfold2017 demo download problem #1072821

    Hi,

    Thanks for the update.

    We try to import the demo, but it fails even while the plugins are deactivated. Is it OK if we reset the database and start from scratch?

    Best regards,
    Ismael

    in reply to: Move post meta data below post title #1072820

    Hey tremblayly!

    Thank you for creating a new thread.

    We can’t see any issue with those pages and the live pages that you mentioned previously. Where can we see the issue again? Screenshots will help.

    Regards,
    Ismael

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

    Hi,

    I tried to edit the files from the Appearance > Editor panel but I get an error. Would you mind adding the FTP details in the private field? We need to add the debug mode snippet.

    //https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Do you remember adding any custom script to the “recent news” page? If there is custom script, after adding the debug mode, try to remove the script manually from the shortcodes field.

    Best regards,
    Ismael

    in reply to: enfold's contact form is not working #1072817

    Hey!

    Alright. Let us know when the test page is ready.

    Regards,
    Ismael

    in reply to: Problems with plug ins #1072816

    Hi,

    It is more likely an issue with the plugin because it doesn’t work on a default theme. We would like to help you out, but we are not familiar with the plugin and is not included in our scope of support. Please keep in touch with the plugin developer.

    Best regards,
    Ismael

    in reply to: DropCap Not Appearing #1072815

    Hi,

    Thanks for the update.

    It seems to be an issue with your CDN loading the old version of the merged stylesheets. This is the error in the console.

    avia-merged-styles-0c40a933c8d05ccba1a4b325712e0251.css:1 Failed to load resource: the server responded with a status of 404 ()
    jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1
    2cdn.neverthirsty.org/wp-content/uploads/dynamic_avia/avia-footer-scripts-9ea449fcbe6c11338cb43c427cbe761d.js:1 Failed to load resource: the server responded with a status of 404 ()
    avia-merged-styles-0c40a933c8d05ccba1a4b325712e0251.css:1 Failed to load resource: the server responded with a status of 404 ()
    

    Please purge the CDNcache, disable it temporarily and then toggle the Enfold > Performance > File Compression settings before enabling CDN back.

    Best regards,
    Ismael

    in reply to: Theme shortcodes not working in LearnDash lessons #1072810

    Hi,

    Thanks for the update.

    Would you mind if we access the file server? We may need to debug the issue further and implement a few changes to the theme files.

    Best regards,
    Ismael

    in reply to: Navigation #1072809

    Hi,

    Use the “menu-item-search” id selector to adjust the icon’s position.

    #menu-item-search {
      position: absolute;
      right: 0;
      top: 20px;
    }

    Best regards,
    Ismael

    in reply to: Fontello Icons in Tables? #1072607

    Hey Bernd,

    Thank you for using Enfold.

    This is not possible with the the theme’s table element, but you can manually create your own table and use the icon shortcode.

    // https://www.w3schools.com/html/html_tables.asp

    Best regards,
    Ismael

    Hi,

    Great! Glad it’s working now. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: 7 columns in a row on desktop, 2 columns on mobile #1072599

    Hey HagenWittig,

    Thanks for the update.

    Did you apply the “one-seventh” class attribute to the columns as suggested in the previous thread?

    // https://kriesi.at/support/topic/7-columns/#post-853059

    You have to turn on the custom css class field first if you haven’t already.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

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

    Hey Arcatech,

    Thank you for using Enfold.

    You can use this css code to move the menu container to the left side of the logo and keep the social icons where it’s currently at.

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        top: 0;
        left: 0;
        right: auto;
        display: block;
        width: 100%;
    }
    
    .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks {
        display: block;
        position: absolute;
        margin-top: -15px;
        right: 0;
        left: auto;
    }
    
    .responsive .logo {
        float: left;
        z-index: 200;
        position: relative;
    }
    }

    This is how the header would look after adding the css code: https://imgur.com/a/BdZoN9n

    Best regards,
    Ismael

    in reply to: Search box along with social icons #1072591

    Hey Develco,

    Thank you for using Enfold.

    Have you managed to make this work? This is what we see on our end.

    Screenshot: https://imgur.com/a/ogt1qEn

    Best regards,
    Ismael

    in reply to: image link #1072588

    Hi,

    Try using the Partner/Logo element located under the Media Elements panel. You can set it up to 8 columns.

    Best regards,
    Ismael

    in reply to: insert pics in tabs element #1072587

    Hey robertoKM,

    Thank you for using Enfold.

    Yes, that is possible. Just look for the “Add Media” button inside the tab content editor.

    Best regards,
    Ismael

    in reply to: css codes #1072586

    Hi,

    Add this css code to center align the secondary menu container.

    .av_secondary_right .sub_menu {
        float: none;
        left: 50%;
        transform: translateY(-50%);
    }

    Best regards,
    Ismael

    in reply to: Comments Box not showing #1072585

    Hi,

    Thanks for the update.

    This thread might help.

    // https://kriesi.at/support/topic/comments-and-comment-box-missing-on-pages/#post-1071535

    Try to add that filter in the functions.php file then let us know if it changes anything.

    Best regards,
    Ismael

    in reply to: Responsive Content Images & Retina Screens #1072580

    Hi,

    Thank you for using Enfold.

    It looks about right. Have you tried using the “avf_modify_thumb_size” filter to override the default image sizes?
    Usage example can be found here: https://kriesi.at/support/topic/vertical-alignment-of-gallery-images/#post-1066343

    Best regards,
    Ismael

    in reply to: How NOT to apply Enfold styles to CF7 forms ? #1072547

    Hey ADAGE,

    Thank you for using Enfold.

    Could you give us a link to the page with the contact form? Unfortunately, we can’t unregister the default contact form style completely, but you can use the Quick CSS field to adjust the style of the element manually.

    Best regards,
    Ismael

    in reply to: enfold's contact form is not working #1072544

    Hey!

    @michaelH: Thanks for the update. We’ll try to take it from here.


    @annevoelkel
    : Please provide the login details in the private field. Did you turn on the recaptcha widget?

    Cheers!
    Ismael

    in reply to: Issue with post image being clickable #1072542

    Hi,

    Alright. Please feel don’t hesitate to update us once the site is live. We’ll keep this thread open.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    1.) Did you remove the tag cloud? Please add it again so that we can check the issue.

    2.) We used this code in the Quick CSS field to remove the post meta info.

    span.post-meta-infos {
        display: none;
    }

    Best regards,
    Ismael

    in reply to: Load more button does not work #1072538

    Hi,

    Thanks for the update.

    Those pages are not using the masonry element anymore. Did you remove it? Please create a test page so that we can inspect the issue.

    Best regards,
    Ismael

    in reply to: Remove opaque color in Gallery with link to ligthbox. #1072537

    Hi,

    Thanks for the update.

    Use this css code to remove the image overlay effect.

    .image-overlay {
        display: none !important;
        visibility: hidden;
    }

    Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: enfold's contact form is not working #1072535

    Hi,

    @michaelH: Thanks for the help.


    @annevoelkel
    : Let us know if you need further help with this.

    Best regards,
    Ismael

    in reply to: My Account page form buttons and background #1072534

    Hey studiovene,

    Thank you for using Enfold.

    Use this css code to fix the layout issues.

    .woocommerce .login .lost_password {
        top: 10px;
    }
    
    .main_color form.login, .main_color form.login, .main_color .col-1, .main_color .register, .main_color .col-1, .main_color .col-2 {
        background-color: transparent !important;
    }
    
    .main_color div.product .woocommerce-tabs ul.tabs li.active a, .main_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, .main_color .cart_dropdown_link, .main_color .inner_product_header, .main_color .avia-arrow, #top .main_color .variations select, #top .main_color .variations input, #top .main_color #reviews input[type='text'], #top .main_color #reviews input[type='email'], .main_color #reviews .comment-text, .main_color #reviews #comment, .main_color .single-product-main-image .images a, #top .main_color .shop_table.cart .input-text, #top .main_color form.login .input-text, #top .main_color form.register .input-text, .main_color .chosen-container-single .chosen-search, .main_color .products .product-category h3:before, #top .main_color .quantity input.qty {
        background-color: #e0e0e0;
    }

    Please don’t forget to toggle the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: Can't get my Avia pagebuilder to work…. Amateur here…. #1072532

    Hi,

    1.) The content of the advance layout builder is rendered using a special template. That template is basically a blank canvas, where you can add any elements as long as it’s available in the builder. Unfortunately, the default featured image or the image that is set from the “sidebar” is not included in that template. It’s not a bug nor an error, that’s just how the builder works. If you really need the featured image to display automatically, switch to the default editor and then use the shortcode wand or the shortcode generator instead.

    2-3.) The blog will display the full content of the posts as long as “Blog Content length” option is set to “Full Content” and the post doesn’t contain a “more” tag.

    // https://en.support.wordpress.com/more-tag/

    Best regards,
    Ismael

Viewing 30 posts - 23,101 through 23,130 (of 66,017 total)