Viewing 30 results - 221,731 through 221,760 (of 243,891 total)
  • Author
    Search Results
  • #259683

    Hi,

    I just purchased Enfold and learning to get to grips with it.

    I think it is a bit confusing then, when one chooses to use the Fullscreen Slider and sets the option to No Scaling. This gives the impression that you can upload an image with a certain size and that it will not be scaled upwards when used in the slider.

    Maybe this could be explained somewhere in future documentation?

    Cheers
    tdako

    #259673
    jockejansson
    Participant

    Hello!
    I’m looking for a solution to make my contact forms transparent in Enfold. I have tried to search the forums but the codes i’m finding is not working with Enfold. Thanks for any help in advance.

    #259672

    In reply to: Menu Hover

    I’m locking for a floating menu like what you’re using on you enfold demo page to “change styles”.. could you help me to do that ?

    thank you

    Davide

    #259671

    Topic: Duplicate Images

    in forum Enfold
    Bedros
    Participant

    Hi Friends, thanks very much for your great support and patience.

    I don’t use any plugins, and I use Enfold Theme with Latest WordPress Version and Latest Enfold Version.
    When I upload an image via dashboard, it seems I am uploading a single image, but when I ceck it via FTP it seems every image has 10 versions with different dimensions. Why is that?

    Thanks very much for all your support.
    Kind Regards,
    Bedros

    #259659

    In reply to: installation problem

    Hey!

    Thank you for the update.

    Please extract the actual enfold zip file inside the theme package. http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Please check the file permission of wp-content/uploads/dynamic_avia folder. Set it to 755 or higher. Delete the file enfold.css first then change some settings on the theme options. Save changes.

    Best regards,
    Ismael

    #259655

    Topic: Blog meta elements

    in forum Enfold
    mipau66
    Participant

    Hi,

    I recently bought the Enfold theme (great stuff!) and I am currently playing with all the features and options on a local installation before I adapt my website.
    In the blog layoutsettings I have changed the appearence of the “blog meta elements” – the changes show up in a single blog post but not in the Blog overview. How can I change that?
    Thanks for your support
    Michael

    @ismael, thank you, this has worked. I put it in the child functions.php, so it won’t be overwritten. Will this fix be included in the next version?

    Awesome, work and fast response. :D

    #259634
    raineysw
    Participant

    At one point a while back it appeared that opengraph meta was not being added correctly from the Yoast SEO into Enfold.

    Switching themes fixes issue.

    One of the moderators here suggesting adding the following function to functions.php which fixed the problem. The fix was to be rolled into next update.

    /*
     * Make sure that the plugin adds the og meta tags, etc. on template builder pages
     */
    if(!function_exists('avia_wpseo_change_init_priority'))
    {
        function avia_wpseo_change_init_priority()
        {
            remove_action('template_redirect', 'wpseo_frontend_head_init', 999);
            add_action('template_redirect', 'wpseo_frontend_head_init', 9);
        }
    
        add_filter('init','avia_wpseo_change_init_priority', 20);
    }

    Has this fix been implemented?

    Cheers,

    Sean.

    • This topic was modified 11 years, 8 months ago by raineysw.

    Hi jmikhail!

    Thank you for using the theme!

    Please go to Enfold > Header Layout > Header Layout tab > Header Size. Choose custom pixel value then set it to 30px. I hope that helps.

    Regards,
    Ismael

    Hey!

    Thank you for the update.

    Please try to add this at the very bottom of functions.php:

    add_action( 'wp_print_scripts', 'avf_descript_cart_fragments', 100 );
    
    function avf_descript_cart_fragments() {
        wp_dequeue_script( 'wc-cart-fragments' );
        return true;
    }

    Let us know what happens. We’ll check it again after.

    Cheers!
    Ismael

    #259613

    Hey amyfitz!

    Looks like you need to first unzip that folder to get access to the actual theme folder inside. Take a look at this video and you’ll see me walk through unzipping and talking about the files. You can follow the whole thing and upload over FTP but it isn’t needed:
    http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Regards,
    Devin

    #259611

    Topic: Iconfont manager issue

    in forum Enfold
    insatiableiam
    Participant

    I get this error when I try to upload a zip file of custom icons I got from flaticons.com (great source for designers and developers btw) onto fontello (before anyone jumps the gun, yes I made sure I was uploading the SVG format into fontello , otherwise I wouldn’t be able to select them and get them in a zip file from fontello itself)

    the error I get is


    Couldn’t add the font.
    The script returned the following error:
    Fatal error: Call to a member function attributes() on a non-object in /home1/liontech/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 182

    Now when I checked line 182 , this is what I have
    $font_attr = $xml->defs->font->attributes();

    it’s the same as the original php file that came on the clean install, I am also using a child theme to make all of my customizations as well.

    Anyone shine some light on this subject for me? I am not particular acknowledged with PHP quite just yet , because I spend hours trying to find the right icon for the site only to have this error, kinda bummed out.

    Any help would be appreciated, thank you!

    • This topic was modified 11 years, 8 months ago by insatiableiam.
    #259609

    Topic: Double title tags

    in forum Enfold
    mensmaximus
    Participant

    Today I have seen Google Webmaster Tools to complain about double title tags on my blog. I am using the advanced layout editor for my blog page. As this is a page the title will always be set to avia_set_title_tag(). On a paged blog this causes double title tags.

    In my child theme I have now modified the header.php to alter the title by adding the page number starting from page two:

    <title>
         <?php
             if(function_exists('avia_set_title_tag')) {
                 echo avia_set_title_tag();
                 if ( $paged >= 2 || $page >= 2 ) {
                     echo ' - ' . sprintf( '%s', max( $paged, $page ));
                 }
             }
         ?>
    </title>
    

    This could be a good feature to be implemented in a future release of Enfold.

    Regards

    Michael

    #259606

    Hey!

    Try:

    function avia_remove_func() {
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
    }
    add_action( 'init', 'avia_remove_func');

    Regards,
    Josue

    #259600

    In reply to: Masonry & filtering

    Hi Thomas!

    Yes, that’s how it works right now, the problem is that the other 48 products are not hidden, they don’t exist in the page until the load more is hit, therefore the filter script can’t filter them.

    Feel free to request am improvement here:
    https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Josue

    #259599

    In reply to: Website Width

    Hey Michael!

    There are 2 widths you can choose (Enfold Theme Options):

    Best regards,
    Josue

    Hi!

    Didn’t happen on my end, make sure you have the latest version of Enfold.

    Cheers!
    Josue

    #259585

    Hey!

    Yes, you can get professional help here:
    http://codeable.io
    http://kriesi.at/contact/customization

    They have plenty of experience working with custom themes like Enfold.

    Cheers!
    Josue

    #259584
    amyfitz
    Participant

    Hi,

    I purchased your Enfold theme earlier today and have not been able to upload it as a new theme. After I choose the file: themeforest-4519990-enfold-responsive-multipurpose-theme.zip and attempt to upload to my site, it goes through the whole upload process and when it reached 100%, it says there has been an error and to try again. I’ve tried at least 10 times now. I have logged out of my wordpress account, restarted my computer, there is nothing I can see that should be causing the problem. Please help so that I can utilize this purchase.

    Thank you,

    Amy

    #259575
    This reply has been marked as private.
    #259574
    advocatusneo
    Participant

    Hallo,

    für ein paar Seiten der Homepage hätte ich gern ein Menü in der Sidebar wie auf http://www.bussgeldkatalog.org
    Also oben im sidebarmenü eine Auswahlmöglichkeit (können aber auch einzelne Menütitel sein), die unten in der sidebar untermenüs anzeigt. Und auf der eigentlichen Seite, also rechts, hätte ich auch gerne Reiter, in die man z.B. Tabellen einfügen kann. Ist das mit enfold möglich? Habt Ihr eine Idee wie ich das am besten realisieren kann?

    Vielen Dank und Gruß, Neo.

    #259566

    Hey Tom!

    Request it here:
    https://kriesi.at/support/enfold-feature-requests/

    The most votes the most likely it will become a feature :)

    Best regards,
    Josue

    #259562

    Hey John!

    Try this plugin to duplicate that particular Page and check if it allows you to use the ALB.

    Best regards,
    Josue

    #259560

    It is, Enfold is constant development :)

    Regards,
    Josue

    #259534
    JoshMetz
    Participant

    Hello,

    I have a client (winery) wanting a website that represents their 3 brands in the same site. Ideally they want to have each of the logos in the header, and when clicked lead to separate homepage with slightly different coloring & images. A good example is here:

    http://www.duckhorn.com/

    I’ve had great success using your theme for another project and would like to propose using it for this new one. Can you let me know if such an approach is feasible using Enfolds? If yes, can you direct me to a reference for setting up the multiple logos in the header?

    Thanks!
    Josh

    Hi, this is Bradley.

    After upgrading to WP 3.9, I cannot see the contents in the Visual tab in the Text Block, so I have to select Text tab to see & edit the contents with complex HTML codes. I updated the Enfold theme to the newest, deleted unnecessary plugins, but still don’t see the contents. I uploaded 2 screenshots with no contents (hidden) when I selected “Visual” tab, and with contents with “Text” tab selected. Please help.

    https://www.flickr.com/photos/123175144@N05/sets/72157644067656388

    • This reply was modified 11 years, 8 months ago by bymoon.
    #259517

    Thanks aribann :)

    And sorry for hijacking your thread.

    Jez
    http://www.3dvisuals.co.uk/newsite (currently being developed using Enfold).

    belyeaem
    Participant

    Hi there,
    Here is my site: http://portsmouthparkingshuttle.com/

    On an iPhone, when I tap the mobile menu dropdown, the dropdown menu is empty. It doesn’t show any of the Enfold Main header contents. I need these contents to either show up, or I need to disable the mobile menu all together. Can you take a look at the site and let me know what you think the problem is?

    You can see how the mobile site is working here: http://mobiletest.me/iphone_5_emulator/#u=http://portsmouthparkingshuttle.com/

    bymoon
    Participant

    Hi, I am a great fan of Enfold theme.

    Today I upgraded to WP 3.9 and suddenly cannot see any contents in the “Visual” tab in the Text Block. I can see the contents when I select “Text” tab, but it is complicated with all the HTML codes.

    What should I do?

    Thanks!

    #259505

    In reply to: Enfold editor problem

    Small update, that happens only if I don’t push Save button.
    In that case that is not a really big problem and I may live with that, but would be nice to have solution if you got one.

Viewing 30 results - 221,731 through 221,760 (of 243,891 total)