Viewing 30 results - 1,021 through 1,050 (of 7,495 total)
  • Author
    Search Results
  • #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, 11 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

    • This reply was modified 4 years, 11 months ago by scotthill89.
    #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 4 years, 11 months 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?

    Hello Thomas, sorry that the links didn’t work, I don’t understand .. I’m putting these new ones back and they look ok :-)
    It would be fantastic to be able to understand how to make the floating search bar work even on a mobile device!

    http://i.szoter.com/dc20bcd2e44b23b4

    http://i.szoter.com/4a368fe11166ef62

    I noticed that this site uses the Max Mega Menu plugin which in the mobile version does not work as it seems that there is the Java script of Enfold that blocks that of the plugin .. it is likely that this search bar could be from this plugin.
    The developers give this solution but I have been trying to make it work for 3 days without success: – ((

    • This reply was modified 4 years, 11 months ago by elfuego1340.
    #1292435

    In reply to: Registering Enfold

    Hi Bettina,

    The token used might not have the required permission, please make sure the following 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

    For further information please check our documentation: https://kriesi.at/documentation/enfold/theme-registration/ then check How to generate a Envato Personal Token?
    Hope this helps.

    Best regards,
    Nikko

    #1292386

    Hey elfuego1340,

    Thank you for the inquiry.

    You could insert a widget area, containing a search field or widget, inside the header. Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Ismael

    Hi Thomas! Thanks for the quick reply .. the three sample sites are great, congratulations!
    Below I have put two images of an Italian site that uses Enfold and I would like to be able to create this effect for the search bar. As you can see in the mobile version it automatically positions itself in the lower part, making everything very nice to view and navigate.
    If you can solve it it would be very useful!
    A good Sunday to you and the Kriesi staff ;-)

    http://i.szoter.com/97cb2e9fb6c86c5f

    http://i.szoter.com/7aac0019faaad1e2

    #1292191

    Hi Rikard,

    this is what I found on the documentation:

    I would like to have this “star rating” in my blog articles like rating products.
    What do I have to do to use it? Do I need a plugin for this?

    Thank you
    Asterios

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .av_ajax_search_title {
        text-transform: none;
    }

    Best regards,
    Rikard

    #1291994

    In reply to: SearchWP – 4

    Hi,

    Thanks @SearchWP!


    @acscreativenew
    we have updated our docs- https://kriesi.at/documentation/enfold/search/#use-searchwp-instead-of-the-standard-search. Please use this code instead :)

    Best regards,
    Yigit

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