Forum Replies Created

Viewing 30 posts - 29,131 through 29,160 (of 67,591 total)
  • Author
    Posts
  • in reply to: Masonry Galerie zeigt manche Bilder 45° verdreht an #975075

    Hi,

    Thanks for the update.

    The masonry element defaults to the “masonry” thumbnail or image size. That particular thumbnail has a maximum width and height of 705 pixels. You can set the Size Settings to “Perfect Automatic Masonry” but the images should have an aspect ratio of 16:9 or higher to qualify as “very high” or “portrait” image.

    Best regards,
    Ismael

    in reply to: Link in footer to anchor #975072

    Hi,

    @alexjoonam1971: I’m sorry. You have to create your own thread because your request is not relevant with the OP’s inquiry. This makes it confusing for other users who are searching for the same issue or request.

    Best regards,
    Ismael

    in reply to: Wrong height or wrong sequence #975071

    Hi,

    Thanks for the screenshot.

    The css code above is being applied to every text blocks in the page or the section after the full width slider. Please turn on the custom css class field so that you can apply custom selectors to the appropriate text blocks. Use that selector in place of the generic “avia_textblock” selector.

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

    After adding the custom css class attribute of your choice, you can apply it to the above css code like so.

    @media only screen and (min-width: 768px) {
    
      #after_full_slider_1 .custom-css-class {
        height: 125px;
      }
      #after_full_slider_1  .custom-css-class,
      #after_full_slider_1  .custom-css-class ,
       #after_full_slider_1  .custom-css-class {
        height: 200px;
      }
    }

    Replace “.custom-css-class” with your own.

    Best regards,
    Ismael

    in reply to: blog post display order / style #975070

    Hi,

    The “americanindican” opens in a new page but it looks like it’s on the same page because the layout is the same. You have to configure the Enfold > Sidebar Settings. Set the “Sidebar on Single Post Entries” to display the sidebar on the left side and then go to the Appearance > Widgets panel to configure the displayed widgets. Try to use the Recent Posts widget.

    Best regards,
    Ismael

    in reply to: [WPML / WP All Import] Code Blocks Failing on Import #974695

    Hi,

    Thanks for the update.

    Unfortunately, we are still not sure what causes the issue. Please provide the FTP details in the private field so that we can disable the child theme modifications temporarily just to make sure that they’re not the problem. Can you switch to the advance layout builder? It reverts back to the default editor on update.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    We modified the “avia_image_copyright” function inside the “avia-snippet-image-copyright.js” file a bit.

    $(document).ready(function() {
               $('.wp-post-image').avia_image_copyright();
    });
    

    We disabled the borlabs cache and theme’s css/js compression settings temporarily.

    Best regards,
    Ismael

    in reply to: Page layout #974685

    Hi,

    Thank you for using Enfold.

    Have you tried the grid row element? Use the grid row cells to separate the columns and then apply the background color to the columns. Apply the “fixed” background image to the grid row element itself.

    Best regards,
    Ismael

    in reply to: Display cookie message every time #974682

    Hi,

    Thanks for the update. Try to replace “CookieDays” with “7”. Default cookie consent expiry is set to 60 days.

    date.setTime(date.getTime()+(7*24*60*60*1000));
    

    Best regards,
    Ismael

    in reply to: Hintergrundvideo in Farb-Sektion #974675

    Hi,

    Glad it is fixed. A few script patches were included in the latest version of the theme regarding the video element. Please feel free to open a new thread if encounter the issue again.

    Best regards,
    Ismael

    in reply to: Posts content not displaying full width #974672

    Hi,

    Look for the “CSS file merging and compression” and “Javascript file merging and compression” settings. Disable them temporarily. If it’s still not working, please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: How to Add Search Bar to Logo Area #974670

    Hey Moondreamer21,

    Thank you for using Enfold.

    Use the “ava_main_header” hook to render a search form inside the main header area.

    Example: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Ismael

    in reply to: alternate content in header #974668

    Hi,

    Thank you for using Enfold.

    You can use the “ava_inside_main_menu” action hook to render additional or custom items inside the header, right after the menu. Add a few css to adjust the style of the element.

    add_action('ava_inside_main_menu", function() {
        // your code here
    });

    Best regards,
    Ismael

    in reply to: How to Move Page Titles at Top of Content Area? #974666

    Hey Moondreamer21,

    Thank you for using Enfold.

    Are you using the advance layout builder? You can use the Special Heading element in place of the default title container. Disable the title in the Enfold > Header > Header Layout panel. Set the “Header Title and Breadcrumbs” to “Hide Both”.

    Best regards,
    Ismael

    Hi,

    Thank you for using Enfold.

    I was able to add different elements inside the tabs. Is this fixed? How can we reproduce the issue?

    Best regards,
    Ismael

    in reply to: Change of Enfold settings messes up website/fonts #974629

    Hi,

    Thanks for the update.

    The widget title is still set to “Monteserrat” when I added a new footer column.

    h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li.montserrat {
        font-family: 'Montserrat', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    

    How can we reproduce the issue?

    Best regards,
    Ismael

    in reply to: Wrong height or wrong sequence #974627

    Hi,

    Thanks for the update. What do you mean by “dividing lines”? Mind sending a screenshot? Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Additional issues with Gravity Forms #974623

    Hi,

    Thanks for the update.

    It’s another issue with the layer slider script. Are you using the Layer Slider? If you’re not using it, you can manually disable it in the Enfold > Layout Builder > “Integrated (Bundled) LayerSlider Plugin” settings. Select the “Remove theme plugin and slides” option to get rid of the script errors.

    Best regards,
    Ismael

    in reply to: color of separator in menu #974620

    Hi,

    Awesome! Glad @Guenni007 helped you. Please feel free to open a new thread when you need anything else. :)

    Best regards,
    Ismael

    in reply to: Remove play button background video on mobile #974619

    Hey pamk21,

    Thank you for using Enfold.

    That is an icon element linked to a vimeo video. You can remove that manually in the advance layout builder or have it show on desktop mode only. Edit the icon element and configure its Screen Options. The theme documentation should help you get started.

    // https://kriesi.at/documentation/enfold/

    Best regards,
    Ismael

    in reply to: Logo too small on iPad and smart phones #974617

    Hey suzannewm94,

    Thank you for using Enfold.

    Use this css code to adjust the header on mobile view and get rid of the unwanted space.

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 172px;
        line-height: 172px;
    }
    }

    The logo is that small on phone view because the theme has to create space for the mobile menu and the search icon inside the header. That is the default layout. How would you like the header to display on mobile view?

    Best regards,
    Ismael

    in reply to: API Key not working #974616

    Hey ChristineGerman,

    Danke, dass du Enfold benutzt hast.

    The site is not using the latest version of the theme. Please upgrade from version 4.2.1 to version 4.4.1.

    Did you set up a billing method for your google account? The API key is probably disabled because you haven’t set it up.

    // https://developers.google.com/places/web-service/usage-and-billing

    Reminder: To use our Maps, Routes, and Places APIs:
    Starting June 11, 2018: All Google Maps Platform API requests must include an API key; we no longer support keyless access.
    Starting July 16, 2018: You’ll need to enable billing on each of your projects.
    See Guide for Existing Users for more information.

    Best regards,
    Ismael

    in reply to: INDEX – search results #974615

    Hey mediabrosmkt,

    Thank you for using Enfold.

    It’s not a good idea to index the search results page because it is considered as a duplicate content. Yoast adds the meta tag to the search results page by default so you can’t remove it without disabling the plugin or without using a filter if there’s any.

    // https://kb.yoast.com/kb/noindex-for-special-pages-in-yoast-seo/

    Best regards,
    Ismael

    in reply to: Fullwidth easy slider title/caption position #974613

    Hey kjwaggz,

    Thank you for using Enfold.

    Use this code to adjust the default width and position of the caption container.

    @media only screen and (max-width: 767px) {
    .slideshow_inner_caption {
        width: 85%;
        margin: 0 auto;
    }
    }

    You may need to disable the css and js compression from the Performance panel in order to see the changes.

    Best regards,
    Ismael

    in reply to: Adding Opt-in to Small Bar Above Logo Area? #974610

    Hey Moondreamer21,

    Thank you for using Enfold.

    You have to modify the includes > helper-main-menu.php file or use the “avia_meta_header” hook to render the opt-in code.

    add_action('avia_meta_header', function() {
    // opt in code here
    });
    

    Let us know if you need further help with it.

    Best regards,
    Ismael

    in reply to: Church theme #974608

    Hey amz,

    Thank you for using our themes.

    We don’t handle discounts or sales here so you have to contact the themeforest regarding such. I’m afraid that they won’t give you a discount because the “Display” theme has been out of the market for two years now, if I am not mistaken.

    Best regards,
    Ismael

    in reply to: blog post display order / style #974607

    Hey gadgetman1,

    Thank you for using Enfold.

    Did you enable the Advance Layout Builder for the blog? You should be able to configure the blog options in the Enfold > Blog Layout panel. Adjust the blog layout and styling. Set the “Blog Layout” settings to “Single author, big preview” if you want the layout of the “americanindican” news page.

    Best regards,
    Ismael

    in reply to: google analytics code #974606

    Hey Menny79,

    Thank you for using Enfold.

    Adjust the single quotes.

    ‘anonymize_ip’
    

    to..

    'anonymize_ip'
    

    If it doesn’t work, please provide the login details in the private field so that we can can test further.

    Best regards,
    Ismael

    Hey Andrii,

    Thank you for using Enfold.

    I can reproduce the issue only when the “bookmark” bar is enabled. Is it enabled on your end?

    Best regards,
    Ismael

    in reply to: Changing font size in WooCommerce Checkout Page #974603

    Hey Elliot,

    Thank you for using Enfold.

    Use the following css codes to adjust the font size.

    table.shop_table th {
        font-size: 16px;
        line-height: 18px;
    }
    

    For the payment box, use this one.

    #top #payment div.payment_box {
        font-size: 1em;
    }

    Default value is 0.96em.

    Best regards,
    Ismael

    in reply to: portfolio grid – how to show custom fields #974602

    Hey leroyflow,

    Thank you for using Enfold.

    You have to modify the shorcode files or templates directly if you want to add those custom fields. It’s inside the config-templatebuilder > aviashortcodes > portfolio folder. If you want to do this in your child theme, just include this filter in the functions.php file.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb

    Best regards,
    Ismael

Viewing 30 posts - 29,131 through 29,160 (of 67,591 total)