Discussion on Enfold - Responsive Multi-Purpose Theme

Discussion on Enfold - Responsive Multi-Purpose Theme

By
Cart 270,116 sales
Recently Updated
Well Documented

Kriesi supports this item

Supported

13770 comments found.

Hi !. When I click on a link from the main menu, MegaMenu fails. If the mouse is over the link displays ok, but if I click on any of the links, the MegaMenu is reduced to a line of 4 px. What’s up? Thank you! My URL: http://www.praxisunion.com/lab/FA2016/

Hi!

I tried clicking few menu items in your megamenu but could not reproduce the issue. Can you please start a thread on our support forum – http://www.kriesi.at/support/ and attach a screenshot showing the issue you are having? You can upload your screenshots on imgur.com or Dropbox public folder and attach the links in private content field

Hello, may i ask whether there is a plugin for the function at this website? http://carvertise.com/ under “Selecting Creative”, you can select the “queen, king, kingkong” and link with “front, side, back”

Meaning it will Queen King kingkong, front,side back will have a different combination when clicked.

Hi!

There must be but unfortunately i have no experience with such plugin that i can recommend at the moment :/

Hi, I was using this theme and random elements disappeared and I’m not sure why. My H1 and H2 disappeared off my home page. 2 of 4 text boxes disappeared from my form in my footer. Images disappeared from the bottom of my resume page. I see no correlation and have no idea what happened. The website is: www.skylarburns.com

Thanks.

Hi!

Please make sure that you are opening and closing HTML tags correctly as following
<span>here is my text</span>

If that does not help, please start a thread on our support forum – http://http://www.kriesi.at/support/

Hello,

How can I remove the double product images from displaying on the Shop page at the bottom of my website www.harbormillcandles.com? Thanks!

Hi!

Can you please start a thread on our support forum – http://www.kriesi.at/support/? :)

Hi!

After updating to latest version the social icons don’t display.

Here’s how it looks like:

target=”_blank” href=”https://twitter.com/CehSonja” aria-hidden=”true” data-av_icon=”[]” data-av_iconfont=”entypo-fontello” title=”Twitter”

Any suggestion, please? Thank you!

Hi!

Please refer to this post – http://www.kriesi.at/documentation/enfold/enable-cors/

If that does not help, please start a thread on our support forum – http://www.kriesi.at/support/

HI, Just wondering how I can remove a page title but keep the breadcrumbs?

Hi!

You can simply edit your page and choose to display only breadcrumbs under layout section – http://i.imgur.com/fGUAnXE.png :)

Good evening, I wanted to know when I will be ready the new update because the topic is troubling…

Hi!

Sorry, I am not sure if i understood you clearly. Kriesi is working on the update but we do not have ETA just yet. If that is not what you asked, please elaborate :)

Since updating the theme the images do not load on the home page under the slider http://www.vtechit.co.uk/

Hi!

They show up fine on my end – http://i.imgur.com/2fsT7Jo.jpg

Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

SWEET!!! Thanks!

When can we expect the new instagram icon to be added?

Hi!

When there is a new one on Fontello.com probably :) You can refer to this post – http://www.kriesi.at/documentation/enfold/custom-social-icons/ and add it manually :)

Ah okay not a problem.

Hello,

I want to add in the header of the web a social network that does not appear in the Theme options, specifically the Houzz: http://www.houzz.es/pro/unibano/UNIBAÑO How can it? View web: http://www.unibano.es/

Thank you.

Hi!

Please refer to this post – http://www.kriesi.at/documentation/enfold/custom-social-icons/

If you have any other questions or issues, please feel free to start a new thread on our support forum – http://www.kriesi.at/support/

Hello,

I have already downloaded the font Fontello and I can see it on the web.

How do I appear in the header of the web next to other social networks? View web: http://www.unibano.es/

Thank you.

Hi!

You can refer to this post – http://www.kriesi.at/documentation/enfold/custom-social-icons/

If you would like us to add them for you, please start a thread on our support forum – http://www.kriesi.at/support/ and attach temporary admin logins in private content field :)

How are the media querys for the video background? I’d love to use enfold, but on the smasung galaxy s4 Tab, video background is displayed with an image, as for other themes I found, video background is still video… can i influence these settings? TY!

Hi!

That is intended behaviour. Videos display fallback images on mobile by default. If you would like to adjust the settings, please start a thread on our support forum – http://www.kriesi.at/support/

on the phone and tablet i have white space gap between my slider and photos. But on desktop it looks great. If you could take a look at my site on phone that would be great www.saintsforsinners.com

Hi!

Please start a thread on our support forum – http://http://www.kriesi.at/support/

When I created a portfolio category, I get some text in the header “Archive for Digital”. Digital is the only text that should show up. How can I fix this? Here is a link to my page: http://tonyjuliendesign.com/portfolio_entries/digital/

Hi!

It seems like you figured it out already – http://i.imgur.com/5cpFtMS.png :)

Please feel free to start a thread on our support forum – http://www.kriesi.at/support/ if you have any other questions or issues

When we are in a portfolio item, there are arrows at the left and right to navigate to the previous and next portfolio item. Is there a way to “inverse” their meaning?

Hi!

Please go to Appearance > Editor and open functions-enfold.php file and find
            if(version_compare($settings['wpversion'], '3.8', '>=' ))
            {
                $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
                $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
            }
            else
            {
                $entries['prev'] = get_previous_post($settings['same_category']);
                $entries['next'] = get_next_post($settings['same_category']);
            }
and change it to
            if(version_compare($settings['wpversion'], '3.8', '>=' ))
            {
                $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
                $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
            }
            else
            {
                $entries['next'] = get_previous_post($settings['same_category']);
                $entries['prev'] = get_next_post($settings['same_category']);
            }

If you have any other questions or issues, please start a new thread on our support forum – http://www.kriesi.at/support/ :)

duplicated

Thanks working fine! And if I want to totally disable these arrow so they do not show up?

i used to use enfold for all my projects but no now. The theme needs more features as minimal menu (burger) option to style single pages as background, improve mobile logo size, improve sliders on mobile, enable image sizes to single image module, fix error on contact forms (doesnt work)..... until that things get resolved i wont use Enfold.

Hi!

Thank you for your feedback. You can request such features or vote them here – http://www.kriesi.at/support/enfold-feature-requests/. I will also inform our devs :)

I saw spa demo. Does this theme include the booking plug-in?

Hi!

Enfold is compatible with https://www.woothemes.com/products/woocommerce-bookings/ plugin :)

I’m having errors show up on the site on and off I’ve opened a ticket http://www.kriesi.at/support/topic/intermittent-errors-on-the-site/ please advise.

Hi!

I replied to your thread on our support forum. Let us continue there :)

I’m trying to update my version of Enfold, but it says I’m running the latest version. Obviously I’m not bc my version is 3.4.7 and you’re up to 3.5.x. I have my username and API key setup in the theme update fields, but it won’t show me an update, even if I click the “Check manually” link. How can I get the update to install? Thanks! Melissa

Hi!

Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

If it does not help, I am afraid you might need to update the theme manually – http://www.kriesi.at/documentation/enfold/updating-your-theme-files/

Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

Hello, can you tell me how to put excerps in the home page?

Hi!

Can you please elaborate? I am not sure if i understood the changes you would like to make :)

I would like to show some excerpts behind the magazine posts, not the first one, the others www.cabalconsulting.com… thank you

We are having the same issue as jodamo5 mentioned regarding iframe embedding. We are using a food app that gets embedded into the page, but again once I add to the column and view the page (which does work) but i can never re-edit the page again. This is not ideal as you can imagine to redo the page each time. Is there a fix for this issue which has documented?

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey