Hi TIA,
You could target them by name but as far as I know there isn’t any class for the sub categories specifically. Eg the body class gets:
archive tax-product_cat term-braais-ovens term-114 stretched open_sans woocommerce woocommerce-page
on this page: http://kriesi.at/themes/enfold/product-category/outdoor/braais-ovens/
Which isn’t a sub category but the same should hold true for all of them. So you could do #top.archive.term-braais-ovens ul.products li a img but it would need to be done for each category you want it to take effect on (braais-ovens being the category for that page).
Regards,
Devin
Thank you for the response, Ismael the shortcodes are below.
[av_toggle_container initial='1' mode='toggle' sort='']
[av_toggle title='<b>Most Common Cause of Painful Swallowing</b>' tags='']
[/av_toggle]
[av_toggle title='<b>Second Most Common Cause of Painful Swallowing</b>' tags='']
[/av_toggle]
[av_toggle title='<b>3 Common Remedies for a Sore Throat</b>' tags='']
[/av_toggle]
[/av_toggle_container]
I appreciate any advice.
Hi, Devin:
Before I posted, I had read a lot about fontface. Now I’ve read the links that you propose too. I’ve tried to run fontface and it doesn’t work for me. My previous doubts remains.
1- Where Do I have to put the /font folder? I’ve created a folder in child theme: “/public_html/wp-content/themes/enfold-child/font”. Should I move the font folder to other place?
2- How Do I have to write the url path? Starting with “/font”? Starting with “..”? Starting with “http://”?
Thanks!
Regards.
Hi,
Can you give us a link to your website? Please download Enfold 1.6.
Add this on your custom.css or Quick CSS
.cart_dropdown {
position: absolute;
right: -60px;
height: 47px;
width: 47px;
line-height: 47px;
text-decoration: none;
text-align: center;
top: 50%;
margin: -24px 0 0 0;
border-radius: 2px;
border-style: solid;
border-width: 1px;
font-weight: normal;
z-index: 101;
-webkit-transition: all ease-in-out 0.8s;
-moz-transition: all ease-in-out 0.8s;
-o-transition: all ease-in-out 0.8s;
transition: all ease-in-out 0.8s;
}
Regards,
Ismael
Hi RichardDyke,
What do you mean by crashing? Are you getting an error or something else?
Have you tried installing via FTP like this: https://vimeo.com/channels/aviathemes/64927356
If you have not already, you may also need to increase your php memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Going up to 128 should be enough.
Regards,
Devin
Hi nimrodmadar,
No, neither of those are able to be done at the moment. But you can add them in to the feature request topic for Enfold here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Hi,
Please set your Avia Builder to debug mode. Add this on your functions.php
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Go to the page with the accordion, look for the actual shortcode of the accordion at the bottom of the Avia Builder. Please paste it here.
Regards,
Ismael
Hi,
It says “In the script on this page, an error has occurred.”
Can you give us a link to the youtube video? Do you know this link maps.gstatic.com?
Regards,
Ismael
Hi,
It works. Check it using FireFox. Chrome doesn’t have rss support.
Regards,
Ismael
Hi All,
Can we take a look at either of your sites? I’m really not sure what you mean by the description. By default, installing the dummy data should go something like in this video: https://vimeo.com/channels/aviathemes/64927356
Regards,
Devin
One last precision sorry :-/
It’s not only the breadcrumb I would like to disable from the blog page set up with enfold admin, it’s the whole header with breadcrumb navigation…(but in case I want to use it one day I still want to know how to be able to translate “home” ) ;-)
Thanks
Hi kale407,
You would need to target each menu by its id and add custom css for each. If you inspect the code when viewing your site you’ll be able to pick out the id number on the menu item.
Something like:
#menu-item-999 {
background: red;
padding-left: 10px;
padding-right: 10px;
}
Regards,
Devin
Hi guys,
I saw that you guys dropped the 1.6 update so I installed it and this issue hasn’t been fixed.
I’m under the impression that this is def a theme issue, anyone using the grid layout with the Title and Excerpt chosen and anyone using v1.5 or v1.6 is having the same issue. I’ve tried all of the mentioned suggestions and none of them fix the problem. I really want to use this theme but it’s broken and I’m hoping you guys can fix this really soon.
Isn’t this something that could be fixed in a few hours, add the option to chance the excerpt length in the Avia Layout Builder or Enfold Theme Options panel, and then drop a 1.6.1 update over the next few days?
Thanks for your time.
More comments and suggestions.
1. Please re-consider adding a Load More (infinite scrolling) button for loading more portfolio items instead of pagination.
2. Please consider masonry layout option for both portfolio and blog.
3. And for the blog, the Load More function would be great for masonry layout.
4. Regarding the Ajax preview, it would be great if the preview window opened in proximity to the selected item, instead of always on top.
Thanks!
Hi ,
I have many difficulties with this as well.
1- When I want to use the enfold admin to select the page where the blog will be displayed, I have the breadcrumb menu which I don’t want. Can you tell me how to get rid of it?
2- If I want to use instead a blog module on a page I call “blog” I have two problems. The page looks blurry, and if I select show full post thinking it would show my post where I have inserted a “read more” option (when I wrote the post) it overwrite it and shows the full post.
If on the contrary I use the excerpt option, the text is cut but I want it to be cut exactly where I put the “read more” option and this is not possible.
So, I am unable to create my blog page.
Can you give me solutions for these two problems: get rid of breadcrumb menu when using enfold admin to display blog AND make that is i use a blog module on a page it doesn’t look blurry.
Kind regards,
Hello,
For some reason the accordion on my homepage http://www.hurtstoswallow.com stopped functioning. I have 3 tabs with various text (limited html tags).
The toggle function does not seem to be working for this accordion anymore. I created an alternate accordion just to test this feature and the toggles worked just fine. When I placed the text back in, it went back to not working.
Any help would be greatly appreciated.
Thanks,
John
Hey there,
I don’t know if it’s been suggested already, but I think it would be pretty useful to add the possibility to duplicate pages as they are in the backend.
It’s a great option when you have to create a new page from scratch using the same exact features of a page/post you previously created, such as a precompiled form for example.
I use it to send customized surveys to clients during my individual consulting and since I have a survey of around 60 questions, it would be great to be able to duplicate the entire page as is, rename it, and customize questions or background images accordingly.
I saw the “duplicate” feature virtually everywhere in each WP theme but in Enfold.
;-)
Keep up the great work, I love this theme!
Edit by Devin: You can save the Advanced Layout Editor Templates in the upper
right hand corner of the editor by clicking on "Templates"
Can you describe how to recreate the portfolio 4 column that you have in the demo? The elements that I like about it is having several portfolios represented by single images with a title below the image in a text bar with that arrow centered above it pointing to the image.
Plus, it would be great to have the english translation of the error message you are seeing! :)
It’s weird because the thumbnails at the bottom are in the same video playing widget (wp video lightbox) and they load okay… ?
Hi There
I am creating a site at newadsend.wpengine.com using your Enfold theme. Gotta say it’s the easiest, most comprehensive and most flexible theme i’ve ever worked with. Well done on creating such a great theme.
One little issue im having is that a random div keeps appearing on some of my pages, and I have no idea where it comes from.
If you look at the bottom of this page (http://newadsend.wpengine.com/features/validate/) there seems to be a big white gap between the bottom of the testimonial in the grey area and the top of the footer CTA in the black area, where as doing the exact same thing on this page (http://newadsend.wpengine.com/customers/leedham-creative/) (hosted on WPengine) and the gap isnt there. Note i dont want the gap to be there and am trying to get rid of it.
There appears to be a div in the called ‘after_section_1’? How can i get rid of this div so that the customer testimonial sits directly above the footer CTA (like it does on http://newadsend.wpengine.com/customers/leedham-creative/)
Look forward to hearing from you
Aaron
Hi everybody, first of all congrats for this wonderfull theme !
I’m having 2 issues with enfold theme on my website (http://enfold.qualistream.com ; log: next ; pwd: next)
1rst issue : When having the mega menu option, it’s impossible to access to sub-menus (column or row) with a mobile device (for e.g. I can’t access to my submenu “Home / Solutions / Audit” throught a mobile device). http://content.screencast.com/users/bsanguinetti/folders/Jing/media/e59d24a9-f072-4067-b6d8-76a5b08f4cb3/2013-06-11_1014.png
2nd issue : I’m having a youtube video embedded on my Home page with LayerSlider. When playing the video and scrolling down through the page, the video appears over the menu ! http://content.screencast.com/users/bsanguinetti/folders/Jing/media/7f1ee88b-0453-4455-9feb-83726fa23929/2013-06-11_1011.png
What can I do to fix this ? Tell me if I’m doing something wrong !
Thanks
I tagged this thread for Kriesi. Afaik he didn’t modify the slider files extensively but he just made a few adjustments (we removed some skins which are not supported, deactivated the autoupdate notifier because the user can’t update the plugin without a valid plugin license and Kriesi added some import code in wp-contentthemesenfoldconfig-layersliderconfig.php). That’s it. I’ll ask him to report these bugs to the LayerSlider plugin author.
Enfold uses PrettyPhoto: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/ which also supports iframes or “hidden inline content”:
For an iframe use following html code:
<a href="http://www.twitter.com?iframe=true&width=400&height=200" rel="prettyPhoto">Twitter.com</a>
and replace Twitter.com with your url.
For inline content use:
<a href="#inline-1" rel="prettyPhoto" >More information</a>
<div id="inline-1" class="aviahide">
<p>This is inline content opened in prettyPhoto.</p>
</div>
and insert following code into the quick css field to hide the content
.aviahide {
display: none;
}
It seems like the video (or something else) triggers a js error with IE8:

Probably the embed script is not compatible with IE8 anymore.