Viewing 30 results - 222,391 through 222,420 (of 244,545 total)
  • Author
    Search Results
  • @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, 11 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, 11 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, 11 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.

    #259503

    Topic: Enfold editor problem

    in forum Enfold
    Superbobrik
    Participant

    Hello
    Just noticed the problem with Enfold editor.
    When I use editor and, as example, open tab A and edit it with material A, then close tab A and open tab B- I will the material A, next, if I open tab C, I will see material A in it again.
    And the same situation with similat elements.
    Just example with screenshots:
    1st tab opened: http://i.gyazo.com/ee62a4d3bfdf8ee0faefefe2c9b8841a.png
    2nd tabk oneped: http://i.gyazo.com/450b0034011360fbaab9198565fe2df4.png
    Check the titles- they are different, but the materials are the same.

    -if I refresh the page, and open needed tab, it will apeear correct, but the situation will repeat.
    -I tried turning off all the plugins, the situation remains
    -That also repeates no matter what browser I use

    I thought that is related to cash, but with all plugins disabled I got no result.
    What that may be?

    #259502

    Dear Yigit,

    i did have some screenshots for you.

    Kriesi.at Website at iPhone:
    http://imgur.com/B1aqw8D -> Home, Blog, Legal Information, Register not visible
    http://imgur.com/cDOQZk8

    Our Website
    http://imgur.com/IIlR7pI -> Contact Form (2x columns)
    http://imgur.com/6ottgQh -> Headline Problem

    #259482

    Hey t3lgroup!

    No, not easily unfortunately. The only way you can do that is to enable the debug field on the ALB and then copy out the raw shortcode data and paste it to the other portfolio elements debug fields.

    You just need to be very very precise when doing it because if the fields data gets an error there is no automatic way to fix it. The whole page could potentially need to be remade.
    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Devin

    #259471
    John
    Participant

    Hi, – running 2.7 and suddenly I am no longer able to drag/drop elements in Avia onto my layout.

    I deactivated the last few plug-ins, back to well before the problem started. I’ve logged in and out, restarted my browser… I also went back about a day and restored an earlier version of the layout: same problem.

    Interestingly, this seems to be a problem confined to this particular Page. Other existing pages allow drag & drop, and if I create a new Page, I am able to drag & drop.

    Recent plugins that I have disabled include: MailPoet, WP Edit, Kento Pricing Table, Pricing Table, Pricing Table Ready! and FB Linked In Resume. I may be mistaken, but I believe that the Theme was working fine with all of these installed – except for MailPoet and maybe one of the pricing tables. Again, this list has been all disabled. Is there/are there left-over lines of code I need to clean up?

    Here are the symptoms:

    The element will drag from the repository section, and the page will highlight, but the highlight doesn’t change the way it usually does when the element reaches a place it can be dropped (e.g. a Color Section or a Column). When I release the mouse button, nothing happens and the page returns to un-highlighted.

    Within the existing layout, I am able to edit and clone elements that are already there, but cannot move them out of the sections they are already in – so if I clone a text box within a color section, I can move it around that section, but can’t drag it to another section.

    Please let me know if I can provide any additional info – and hopefully you’ve got a solution.

    Thanks!

    3dvisuals_co_uk
    Participant

    How can I have the breadcrumbs NOT display the Page Title ??

    I am new to WP but I find it very restrictive that the breadcrumb is a line of links and then the rightmost text is the document title ??
    I want the last rightmost bit of text to be the MENU text.

    How can this be achieved ??

    Eg – on my ‘About’ page (the Menu button for this page is called “About”).

    However, the page Title is “3D Modelling | 3D Still Image and 3D Animation Visualisers”.

    I want the breadcrumb simply to be;

    Home / About

    And not;

    Home / About / 3D Modelling | 3D Still Image and 3D Animation Visualisers

    We just want “Home / About”.

    Please advise.

    Thank you.

    Kindest regards,

    Jez EMIN
    http://www.3dvisuals.co.uk (old site).
    http://www.3dvisuals.co.uk/newsite (being developed right now using Enfold theme !)

    #259461

    How can I have the breadcrumbs NOT display the Page Title ??

    I am new to WP but I find it very restrictive that the breadcrumb is a line of links and then the rightmost ‘link’ detail is the document title ??
    I want the last rightmost bit of text to be the MENU text.

    How can this be achieved ??

    Eg – on my ‘About’ page (the Menu button for this page is called “About”).

    However, the page Title is “3D Modelling | 3D Still Image and 3D Animation Visualisers”.

    Surely the breadcrumb should be;

    Home / About

    And not;

    Home / About / 3D Modelling | 3D Still Image and 3D Animation Visualisers

    We just want “Home / About”.

    Please advise.

    Thank you.

    Kindest regards,

    Jez EMIN
    http://www.3dvisuals.co.uk (old site).
    http://www.3dvisuals.co.uk/newsite (being developed right now using Enfold theme !)

Viewing 30 results - 222,391 through 222,420 (of 244,545 total)