Viewing 30 results - 227,191 through 227,220 (of 243,973 total)
  • Author
    Search Results
  • #230963

    In reply to: Breadcrumbs Error

    Hey George!

    Please try re-installing a fresh copy of Enfold.

    Cheers!
    Josue

    #230959

    Please update to the latest version of Enfold (2.5.4):

    Best regards,
    Josue

    ttem
    Participant

    Gettting Google powered search on Enfold is fairly easy- Just need to get custom google search engine code and paste it in place of WP search function in copy of search.php in child theme. check following video for instructions:

    The theme’s search boxes work with it. Just 2 small things,
    1. How to disable the ajax search script in the header the header search box so it behaves just like the standard widget search box. While the header ajax search script doesn’t return results, it is still interfering and processing while typing in the box.

    2. How to remove number of results in the H1 entry title, for example it shows as this:
    10 Search results for: testing
    but google custom search returns 30 results so obviously that number 10 is coming from internal search results number. So could I remove the quantity number so that it show simply as: Search results for: testing

    Thank you for your help!

    #230944
    #230943
    zerozendesign
    Participant

    Hi guys,

    For some reason, on this page – http://godiaperfree.com/gear-guide-gallery/, the facebook share buttons from sociable are showing up in the footer for each portfolio piece added. Not sure why. The twitter icons are acting correctly and showing on the portfolio piece when opened. Any suggestions would be great.

    Cheers,
    David

    #230936

    GRACIAS AMIGO! El problema esta resuelto y todo funciona normal de nuevo, espero que pronto pueda ENFOLD ser compatible con WooCommerce 2.1

    Muchas gracias por la ayuda!

    #230934
    zerozendesign
    Participant

    Hi guys,

    How do we hide elements on responsive? So in other words, if I don’t want an image, or text block displaying on ipad, what do I add to code? For phone?

    rodgerreintjes
    Participant

    Hello, I started setting up the homepage http://www.houtofthebox.nl with Enfold.e
    I added the easy slider and 3 pictures, but the pics do not show up. Also in the portfolio the pics do not show. I the past I once worked with another template and learned it had to do with setting AJAX to off, because of a safari browser issue.
    Please help …

    #230923

    In reply to: Enfold Showcase

    Built a site using Enfold for a custom home builder in Redmond, WA, USA: http://www.lochwoodlozier.com

    I’m happy to get your constructive criticism on any part of the site. I really enjoy working with the Enfold them, by the way.

    #230920

    You are welcome, glad we could help :)

    Regards,
    Josue

    #230916

    Thank you very much Josue! :)

    Hey!

    Have you checked if it happens with the latest version of Enfold (2.5.4)?

    Regards,
    Josue

    #230900

    Hey!

    You need to upload your logo in a image format, not PDF. You can use this version i created for you:

    Save it as a image and upload it.

    Cheers!
    Josue

    #230899
    5fold
    Participant

    We’ve had issues with the theme load speed on our hosting with wpengine. This is what they said.

    One issue that looks to be a primary concern is that your Theme is seen as a “memory hog” on our system…
    PROBLEM: Memory Hog
    This line of code took 6ms and allocated 256KB of memory.
    Original cause was a theme, in /wp-content/themes/enfold/includes/admin/register-admin-options.php:110
    Specific culprit is function substr($p[‘func’],0,60), in /wp-content/themes/enfold/includes/admin/register-admin-options.php:110

    Full stack trace, with the culprit at the top:

    #11 – /wp-content/themes/enfold/includes/admin/register-admin-options.php:110
    #10 – /wp-content/themes/enfold/framework/php/class-superobject.php:116
    #9 – /wp-content/themes/enfold/framework/php/class-superobject.php:86
    #8 – /wp-content/themes/enfold/framework/avia_framework.php:97
    #7 – /wp-content/themes/enfold/functions.php:77
    #6 – /wp-settings.php:323
    #5 – /wp-config.php:138
    #4 – /wp-load.php:29
    #3 – /wp-blog-header.php:12
    #2 – /index.php:17
    #1 – /index.php:0
    and
    PROBLEM: Memory Hog
    This line of code took 18ms and allocated 112KB of memory.
    Original cause was a theme, in /wp-content/themes/enfold/css/dynamic-css.php:709
    Specific culprit is function substr($p[‘func’],0,60), in /wp-content/themes/enfold/css/dynamic-css.php:709

    Full stack trace, with the culprit at the top:

    #11 – /wp-content/themes/enfold/css/dynamic-css.php:709
    #10 – /wp-content/themes/enfold/includes/admin/register-dynamic-styles.php:122
    #9 – /wp-content/themes/enfold/functions.php:410
    #8 – /wp-includes/plugin.php:0
    #7 – /wp-includes/plugin.php:429
    #6 – /wp-settings.php:347
    #5 – /wp-config.php:138
    #4 – /wp-load.php:29
    #3 – /wp-blog-header.php:12
    #2 – /index.php:17
    #1 – /index.php:0

    #230896

    In reply to: 4 column footer

    Thank you Josue, that fixed it!

    WP Admin: Enfold > Styling > Footer tab: Quick CSS

    @media only screen and (min-width: 520px) and (max-width: 989px) {
    #footer .flex_column{
    width: 50% !important;
    margin: 0 !important;
    }
    }

    Click “Save all changes” button

    Fixed:
    4 column footer small screen fixed

    Smiles,
    Jagrav

    • This reply was modified 11 years, 11 months ago by Jagrav.
    #230881

    Hey!

    You have added to the code correctly, but there is a typo before it (so it’s getting nullified), here’s the error:

    .adp, .adp table, .adp-list, #directions_panel_3 b {
    color: white!important;

    Change it to:

    .adp, .adp table, .adp-list, #directions_panel_3 b {
    color: white!important;
    }

    http://proconsolerepairdfw.com/test/wp-content/uploads/dynamic_avia/enfold.css?ver=1
    Regards,
    Josue

    Thanks Peter! I was trying to implement Relevanssi after seeing a tutorial for integrating it with Enfold.
    So it seems for now there may be some incompatibility so I will implement Google custom search instead which should deliver better results. I’ll go over some of the previous threads for tips on that.

    Thank you for your team’s awesome support!!

    #230865

    I know it’s been requested before but having multiple portfolios would be really useful.

    #230862

    In reply to: Separate portfolios

    As far as i know, not at the moment, but feel free to suggest it here:
    https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Josue

    #230861

    Hi!

    Yes, i included a link to CF7, which works great with Enfold:
    https://wordpress.org/plugins/contact-form-7/

    Cheers!
    Josue

    #230830

    In reply to: New video sections

    Hi ste_thumbs!

    You can choose to display controllers and visitors can adjust the volume as needed. It is not possible to display only mute button. However, you can request it here https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Yigit

    #230822

    Hi net-files!

    Please see http://kriesi.at/documentation/enfold/change-when-mobile-menu-appears/
    Menu switches to mobile menu at 767px currently. I think your best option would be changing the switching width

    Regards,
    Yigit

    #230817

    Hey William!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) { 
    .logo, .logo a, .logo img { max-width: 100%!important; }}

    Please flush browsers cache after applying the code. If that does not work, please post the link to your website

    Regards,
    Yigit

    #230816
    NieuweDag
    Participant

    I just launched a new version of my website http://www.nieuwedag.nl using the enfold theme. I would like to copy multiple color sections to other pages, so I don’t actually have to enter and maintain the same content on 20 different pages.

    Everything from the 2nd color section (on the homepage of http://www.nieuwedag.nl) to the 5th color section, I would like to place on several other pages as well, like I now did on http://www.nieuwedag.nl/shiatsu-massage (only than by manually rebuilding the exact same content twice in Avia advanced editor).

    Duplicating a color-section on the same page is easy, but I cannot find an option to copy to other pages. The most ideal way I guess, would be to copy a color section to other pages using a short code for a specific color section on a specific page, which you can place on another pages, so you only have to maintain one version in case of changes.

    Hope you can give me some usefull pointers here.
    Thnx!

    #230814

    Hi,

    no I did not make any changes to Avia… just css styling.
    anyway I tried this both in child theme or directly in original enfold functions.php:

    add_filter('avia_masonry_entries_query', 'avia_masonry_entries_query');
    function avia_masonry_entries_query($params,$query)
    {
    
    if(!empty($params['link'])) return $query;
    
    }

    the result is that the masonry module (and only) disappear from the page…
    I even cleared all unrelated added filters in functions.php

    thanks

    #230809

    simbrassard.com

    #230796

    Hey Simonbrassard!

    Can you post the link to your website so we can take a look?

    Best regards,
    Yigit

    #230795
    Simonbrassard
    Participant

    Hi, I don’t what is going on, but my logo doesn’t want to appear on the header. The dimensions are correct 340px * 156px…

    I am no programmer… please help me!

    Thank you!

    #230793

    Hi Laure!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    div .logo { left: 42%; }
    .main_menu { right: 32%; }
    .social_header #header_main .container, .main_menu ul:first-child > li > a {
    height: 160px!important;
    line-height: 230px!important;
    }

    You may need to adjust the values to center it perfectly

    Regards,
    Yigit

    #230780

    Topic: 4 column footer

    in forum Enfold
    Jagrav
    Participant

    I’m using a child theme with Enfold parent
    After I updated Enfold to the latest version our 4 column footer isn’t resizing as responsively as the previous version. Any solutions?

    Bigger screen:
    4 column footer large screen
    Smaller screen:
    4 column footer small screen

Viewing 30 results - 227,191 through 227,220 (of 243,973 total)