Viewing 30 results - 1,021 through 1,050 (of 7,502 total)
  • Author
    Search Results
  • Hi,

    @thp: We do not have a list of elements yet, but you can assume that every shortcode or template file that contains the Av_Responsive_Images class and is using its methods should render responsive images.

    For example, the enfold/config-templatebuilder/avia-shortcodes/image/image.php file should contain this line, which outputs an image markup with the srcset attribute.

    return Av_Responsive_Images()->make_content_images_responsive( $output );
    

    It can be easily done using any text editors’ search feature. In Microsoft VS Code for example, just hit CTRL + SHIFT F in Windows, or CMD + SHIFT + F in Mac to search for the Av_Responsive_Images in every files in the theme.

    You can also assume that every template that is using the get_the_post_thumbnail or the wp_get_attachment_image function will render responsive images or an image with the srcset attribute.

    Best regards,
    Ismael

    Aaron
    Guest

    https://gtmetrix.com/reports/kriesi.at/P2FOnEmo/ got a very low grade for speed. I like the design but performance affects search engine optimization. What can be done to improve this theme’s performance?

    #1297378
    mgesslein
    Participant

    Hi,
    We have installed MyStoreLocator on our website.
    Unfortunately, suddenly neither the map nor the address search are displayed correctly.
    After deactivating and reactivating the plugins, updating the theme and searching for errors in a local environment, we unfortunately cannot find the cause. As the German market leader, we offer our products to many intermediaries. In the meantime, they are a bit pissed off because they can no longer be found. Can you please help us in a timely manner?
    Furthermore, other theme do function properly. Therefore, we are quite sure about Enfold being the cause.

    Link im Anhang.

    Thank you very much.
    Arno

    Hi Jason,

    Please check as well if it has sufficient permission:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    If even with sufficient permission it does not work, please try to do the following steps instead:
    Make a backup:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Update Enfold Theme
    Option 1: Use Envato Market to update your site
    – link: https://envato.com/market-plugin/

    Option 2: Update manually
    1. Login to ThemeForest and download the Enfold theme, right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    #1296891

    Hi,

    It took us a while but we have found out that the top bar or the phone info container is blocking the input field. To fix that, we have to add a space in the top area of the main header and move the widget down a bit. Please add this css code.

    
    .html_header_top.html_bottom_nav_header #header_main {
        z-index: 3;
        padding-top: 15px;
    }
    
    #top .widget_product_search.widget {
        margin-top: 15px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Thank you for your patience.

    Best regards,
    Ismael

    #1296737

    Hi, i added this search because i need to enable product number search. With standard enfold search there is no way to find products with the article number.

    #1296630

    Hey Ralf,
    Thank you for your patience and the video and link, this looks like a lazyload error to me based on similar loading issues that I have seen on other sites. When I have seen this before it was not the expected behavior or the correct behavior, it was more like a conflict. I note that you are using a plugin called PhastPress that I have not heard of before and when I research it I find that it seems to be a “no configuration” web page optimization engine with lazyloading, so my first suggestion would be to disable it to see if you continue to have this issue.
    The script looks like it waits for the DOM to load and then passes the theme scripts and css phast.on(document,"DOMContentLoaded").then which might be causing an issue with page load functions resulting in a double load with some elements, but I’m not sure.
    If you find the page loads correctly without the plugin, but you want to try to keep using the plugin, you could try disabling the theme lazyloading and ensure the jQuery is not being forced to the footer at Enfold Theme Options > Performance > Load jQuery in your footer and disable Enfold Theme Options > Performance > JS & CSS file merging and compression, although I don’t believe you are using this. Also try disabling any other caching, I can’t see if you are using any, and also try disabling server cache if it is an object-oriented cache such as Memcached, Redis, Varnish, Litespeed, etc.
    I hope this helps.

    Best regards,
    Mike

    #1296296
    mattofelki
    Participant

    I would like to customize Image caption within a on third column. Now the text I wish to have in caption is still in the title of the text element:
    https://hour-away.com/wp-content/uploads/2021/04/Custom-Image-Caption-Enfold-Before.png
    What I am searching for is to have in the caption of the photo like this:
    https://hour-away.com/wp-content/uploads/2021/04/Custom-Image-Caption-Enfold-After.png
    I can put the code in the Quick CSS.
    I am sending the login data for the site in private.

    • This topic was modified 4 years, 12 months ago by mattofelki. Reason: image link insted of image insert
    #1296291

    first – you can make them smaller – on my page i have this as quick css entry:

    .search-result-image img {
        width: 200px;   /****  here you can adjust the image sizes shown  ***/
        border: 1px solid #aaa
    }
    a.slide-image.search_image {
      overflow: visible !important;
    }
    a.search_image .image-overlay.overlay-type-extern {
      left: 0 !important
    }

    next tip: this line of the replaced code:
    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    it will take the large images from enfold recalculation as source for those thumbnails.
    if you have:
    $searchthumb = get_the_post_thumbnail( $the_id, 'portfolio_small' ); it will have that source image for it.

    _____________

    see here: https://kriesi.at/support/topic/show-featured-images-in-search-results-page/#post-805253

    now the line is on Enfold 4.8.2 line 33

    echo "<span class='search-result-counter {$counterclass}'>{$post_loop_count}</span>";
    

    replace that whole line 33 with:

    $searchthumb = get_the_post_thumbnail( $the_id, 'large' );
    echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";

    and this to quick css:

    .search-result-counter {
        padding: 0;
    }
    
    .search-result-counter img {
    	width: 100%;
    	height: 100%;
    	border-radius: 100px;
    }
    #1296276

    Hi havi,

    Please try to check if these permissions are checked:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2017/07/Token-Permission.jpg
    Hope this helps.

    Best regards,
    Nikko

    Court_2
    Participant

    Hi,

    Updated both my Enfold sites to the latest version today and unfortunately the copyright at the footer changed.
    Nothing is written in the Copyright box in Enfold Child theme options footer tab.
    Copyright on both is defined in child theme’s footer.php and until today it showed as:
    © 2002-2021 Courthouse Investigative Agency LIC #A1300012

    Now it shows as:
    © Copyright – PeopleSearchLive: Accurate People Search © 2002-2021 Courthouse Investigative Agency LIC #A1300012
    © Copyright – Catch Your Partner © 2002-2021 Courthouse Investigative Agency LIC #A1300012

    Really do not need both the copyright symbol and the word Copyright. The website name is not necessary, either. How do I get it back to what it was?

    Synthea79
    Participant

    Since my original issues were mostly solved, I am making a new thread, the previous conversation with the mod was here:
    https://kriesi.at/support/topic/cls-content-layout-shift-troubleshooting-help-please/

    For the past 2 weeks I’ve been struggling with Pagespeed. I installed AMP and it loaded fantastic, but then I lost almost all visitors. Disabling AMP has been an awful experience but it wasn’t until I lost viewers that I started looking into the issues of AMP. If you find this by searching, STAY AWAY FROM AMP! I was making steady gains on both visitors and Adsense revenue and both have dropped to almost nothing. I had AMP set up correctly.

    So today, as I type this, I’m able to get my mobile score to 85 (entirely with Enfold + Litespeed), which results in a lot of “minor” issues showing up, and one of them is:
    Avoid non-composited animations (14 animated elements found)
    Animations which are not composited can be janky and increase CLS.

    I did a search for Enfold + Avoid non-composited animations and found this page:

    Which gave me a code to disable all animations on one page, so I tried that on just the home page (the page I’m testing on Pagespeed), and that took me from 14 to 11 animations. I’ll show a couple of the examples below, but first, I want to mention that two of the main errors still causing trouble on mobile is Remove Unused CSS, and Minimize Main-thread Work.

    1 (this is the search icon in the header):
    <div class=”avia-menu av-main-nav-wrap av_menu_icon_beside”>Unsupported CSS Property: border-bottom-color
    Unsupported CSS Property: border-left-color
    Unsupported CSS Property: border-right-color
    Unsupported CSS Property: border-top-color

    2 (all the fields in the widget mainchimp signup form):
    <input name=”avia_1_1″ class=”text_input ” type=”text” id=”avia_1_1″ value=”” placeholder=”First Name”>
    Unsupported CSS Property: color
    Unsupported CSS Property: border-bottom-color
    Unsupported CSS Property: border-bottom-left-radius
    Unsupported CSS Property: border-bottom-right-radius
    Unsupported CSS Property: font-size
    Unsupported CSS Property: border-bottom-width
    Unsupported CSS Property: padding-bottom
    Unsupported CSS Property: padding-left
    Unsupported CSS Property: padding-right
    Unsupported CSS Property: padding-top
    Unsupported CSS Property: margin-bottom
    Unsupported CSS Property: margin-left
    Unsupported CSS Property: border-left-color
    Unsupported CSS Property: margin-top
    Unsupported CSS Property: border-left-width
    Unsupported CSS Property: border-right-color
    Unsupported CSS Property: border-right-width
    Unsupported CSS Property: border-top-color
    Unsupported CSS Property: border-top-left-radius
    Unsupported CSS Property: border-top-right-radius
    Unsupported CSS Property: border-top-width
    Unsupported CSS Property: background-color
    Unsupported CSS Property: margin-right

    And so on – it appears that these elements in the design are pulling css that doesn’t need to be pulled, or doing it incorrectly, and that’s causing the layout shift AND “Remove Unused CSS”.

    This is something the developers are going to have to deal with, I’m not will to copy ALL CSS to my child theme and spend hours fixing it. That said, I’m sitting at 85 mobile and 90 desktop and I’m not done yet, so I can’t complain. GTMetrix is perfect all across.

    #1296110
    jifei
    Participant

    Hello!

    I’ve been using the content slider element throughout several pages on my website (see below) and have turned on the autorotation between slides. However, when the contact slider first loads, there is an especially large empty space between that and the layout elements below, which will shrink and shift upwards to its normal position immediately after the first or second transition of the next slide in the content slider. This shifting happens pretty consistently among content sliders across different pages of the site. Since google search is supposed to be ranking for CLS beginning fairly soon, I was hoping there would be a way to prevent the layout shifts from the content slider element. I tried with some lazy load plugins, but from what I could tell it didn’t do anything or possibly made the issue worse. Please advise

    Thanks!

    Joe

    #1296088

    Hi Heldin21,

    The most common issue why it does not work because there’s insufficient permission to the token.
    Please try to check if these permissions are checked:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2017/07/Token-Permission.jpg
    Hope this helps.

    Best regards,
    Nikko

    #1296077

    go and create a subfolder to your child-theme : includes
    put in the edited : loop-search.php

    you can see the edited element here: https://pastebin.com/KQYvfYhm
    download: https://pastebin.com/dl/KQYvfYhm

    only lines 33,34,35 are added

    Guess if the folder structure is similar to the parent folder structure – this will take effect immediately – otherwise try this:
    https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    The Rest is quick css styling.

    #1295837

    Hi Ola,

    Please check if your token has sufficient permission:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2017/07/Token-Permission.jpg
    For further information please check: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    If even with sufficient permission, you still have issues then please try to use Envato Market to update Enfold: https://envato.com/market-plugin/
    Make sure to have a backup first before updating.
    Hope this helps.

    Best regards,
    Nikko

    #1295625
    evasmiller
    Participant

    Hello. English is not a native language, I could not find it in the search.

    Please tell me how to transfer the file “enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php” to the child theme?

    It didn’t work like this: “child-theme/config-templatebuilder/avia-shortcodes/av-helper-masonry.php”

    #1295544

    Hi eleonorabienno,

    Yes, i mean in post category (link in private content).
    For this to be possible, you’ll need to use a child theme (so tweaks on the file/s will not be removed during a theme update)
    You can download and find instructions on how to use the child theme here: https://kriesi.at/documentation/enfold/child-theme/
    Then you’ll need to copy archive.php (from enfold) to the child theme, then tweak archive.php (in child theme), I believe you want to add it below this code (line 30):

    <main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>

    Hope this is helpful.

    Also, Is it possible to remove /tag/ in permalinks?
    Can you try to do the suggestion in this article: https://www.phpweb.info/wordpress/remove-category-tag-base-wordpress-url

    Why do suggestions appear in the mobile search bar, while not on the desktop site?
    I tested it and it does work on desktop (I’m referring to the search beside Codici sconto), the one in the sidebar above Categorie does not.

    Thanks for your time and sorry for the many questions.
    No worries :)

    Best regards,
    Nikko

    #1295395

    In reply to: Enfold Problem

    Hi Yurasik1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .avia-slideshow-controls a {
        display: none;
      }
    }

    I tried to check on our demos (Enfold Construction is the nearest to your site) and it’s all responsive.
    Enfold 2017 – https://search.google.com/test/mobile-friendly?view=fetch-info&id=P3eJtCE9s3trGVBslitDGA
    Enfold Construction – https://search.google.com/test/mobile-friendly?id=yR-ntE1e9TmvtQxUHNRicQ

    Best regards,
    Nikko

    #1295314
    shawnbanack
    Participant

    Hello,

    I am using the One Page Portfolio demo as a base for my website; I’ve adjusted it to meet our needs, but the general-base is the same. I am having a major issue with Google search results, as it essentially yields nothing from my page. I have used Enfold extensively in the past and have never run into this issue when using other demos as bases. Would it be possible to take a look and see if I can adjust anything so it will actually be picked up? All of the information is present, it just appears as though it is being completely overlooked/not picked up. Website is in the private content section.

    Hi Shezzaw,

    Please make sure the token permission is sufficient:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2017/07/Token-Permission.jpg
    For further information please check: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    If permissions are already sufficient, please try the solution posted by @Evendril in this thread: https://kriesi.at/support/topic/update-4-5-2-to-4-5-3-doesnt-work/#post-1060358
    Hope it helps.

    Best regards,
    Nikko

    Hi,

    We have checked the Quick CSS field and looked for any invalid css code, but we did not find any. However, the child theme’s style.css file is empty. Did you edit that file? It should contain info about the child theme and it should point to the parent theme.

    Please correct it by adding the following code, but before doing so, make sure that there is a site backup and a restore point.

    Example:

    /*
    Theme Name: Enfold Child
    Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
    Version: 1.0.1
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    /*Add your own styles here:*/
    
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thank you for your patience.

    Best regards,
    Ismael

    #1294903

    Hi Rikard,

    The restaurant demo for the Enfold theme does this. ( https://kriesi.at/themes/enfold-restaurant/ ) All headers on all pages dynamically resize to fit the width of the browser window.

    I did some research and saw the following CSS was used to make the photos dynamically resize. I added this to the Advanced/Custom CSS Class and it works now.
    .avia-full-stretch {
    background-size: cover !important;
    }

    One question with this…
    Is there a way to add CSS padding to the bottom of the images so when the browser window gets larger it adds padding to the bottom of the image and pushes the content below down ? I tried the following CSS but it did not work.

    .avia-full-stretch {
    background-size: cover !important;
    padding-bottom: 20px !important;
    }

    Thanks
    Scott

    Thanks
    Scott

    #1294865

    In reply to: Theme not working

    Hi Fredrik,

    Sorry for the problem. Maybe you can try searching for the receipt in your customers email? If you can’t find the details, and you need to purchase the theme again, then it won’t affect any functionality on the site. Simply follow these instructions on how to register your license: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    Tia
    Participant

    HI

    I need to add a large gallery or portfolio of images to a site. This gallery should be ‘searchable’ and ‘sortable’ by multiple tags at once.

    I guess this is applying filters based on tags?

    Can anyone tell me if this is possible and if they know of a Plugin they would recommend that works well with Enfold?

    Many thanks

    Tia

    #1294630
    Pixelbits
    Participant

    **FIXED** see followup post. Close this ticket please.

    I have a site migration that I need on a different domain. There is no HTTPS yet.
    Everything works except for the Enfold stylesheet that keeps loading in HTTPS…

    It keeps looking for: https://sits.nl/wp-content/uploads/dynamic_avia/site.css?ver=6078a8fbf25af instead of theHTTP variant.

    The file is there. When I load it in HTTP it works. I tried a search/replace on the database on https://site to http://site and although it helps a lot with missing images, it does nothing for the CSS.

    What can this be? Any help is appreciated.
    NB: This test site is using the same domain as the live site (pre transfer) so you can not access it unless you change your HOSTS file

    • This topic was modified 5 years ago by Pixelbits.
    #1294165

    Hey Cocoa,

    Thanks for contacting us!

    That issue occurs when there is broken HTML on the page so I enabled debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and searched for Strong HTML tags and found 2 extra opening tags. I deleted them and updated the page and that helped.

    Please review your website :)

    Best regards,
    Yigit

    #1293493
    KulturDesign
    Participant

    Hi Enfold Team!
    After so much searching through the forums, I’ve found it hard in figuring out how to reduce the amount of space or padding between two columns in a row. The first column (2/3) and the second (1/3) should be equal in height.

    When I use “equal height” the space between these 2 columns is to big
    When I use “individual height” the space between these 2 columns is perfect
    That´s what I tried:
    Please see custom style css I´m using for that developing site:

    thanks for your great support!
    Stanko

    #1292853

    Hi Monika,

    You’re most welcome :)
    Here are the permissions needed:

    • View and search Envato sites (checked by default)
    • View your Envato account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your item
    • List purchases you’ve made

    https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2017/07/Token-Permission.jpg
    Hope this helps.

    Best regards,
    Nikko

    #1292624
    Eleina_Shinn
    Participant

    HI, I’ve searched the forum and did find another post about this, but it did not help.

    On the Post Page, excerpts is on in (Screen Options) and I’ve chosen a Custom Excerpt, it’s a date, because this is a category for events, and I want the date of the event to appear under the title.

    In the Widget itself, “Enfold Latest News”, I’ve set it to “display title and excerpt”.

    But it is only displaying the title and the date it was published, which I don’t want. I want the title and the custom except I’ve chosen.

    Help?

Viewing 30 results - 1,021 through 1,050 (of 7,502 total)