Viewing 30 results - 219,211 through 219,240 (of 241,743 total)
  • Author
    Search Results
  • SOPI2006
    Participant

    Hello

    I kindly ask you to help me find a way to enable the FV simpler SEO plugin, that you have recommended me to use, to work also for the Enfold product item section.

    Thanks for your support!

    Best, Peter

    #261683

    Hi Ismael,

    The date problem is solved.
    I think that I must reinstall my child theme, I have made the changings in the parend theme and it works.
    I drag and drop the new files from my download via FTP in my child theme and when I will make the changes in this new files, I saw that the changes were still good.
    How can you update a child theme corectly where I have made changes?

    Why Enfold make Tags and Category clickable? How can I remove the clickable categories and tags from tekst?
    The problem you see here, named uitvaartverzekering. 1 tag and 1 category is clickable: http://besparenmetvergelijken.nl/wat-kost-een-crematie/

    I have now set this one in my quick CSS and it removes a few but not all. It removes only the word that I have make strong, but I think that I must use another method

    .main_color strong a { 
    pointer-events: none;
    color: inherit !important; }

    When I use this, than all my links are nog clickable

    .main_color a { 
    pointer-events: none;
    color: inherit !important; }

    Do you no how I can fix this?

    #261676
    Sharon
    Participant

    Normally I add the gravity forms plugin to my websites.
    With Enfold it seems that it is already included within the theme. I didn’t realise this until I added the Gravity Forms plugin to the website. I also activated the Mailchimp addon. But I’m unable to build a form – the Gravity Forms form editor won’t work.
    I need to have my form connected to a specific Mailchimp list.

    How to I resolve this?

    Thank you in advance.

    #261673

    Hi!

    I looked into it and your server fails to load an important php file which breaks wordpress and our theme. I get this error message:

    
    Failed to load resource: the server responded with a status of 404 (Not Found) http://www.wijthmen.nl/wp-includes/js/tinymce/wp-tinymce.php?c=1&ver=4021-20140412
    

    and obviously http://www.wijthmen.nl/wp-includes/js/tinymce/wp-tinymce.php is an important file because it loads the tinymce text editor dependencies. The issues is also not related to Enfold because when I switch to the TwentyThirteen theme (standard wordpress theme – you can switch it here: http://www.wijthmen.nl/wp-admin/themes.php ) and then try to edit a standard post/page the editor also doesn’t work/show up and I get the same error message. Because this issue is not caused by our code the only recommendation at this point is to contact your server provider (server administrator) and to ask him why the php file (see link above) doesn’t load and to ask him to fix the issue by adjusting the server configuration.

    Best regards,
    Peter

    #261669

    Hi!

    1) Habt ihr das Problem schon behoben? Ihr müsst vermutlich nur unter Enfold > Theme Options die Einstellungen speichern und dann den Browser Cache leeren. Bei mir wird mittlerweile euer Warenkorb Widget richtig angezeigt: http://www.clipular.com/c/4673624204115968.png?k=YZixmHxM0pk9sYtoh_S5bRNiFIE

    2) Ich glaube das Problem kommt von den fehlenden Thumbnails. Regeneriert die Thumbnails mit: http://wordpress.org/plugins/regenerate-thumbnails/ und dan leert den Browser Cache. Anschließend sollten die Pfeile richtig dargestellt werden.

    3) Wie 1) – ich glaube ihr müsst nur den Browser Cache leeren. Bei mir wird es richtig dargestellt: http://www.clipular.com/c/6091825760698368.png?k=tZZxMYgHULOz_dEEuLDCQiomTAI (getestet mit Chrome 34 und Firefox 29).

    Best regards,
    Peter

    Hey!

    Kriesi fixed some editor/textbox issues with Enfold 2.7.1. Please update to the latest version and check if the issues still persist.

    Regards,
    Peter

    #261663

    Hey!

    Ok, Kriesi responded and he also can’t reproduce the issue and doesn’t know why the breadcrumb changes on your website. I recommend to deactivate all plugins. If this doesn’t help try to re-install WordPress and Enfold.

    Cheers!
    Peter

    #261658

    In reply to: WooCommerc Issues

    Were you able to check if its happening when not using the Enfold theme? If its a theme issue or if its a general WooCommerce issue it can help considerably in trying to find the source and possibly a fix.

    #261657

    Hi Devin,

    actually yes – I have the following plugins active:

    blogvault
    cleverreach
    contact form 7
    Artikel duplizieren
    facebook page promoter lightbox
    google xml sitemaps
    my extreme facebook
    page links to
    paymill
    smart manager for e-commerce
    statify
    woocommerce
    woocommerce – sofort gateway integration
    woocommerce adminbar zusatz
    woocommerce checkout manager pro
    woocommerce deutsch
    woocommerce german market
    woocommerce print invoice/packing list
    woothemes helper
    wpSEO

    I just connected to the server with filezilla and tried to copy the latest Enfold version into the themes folder (with some errors).

    Around 22 items could not be transfered (I have no idea why).

    So I am wondering, how I can update to the latest version of Enfold

    best regards,
    Andreas

    #261653

    In reply to: Incorrect Breadcrumbs?

    Hi!

    Tbh I’m not sure why WordPress displays this “Blog Post” link. If the posts belong to such a category (you can check that on the admin page) then yes, this is the reason. Imo a third party plugin can affect the breadcrumb output too and maybe try to deactivate all plugins to check if a plugin is the culprit.

    However you can remove this link by modifying the theme files – just insert following code into your child theme functions.php file or enfold/functions.php:

    
    
    add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 10, 15);
    function avia_change_breadcrumb($trail) {
    if(is_single() && get_post_type() == "post")
    {
            foreach($trail as $key => $data)
            {
                    $search = 'Blog Post';
                    if(strpos($data, $search) !== false)
                    {
                                      unset($trail[$key]);
                    }
            }
    }
    return $trail;
    }
    

    Cheers!
    Peter

    #261651

    Hi magicznechwile!

    The *gallery* version of the masonry effect does not have sorting unfortunately. This demo is the Masonry Gallery: http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/

    While this is for a portfolio http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/

    Cheers!
    Devin

    #261647

    Hey mrgreenwaters!

    The theme doesn’t actually use a copied template for WooCommerce or any template file overrides. Instead it uses the recommended method of functions to add in additional divs and code as needed.

    All of the customization is in the config-woocommerce folder with the bulk of it in config.php.

    I did an example code snippet you could use in a child theme to change the layout of the single product page and add a right sidebar here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    Best regards,
    Devin

    Hey bigtime32!

    Thank you for using the theme!

    First of all, please remove the custom css that you added to change the height of the header. You can change that on Enfold > Header Layout > Header Size. Select custom pixel value. Change the opacity of the header background with this:

    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Best regards,
    Ismael

    #261636
    Mono14
    Participant

    Hi,
    I read in the plugin recommendations forum for enfold that you suggest using WPML for creating a multilingual site. However this is a premium plugin. Have you tried any other free alternative like http://wordpress.org/plugins/qtranslate/ or http://wordpress.org/plugins/polylang/ ? Do you know if they work with enfold?

    Thx!

    Hi Sparkline Analytics!

    You are using a veeeeery old version of Enfold, please update to the latest one (2.7.1):

    Regards,
    Josue

    abnow
    Participant

    Fullscreen slider doesn’t rotate on Enfold with Default settings
    http://www.magicalpad.com/slides/
    It used to work before upgrading WP, then upgraded to the latest Enfold, but still doesn’t work.
    Please help.
    thx,

    #261618

    Hey!

    If your slider is very simple as you said it would be less resource intensive to use one of the native Enfold sliders then.

    Cheers!
    Josue

    Hey!

    Thank you for the update.

    I checked the website but I don’t see any menus with the anchor links. I think it is quite impossible that a user will paste those URL that you provided to check the testimonials. Remove the white spaces that you added. Please create an anchor navigation then we’ll check it again. Refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Regards,
    Ismael

    #261588
    jgoldberg1983
    Participant

    Hi guys,

    I’m upgrading from a version of enfold prior to negative whitespace functionality being introduced. On upgrade the areas where I use the horizontal whitespace tool all increase visually to a great degree – I’m assuming this is because of the new functionality. For instance where I used 35px of whitespace before, the closest to that is now 1px. The fine control of the tool has greatly decreased now as going up to 2px makes a big jump in whitespace. It’s almost as if it is not moving by px anymore but rather much greater amounts.

    Is this a known issue and is there a fix for it?

    Many thanks,
    Jonathan

    #261571

    Hi!

    Thank you for the update.

    I’m sorry but checking the website again, you’re using a stretched layout? The background image options will only show if you set the theme to boxed layout. Do you mind if we take a look inside? Just to be clear, do you want the stretch or the boxed layout? What we did above is to refresh the enfold.css file which is somehow stuck. If that didn’t work, maybe there is a plugin conflict. Please post the login details here and set it as a private reply. If you can provide us with the background image that you want, we will upload it for you.

    Regards,
    Ismael

    Hey NanaKuo!

    Thank you for using the theme!

    You need to update the theme to the latest version which is Enfold 2.7.1. This will fix the issues with the visual editor. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #261549

    Hi MagneticBloom!
    I had the same problem, I couldn’t track the click on the Form button with GTM. It is because the theme already uses a listener.
    I managed to fix it, I hope it will be help you to do it as well.
    You have to add a simple code in the javascript file called “shortcodes.js” (\wp-content\themes\enfold\js)
    The code you have to add is
    return dataLayer.push({'event': 'FormSent'});
    just after the line :
    form.slideUp(400, function(){responseContainer.slideDown(400, function(){ $('body').trigger('av_resize_finished'); }); send.formElements.val('');});. I think is line 2352.
    Once you made it, you have to create a Tag in Google Tag Manager (your event categoy, action, labels…) and set up a rule.
    To make the tag fired, the rule has to be like that:
    {{event}} equal FormSent
    I hope it will work for you.
    Cheers
    Pascal

    BeeCee
    Participant

    Hi,

    how can I show the “popular posts” in the sidebar without the Combo widget, just as a standalone widget like the “latest news” widget – and ideally without using a plugin?

    Thanks.

    #261538
    addwebtoday
    Participant

    Hello and thanks again for this theme,

    I was recommended revolution slider instead of the native layer slider by a mod a few months back. Since the upgrade, how much more functional is the layerslider? It caused a lot of issues on mobile and tablets and I don’t know if I should try to move back to it.

    Right now, the revolution slider is causing a lot of issues with page load speed on desktop and mobile. The detail for the slider is super minimal, with a few images, one slide, and no transitions.

    Please let me know if you can provide any insight as to how to make either of these slider plugins perform better or any insight in general as to how to make an image slider with/without animations look better on Enfold Theme.

    I currently use Revolution Slider on various sites and have not encountered as many load speed issues. This has also lead to crashing as well on the site.

    Thank you for your help!

    Thank you,
    -addwebtoday

    #261516

    Dear Enfold theme team,

    Thanks for all the help untill now.

    I have another question about the breadcrumbs.

    I have used this code in quick css:
    .title_container .breadcrumb { left: 2px; top: 14%; }
    .title_container { height: 20px; }

    I would like the breadcrumbs to be on the far left, and make it look nicer on responsive small mobile screens. (Now it is to big). Maybe it is the best to remove it for smartphone screens.
    Can I also remove the white line below the breadcrumbs container?

    my website is http://www.onevents.nl/wie-zijn-wij/

    Hope you could help me out again.

    Many thanks,

    Daniel

    Vifa
    Participant

    Addition:

    The theme is great and very powerful, but it is disappointing to spend a lot of time getting things how you want them in a prior release, only to have things “stop working the same way” in a new release! As the other Poster notes below, others are having similar problems with various features of Enfold 2.7.1. This makes folks (understandably) very wary of updating!

    I’m hoping the Kriesi team (or anyone on this great forum) might have some insights as to what is making this custom CSS NOT work correctly in 2.7.1, whereas it WAS working fine in 2.5.2 (details below)?

    #socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; }
    #socket .container { padding: 4px 0 6px 0; }
    html {background: #ffffff; }

    Orginal Post:

    Although I realize “sticky sockets” are not officially supported in Enfold, under 2.5.2 I had precisely the “sticky socket” behavior I wanted working very nicely for me using the following custom CSS code:

    #socket { font-size: 15px !important; position: fixed; bottom: 0px; width: 100%; overflow: hidden; }
    #socket .container { padding: 4px 0 6px 0; }
    html {background: #ffffff; }

    With this custom CSS code under 2.5.2, I would ALWAYS have my socket on the bottom of ANY browser window, no matter how large/small the window was, no matter whether or not a scrollbar was present, no matter how much/little content any given page had, no matter whether mobile or not: my socket was always showing at the bottom of the view window. It was great, and exactly how I wanted it.

    Unfortunately . . . when I updated to 2.7.1, this code stopped working in the SAME way. Now with the same custom CSS under 2.7.1, the same socket appears, but ONLY when a scrollbar is present on the right-hand side of the browser. When page content is too little (i.e. no scrollbar), the socket no longer shows like it did in 2.5.2 (using the exact same custom CSS).

    HOWEVER, even when no scrollbar is present in 2.7.2, the sticky socket is still THERE at the bottom of the page — i.e. the hover links are still present and available to click — you just can’t SEE the socket unless the scrollbar is present. It seems like whatever the “background” color in “html {background: #ffffff; }”, is now (in 2.7.2) “covering” the socket now when no scrollbar is present — whereas in 2.5.2 under these conditions, the socket was BOTH clickable and visible on pages with no scrollbar.

    So something seems to have changed in the internal code of the 2.7.2 update (versus 2.5.2), that makes the above code work differently in 2.7.1 versus how it worked in 2.5.2. I wonder if it relates to the new “transparency” features?

    I would really love to have my socket working the way it was in 2.5.2, otherwise I might have to revert back to 2.5.2, which I would prefer not to do, as using “older versions” is not an ideal long-term viable solution.

    Is there anything you can think of that might have resulted in this “change” in socket behavior between 2.5.2 and 2.7.1, and if so, can you think of any code that might fix it, so my socket again works like it did in 2.5.2 — i.e. it is ALWAYS at the bottom of the page, whether or not a scrollbar is present on the window?

    • This topic was modified 10 years, 12 months ago by Vifa.
    #261507

    In reply to: Remove date and author

    Hi Miikey!

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

    .post-meta-infos { display: none !important; }

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #261505

    Topic: Remove date and author

    in forum Enfold
    Mike
    Participant

    I want to remove the date and author from the blogrol. The options in enfold theme removed only the author and date from the blog post and not from the blogrol.

    Can anyone help me?

    #261496

    Hi Jyles!

    I am not sure if i understood you clearly but you can go to Enfold theme options and choose to display Fixed Layout – http://i.imgur.com/Joiq3Sa.png

    Regards,
    Yigit

    NanaKuo
    Participant

    My existing icon boxes with text and images are visible on my site (http://potterynorthwest.org), but I run into problems when I try to edit the icon boxes.
    1) The text and images are not visible in the visual editor, and
    2) When I switch to the text editor, the “insert media” button takes me through the process of selecting an image to insert, but then doesn’t actually do anything.

    Thanks for your help.

    Nana

Viewing 30 results - 219,211 through 219,240 (of 241,743 total)