Link submitted in the private reply. For the non admins:
I have the latest version of Enfold under a child theme. Not much in the child theme except css and two modified shortcodes.
This reply has been marked as private.
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Cheers!
Yigit
Dear Support
It seems there are multiple H1 tags in posts, which creates some serious SEO issues,
I found in functions-enfold.php where all the default settings are set for titles:
$defaults = array(
‘title’ => get_the_title($id),
‘subtitle’ => “”, //avia_post_meta($id, ‘subtitle’),
‘link’ => get_permalink($id),
‘html’ => “<div class='{class} title_container’><div class=’container’><{heading} class=’main-title entry-title’>{title}</{heading}>{additions}</div></div>”,
‘class’ => ‘stretch_full container_wrap alternate_color ‘.avia_is_dark_bg(‘alternate_color’, true),
‘breadcrumb’ => true,
‘additions’ => “”,
‘heading’ => ‘h1’ //headings are set based on this article: http://yoast.com/blog-headings-structure/
);
and added this line underneath the above array:
if ( is_single() ){ $defaults[‘heading’] = ‘h2’; }
is it possible to fix the issue in your releases so the updates do not overwrite our manual fix?
I had this question a couple of months ago and your solution was to upgrade to the most recent version of the theme but it’s happening again. You can see the site here http://sunglofeeds.encore-domains.com/ Everytime I I check “enfold main menu” and click save it doesn’t keep the box checked. Any thoughts?
Hi!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.sub_menu { font-size: 10px; }
2- Please go to Appearance > Menus and click on Screen Options and check “Link Target” and then choose the menu items that you would like to open in new tab http://i.imgur.com/bOLs66V.jpg
Best regards,
Yigit
Hello!
I found this closed thread here, which got me started but I’m having troubles.
1. I have created a slide PNG image that is two time larger than my selected Easy Slider size (710x270px). In theory I could upload it and would work for either retina displays or not. But it just refuses to upload (its only 428K).
2. I exported a copy of this slide as a JPG and COULD get it to upload, however the Easy Slider is choosing to display the 710x270px image when in fact, I’d like to display the 1420x540px version so it works on retina devices.
What am I doing wrong?
Unfortunately, that’s exactly what I have done. First, I completely erased /enfold folder on site via ftp, then uploaded the new /enfold folder. I didn’t overwrite. And I have no child themes.
-
This reply was modified 12 years, 2 months ago by
Vermishelle.
Hi!
In WordPress dashboard, please go to Portfolio Items > Portfolio Items to see all your portfolio items. There you can click “Edit” on the one that you would like to edit.
Please take a look at new Enfold documentation here http://kriesi.at/documentation/enfold/
Cheers!
Yigit
Hi AndrewDelaware!
Please update Enfold to the latest version 2.4.5 and WordPress to version 3.8. It should solve the issue
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hey nunomiguelm!
You can simply upload it in Enfold theme options http://kriesi.at/documentation/enfold/add-your-own-logo/
Then you can post the link to your website and we can provide you custom CSS code to make it larger
Best regards,
Yigit
Hi debkeller!
In WordPress dashboard, please go to Appearance > Menus and create a secondary menu then create a new link and add it to your menu http://i.imgur.com/9I3QF9j.jpg and check “Enfold Secondary Menu” in Menu settings http://i.imgur.com/0NhStlP.jpg
Cheers!
Yigit
Hey pdfpro!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#av_section_1 .avia-section { min-height: 30px;
padding-top: 5px; }
Regards,
Yigit
Hi debkeller!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.blog .title_container { display: none; }
Regards,
Yigit
This reply has been marked as private.
+1 Custom Post Type for Team Member – I’d like a separate Team Member detail page – probably similar in layout to an Author page.
Hi,
After an updating of my enfold theme, I’ve a problem with the size of the picture.
The size is not respected by the theme and are much too big.
Do you know this bug?
Thanks for your answer.
Cédric Lefrancq
Hi,
my site has two complete different subjects: “photography” and “painting” and I would like to use for each subject a complete separate portfolio section. Each portfolio section has its own categories (photography: landscape, macro etc. | painting: abstract, collage etc.).
I think of the slug “portfolio” for example or the portfolio archive … My “photography” portfolio items and the “painting” portfolio items should not been mixed anywhere at the site; none of the one section should appear in the “filters” for example at the other section.
Is this currently possible with ENFOLD, to have different and independent from eachother portfolio sections?
If not, do you have any suggestions?
Thanks.
HI
Many thanks for this – right now messing around with illustrator etc to try and get some decent images.
On a different topic – I am getting lost as to how to edit the images that are displayed in the three large boxes under single portfolio 2/3 slider – which goes across the page in 3 colums on the template home page – when I click edit it just allows you to change how many display etc. How to I change the actual images?
Thank you!
after adding this my website goes blank? once I have removed the above code from functions.php it came back again. any idea
Furthermore. I am trying to identify why /store/ pages are still showing mixed and are not secure other than the logo issue. Any ideas and direction for finishing this up would be great. I know there are a lot of questions about enfold multisite ssl and this would help.
Thanks guys
Hi guys,
I am still wrestling with this SSL issue. I need the logo to direct to a https://hazelwoodsoapcompany.com vs http, Where do I make this adjustment?
Regards,
David
Site – http://hazelwoodsoapcompany.com
Hey Dude,
Sorry to bother you but could you confirm that the drop down is visible on other pages as well (“News”, “About us”, etc.)?
The default behavior, if I understand correctly, is for the drop down to slide out from the right whenever the cart is not empty, right? Like here: http://kriesi.at/themes/enfold/shop/
I’ve tried to reproduce it on several browsers and computers, yet unsuccessfully.. The problem goes away if I deactivate WPML String Translation plugin.
Hey…
Setting the “Slideshow image Size” does not work. (at least like i want…
example:
Image1: height 1600px width 500 px
image2: heigth 500px width 1600 px
Slideshow image size = 1500 x 800 max
-> image1 is scaled up to fit the whole width of the Easyslider Element. so it is to high, to display it without scroling
-> Iimage2 is scaled down, because it is to large in width.
So for me it seems, that in the EasySlider element everything is scaled depending on the width of the Slider.
But i wish to define a maximum hight. so that Image1 get scaled to reach the 800 px max heigth and is then displayed centered in the Slide Element (like it works in the FullscreenSlider)
Greets Maik
This reply has been marked as private.
Hi,
Here is my site http://www.simonanddylandecorators.co.uk
When i visit it on a mobile phone it shows the wrong homepage. It should just show the normal Enfold-themed homepage but instead shows a basic mobile-ready homepage. It looks fine on a tablet.
I’ve tried deactivating all the plugins but the problem remains.
Any help is much appreciated. Thanks.
Hey!
I’ve noticed that WPML String Translation prevents the cart drop down from showing up on a page. It only appears on the main shop page once “Add to Cart” is clicked. Is this a known issue?
My configuration:
Thanks!
-
This topic was modified 12 years, 2 months ago by
Dude.
please have a look again. i attached the advanced layer slider with the vimeo videos on top of the website !
thanks for the links, i will read them.
another point:
i have changed the header to small fixed. first i had the small non fixed and edited the css so i had no padding at all with the header.
it was only 20 pixels or so, enought to see the main menu.
now that i have small fixed i got this huge white gap under the menu again. when i scroll down the header gets back to the way i want to look it like.
how can i change this ?
very much thanks for helping me !
i am really a beginner to all this .
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce-tabs ul { list-style: disc; }
Cheers!
Yigit
Hi!
You can find some code snippets on new Enfold documentation here http://kriesi.at/documentation/enfold/
And you can find a list of custom CSS codes that another user shared here https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635
It does look fine on my end http://i.imgur.com/Y2xVTSa.jpg
Can you post a screenshot and show how looks on your end?
Cheers!
Yigit