Hi guys,
I’m in a bit of trouble and was hoping someone could assist. We have been doing some testing on a site we are building with Enfold, and from what I have read here IE8 does not recognise media queries, so it is shrinking the site width to 960px, which is in turn messing up our layout quite badly.
However is there any way around this? Is there a way at all we can tell IE8 to show the site at a specific width otherwise it means we need to redesign the site purely based on IE8’s limitation – which is insane.
Any help is appreciated, as we really need to get this working asap.
Thanks,
G
I just discovered that it now conflicts with a plugin I’ve had installed before I installed Enfold and will check with that plugin’s author. Thanks.
This reply has been marked as private.
Hey!
I just checked your page source code and it seems your webserver still serves the old js/shortcode.js file, so either you got a caching problem or the update did not replace your javascript files. How exactly did you update?
Would recommend the 2 following steps: first try to delete all cache files generated by your performance plugins or for testing purpose even disable it. if that doesnt help re-download the theme from themeforest and make sure to replace the whole enfold/js/ folder…
Best regards,
Kriesi
This reply has been marked as private.
You can add shortcodes to the Ajax preview content right out of the box:

Regards,
Josue
Good Morning,
Sure link is: new.leemarine.co
It is the front page that I am trying to get to load as full screen layout.
With the slider full screen and no <h1 class=”post-title entry-title”> and no Author Links and no Breadcrumbs.
This is currently being called through a direct copy of the index.php code in enfold theme directory.
I have attempted to edit this index.php previously and remove some of the added divs and did have the slider showing full screen, however it the whole page was offset to the left by about 30px with grey footer background showing on right hand side.
So have returned to original index.php pending your advice.
Thanks again.
Paul
Hey Aerny!
Please download the latest version of Enfold and update your theme. Use the Color Section then add a background image. Look for “Background Attachment” and select the “Parallax” effect.
Regards,
Ismael
Hey!
Please contact woocommerce support or hire a freelance developer to fix it for you. For further customization, please visit Werkpress.
Best regards,
Ismael
Hi foxvendetta!
Can you please give us a link to the website? Did you set the menu as Enfold Main Menu on Theme Locations?
Cheers!
Ismael
Hey adambot!
Please deselect the blog page on Enfold > Theme Options > Where do you want to display blog? option.
Best regards,
Ismael
Hey!
Go to Enfold > Sidebar > enable the Page Sidebar Navigation to show the default sidebar navigation.
Best regards,
Ismael
Actually I just realized that these are ordered alphabetically which I suspect makes it impossible to simply sort or filter by death…or is it?
i have problems with the wocommerce cart in enfold
it seems i have to click twice to remove a product in the cart and when removed i get too notification boxes
have to got any solution to that problem
hi there,
my friend would like me to show him how to build a new website using wordpress and i’ve recommended that he buys a licence so that he can do it via your enfold theme.
he has a basic old html / css website here at: http://www.ifsmotivationaldefence.co.uk/
but it does have a basic wordpress blog installed here: http://www.ifsmotivationaldefence.co.uk/blog/
i’ve propsed just deleting all of the old page given it looks a little rusty and out of date now, i told them they can use this ‘under construction’ plug in while the new site is being built: http://wordpress.org/plugins/ultimate-coming-soon-page/
however, i’ve never built a new wordpress site to replace an existing wordpress site. will there be any problems if i just delete everything from their web hosting server (including their existing wordpress site) using ftp and do a fresh reinstall wordpress and then start building from scratch? is there anything i should be aware of that i haven’t thought of in respect to any of this?
thanks,
paul
Hello Yigit that worked like charm thank you! :)
I have another little issue on the shipping address form, didn’t noticed before i’m sorry.
Once you logged in just clik edit shipping address and you will see the “save address” button that has the same problem as before. I would like to have a bit of margin on the left side of the button. Or alternatively the button should go to the following row.
Thank you
A
Can I do this in the AJAX text preview as well?
Forgive me if this is obvious, but how do I create a parallax site using Enfold and then use the menu to get the site to scroll to that particular section. For example, how do I get it so when I click on the “About Us” menu link it scrolls down to the “About Us” section?
Thanks.
Bill
This reply has been marked as private.
Hi!
Please try updating Enfold to the latest version 2.5.4 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If that does not help, please create a temporary admin login so we can take a look
Best regards,
Yigit
Hi Jan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container { border-bottom: 1px solid; }
Cheers!
Yigit
Hey ceubri!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.sidebar #menu-item-301 > a, .sidebar #menu-item-332 > a, .sidebar #menu-item-448 > a {
pointer-events: none;
}
Regards,
Yigit
Hi!
Please try updating Enfold to the latest version 2.5.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
I have a client who is using enfold theme and her blog posts are being cutoff on mobile devices. Have you experienced this before?
I have followed instruction as per video below regarding installing new icons from Fontello, everything goes to plan apart from last step. At 2:20 on the video. Here the video shows the new icons below the original pane. In my window pane no Icons are showing despite everything else going smoothly, just the default. can you help?
http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader
I used it for my interior design company in Chicago. So far it is the best WordPress theme that I have ever worked with: http://DesignInsideChicago.com
Hi dptctrs_jp!
It seems like Enfold is not updated correctly and you are using version 2.0.1 on the website you have on your profile. Please update Enfold to the latest version 2.5.4 http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi!
Please update Enfold to the latest version 2.5.4 and set “Section minimum height” to No minimum height http://i.imgur.com/DxBH2Rx.jpg
Best regards,
Yigit
Under the post titles you usually get
Date / in Category 1, Category under 1, Category under the one under 1/ By person who made the post
If I have
Category one
–Category two
—-Category three
How can I modify the template so that it does not list all the categories but ONLY the deepest one which in this example would be
Date / in Category three / By person who made the post
This is because I do not want to show all the categories above the one we are in as links as I would rather have people navigate via the navigation instead of clicking those posts breadcrumbs. I guess it has to be in here within the template
$taxonomies = get_object_taxonomies(get_post_type($the_id));
$cats = '';
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);
if(!empty($taxonomies))
{
foreach($taxonomies as $taxonomy)
{
if(!in_array($taxonomy, $excluded_taxonomies))
{
$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
}
}
}
if(!empty($cats))
{
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";
echo $cats;
echo '</span><span class="text-sep text-sep-cat">/</span>';
}
I did that but all the while, my server’s support had found that the user meta data entry was corrupted in my database….so now I have access.
But now I am having a problem with portfolio items not showing under the french portion of the website. I am using WPML plugins (which I purchased) and it work pretty well, except for portfolio items.
all the French Portfolio items only show as 404 pages:
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/design-web/
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/photographie/
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/diffusion/
http://www.la-boite-a-ouvrage.com/fr/portfolio-item/graphisme-2/
And I don’t see the : “edit this portfolio entry” in wp menu
Can you help ?