This reply has been marked as private.
Thanks Peter, that’s great!
Loving the support given by Kreisi themes! Can’t possibly buy any other now!
Thanks again,
Victoria
Hello Dave!
Thank you for posting a detailed one :) Do you mind creating a temporary admin login so i can login and take a look?
Regards,
Yigit
I tagged this thread for Kriesi. He developed the framework and he can comment on the issue.
Hi,
a client told me that the Enfold demo crashes Safari on iPad 1 & 2 (closes the app). No more infos for that, unfortunately. We don’t use iPads.
Best regards
David
Hello!
I’m not sure what causes the issue but something adds a page (called “auto draft”) to the database. I tried to delete the page but then it shows up in the breadcrumb again. I now solved the issue with a small function which removes the “Auto Draft” link from the breadcrumb. I added the code to the child theme functions.php.
function avia_fix_breadcrumb_trail($trail)
{
foreach($trail as $key => $data)
{
if(strpos($data, 'Auto Draft') !== false) unset($trail[$key]);
}
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_fix_breadcrumb_trail');
Cheers!
Peter
This reply has been marked as private.
This reply has been marked as private.
Another update (and I should’ve checked this sooner) : The issue also exists in other themes, so I guess it’s not caused by Enfold…
… still driving me crazy, though! :)
Thanks.
How do I remove the text in the footer: enfold theme by kriesi?
Hello Pictori!
Please create me an admin account and post the login credentials as private reply. I’ll look into it.
Regards,
Peter
This reply has been marked as private.
Hi 666666!
Open up /wp-content/themes/enfold/config-layerslider/LayerSlider/list.php and delete following code line
<a href="?page=layerslider&action=import_sample" class="add-new-h2"><?php _e('Import sample sliders', 'LayerSlider') ?></a>
Cheers!
Peter
When resizing the grid layout archive pages like this one:
http://kriesi.at/themes/enfold/blog/blog-grid/ (3 columns)
to mobile width(iphone etc), the items from the 3 columns should display above one another in one column (rather than the alternating 1 large thumbnail item, 2 smaller thumbnails items)
The shop page: http://kriesi.at/themes/enfold/shop/ the 3 columns adjusts this way to 1 column for mobile width
How can I make this change to the 3 column grid layout?
This reply has been marked as private.
Did you try in IE8? It has failed on every PC i’ve tried.
Hello Lene Larsen!
The theme styling is heavily customized and it’s beyond the scope of our support forum. However I noticed that all css code modifications can be found in a stylesheet ( http://www.vacanzanimaux.fr/wp-content/themes/vacanzanimaux/modifs.css ) and you can probably use it as a starting point.
Best regards,
Peter
Hello!
Personally I can’t reproduce the issue on my pc but I tagged the thread for the other support staff members – maybe they can reproduce it and provide a css fix.
Best regards,
Peter
Thanks for your answer. I know this. But Is it possible create a woocommerce template page for create a layout like my category pages?
In my old theme I override woocommerce templates into my child theme. In enfold is it possible?
Best regards
Ah thank you Josue. We will try this. You are surely the wisest of the Enfold Jedi.
Have a great day and thanks again.
Hello,
It appears that Enfold needs to be fixed in a way, so that topic’s name and the breadcrumb are not getting on top of each other, as can be seen on this page.
Thank you!
Hey kheong!
You can follow these steps. You can add this on js > avia.js.
$('#avia-menu li a').click(function(event) {
$('#avia-menu li a').click(function(){
$('#avia-menu li a').removeClass('active');
$(this).addClass('active');
});
});
Then add this on your custom.css or Quick CSS;
#avia-menu li a:hover, #avia-menu li a.active { background: #ff0; color: red !important; }
You can try the effect by creating a page with 3 Color Sections. Set an id on “For Developers: Section ID” field. Name the sections 1, 2 and 3 respectively. Go to Appearance > Menus, create a new menu. Add custom links with URL like #1, #2 and #3.
Regards,
Ismael
Site is tg.bongo.cc
I have the colors figured out – but I have 2 remaining problems.
1) the 1st 3 main menu choices all have a single sub menu item, each linking to a page. Main menu items also link to pages. Client wants the submenu items to remain visible on respective pages and …
2) client wants the main menu item to remain active color (orange) when on the sub menu page.
I know – the pages don’t make any sense to me either – they just want orange for the active menu, which I’ve got working, the sub menu choice to stay visible when it’s on that particular page ( so, for example, PRECISION MEDICINE and it’s sub-menu item; KIDNEY GRAFT STATUS would both be orange and KIDNEY GRAFT STATUS would remain visible after mouse-out.
Great theme!
Hi pmconsulting!
Can you please give us a link to the website?
You can add this on your custom.css or Quick CSS:
.current_page_ancestor.active-parent-item > a {
color: red;
}
This is for the current submenu item:
.current_page_ancestor.active-parent-item > .sub-menu .current-menu-item a {
color: red !important;
}
Regards,
Ismael
Hi, Could you please help in resolving following issues?
1. I am using grid layout for my blog. Featured image is not shown on single posts. If I change blog style to “Single Author, small preview”, then featured image is shown as small preview on the left side of single post. How can I show featured image as small preview on the left side of single post in grid style blog layout?
2. My site http://www.yupmom.com is setup in “Responsive Layout Large (Max width:1210px)”.
When I open my site http://www.yupmom.com in IE8, entire site is shown in width 910px, where as in other browsers (firefox/chrome) site is displayed in width 1210px. How can I make IE8 also display my site in width 1210px?
3. In IE8, the images in “you might also like” area under a single post are stretched. How can I fix this?
Regards
Sree
This reply has been marked as private.
Hey NavGrief!
Can you please give us a link to the product page with the huge images? Have you tried to regenerating the thumbnails?
Regards,
Ismael
(In the meantime, a simpler question:)
Why do my links and all bolded items show as the same color? Seems confusing…
It seems the Enfold design tab doesn’t give me an option to separate them {all strong tags vs. links} -?
Hey subra68!
You’re using a very old version of theme. Please download Enfold 2.3.2 on your themeforest account then override the theme files via FTP. https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael