Hi Yigit,
That’s what I wanted. You’re awesome! :)
Thanks a lot,
Enfold-MT
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#billing_email_field {
clear: both;
}
Cheers!
Yigit
Thanks for the response. Sounds good!
I’m having most of the stuff up an running now. I like the of Multilingual Press Pro much more – and it looks good so far.
2 languages now, 3rd is coming up…
You need to check the account page and billing page, not the checkout registration form.
Hi there,
actually is not really fixed,
that’s how i see the billing address tab
as you can see the email field is without right margin.
Hi!
It seems like it was because of one of your custom codes and it was fixed when you remove them http://i.imgur.com/9boggsu.jpg
Best regards,
Yigit
Hey!
You have added many custom CSS code such as following
.col2-set .col-2 {
height: 302px;
}
They mess up the look of your checkout page. Please firstly remove them. This is how i see your page right now http://i.imgur.com/y9OVkzM.jpg
Regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hey miso00!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#footer, #socket .container { padding: 0; }
#footer .widget { margin: 0; }
2-
#top .price span {
float: left;
clear: left;
}
Cheers!
Yigit
Hi MT-Enfold!
Can you post the link to your website and point out the section so we can make sure to target the correct class? If whitespace you are talking about is the one on the bottom of the content, please add following code to Quick CSS in Enfold theme options under Styling tab
.content { padding-bottom: 0; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#mylogosection .avia-section { min-height: 45px; }
Cheers!
Yigit
Hi!
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit. If that does not work, please try updating the theme ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ )
currently header-scrolled class is not being added to header on homepage
Best regards,
Yigit
Hey!
I tried to login to your website but login credentials are incorrect. It says “ERRORE: nome utente non valido. È stata persa la password? ”
Please send login credentials again
Best regards,
Yigit
Hi Mkieling!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.entry-content-wrapper .post-title{
font-family:"Times New Roman",Georgia,Serif;
}
Cheers!
Yigit
Hi,
Everything was fine with my theme…Today I have updateded my enfold Theme via filezilla . I copied enfold folder> the newest version.
In Firefox: All font face symbols are broken! (search symbo in header etc…)
Can you help with that firefox 26 -font- face problem???
Firefox updated
Windows8.1 updated Started PC again
Firefox cache cleared
.htacess:
<FilesMatch “\.(ttf|otf|svg|eot)$”>
SetEnvIf Origin “^http(s)?://(.+\.)?(medientanz\.de|medientanz\.de)$” origin_is=$0
Header set Access-Control-Allow-Origin %{origin_is}e env=origin_is
</FilesMatch>
Webpage:http://medientanz.de
Thanks Thomas
Hi,
Just installed Enfold on a new WP install, imported the dummy data and set the menus but I can’t see the Top Navigation Menu. The only thing that seems to be showing is the “search” icon.
However, if I switch to the twenty fourteen theme, or any other stock themes, the Top Navigation Menu shows without problems.
Any idea why this is?
Looking forward to your response, thanks!
Fox
Hi,
“The css above hides the sorting on woocommerce pages that present themselves as category archives but does *not* hide it on the general shop page.”
Yes, this is not a solution for my problem. It looks like, this problem can not be solved with css.
Regards,
Agnes
Hey charly!
Please see http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can copy and paste shortcodes
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.social_header .phone-info { font-size: 18px; }
@fmessner thanks for your help :)
Cheers!
Yigit
Good Morning,
I am in process of integrating an existing CodeIgniter site to incorporate the Enfold WordPress theme for styling the majority of the content.
This is done through calling WordPress “require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ ); ” in codeigniter index.php file.
However as this method does not load all of the Enfold wordpress theme configuration the Front Page does not display the correct Full Width Slider instead it is wrapping this slider inside content and article div’s.
I believe that this due to the FrontPage ID check not being returned correctly and therefore as Part of “template-builder.php”
//check first builder element. if its a section or a fullwidth slider we dont need to create the default openeing divs here
$first_el = isset(ShortcodeHelper::$tree[0]) ? ShortcodeHelper::$tree[0] : false;
$last_el = !empty(ShortcodeHelper::$tree) ? end(ShortcodeHelper::$tree) : false;
if(!$first_el || !in_array($first_el[‘tag’], array(‘av_section’,’av_layerslider’,’av_slideshow_full’, ‘av_fullscreen’) ) )
{
echo avia_new_section(array(‘close’=>false));
}
Is there a way to create new template that could mimic the front page or way could manually override the front page checks.
And display the full width slider without it needing to actually be recognised as the front page assigned in the theme settings.
Cheers
Paul
Hi,
I think I posted this yesterday, but I cannot find it any more.
In the Enfold Demo there is this section that has a scrolling feature. (where stands: In case you need help)
How can I achieve this effect. I know it has something to do with a Color Section.
In firebug I found that is is achieved by using a parallax-ratio:
v id="av_section_6" class="avia-section socket_color avia-section-default avia-no-shadow avia-full-stretch av-parallax-section avia-builder-el-47 el_after_av_section el_before_av_section container_wrap fullsize">
<div class="av-parallax avia-full-stretch" style="background-repeat: no-repeat; background-image: url("http://kriesi.at/themes/enfold/files/2013/04/room.jpg"); background-attachment: scroll; background-position: center top; height: 522.8px; transform: translate3d(0px, 41px, 0px);" data-avia-parallax-ratio="0.3"></div>
But I can’t find this feature anywhere and I want to edit it in somehow.
Can you help me out on this?
Thank you!
Hey!
I’m still not clear on what you are looking to have done. The css above hides the sorting on woocommerce pages that present themselves as category archives but does *not* hide it on the general shop page.
From your examples the facsimilie-books-shop shows the sorting but the product-category/new does not.
Ultimately if you need a custom solution you would need to hire a freelance developer as this is already outside what we cover through support. Hiding the sorting options through css is doable and simple as long as the page has selectors we can grab on to. But within WooCommerce or the theme there isn’t an option to show/hide them on specific pages at will.
Regards,
Devin
I installed the update and the theme is working ok now, but i still get this error when I tried to access wp-admin
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 87 bytes) in /home/sylviaon/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns.php on line 229
sylviaontheweb.com
The ability for the contact form to redirect to a thank-you page (otherwise your theme, which is otherwise very good, becomes crippled by the inability to track conversions from for example PPC campaigns – which is CRUCIAL if you have a website used for business purposes and you drive traffic to it with pay per click advertising).
Hey!
the problem is: on the Woocommerce /Settings/ Products page, I can determine:
1. the SHOP page to show wether categories, or to show products.
2. a CATEGORY page to show wether subcategories, or to show products.
I would like to remove the woocommerce product sorting on pages, that display categories. (It can be the shop page or a category page also) For example my shop page is: http://www.pytheasbooks.com/facsimile-books-shop/
I want the product sorting would be visible on pages, that display products (It could be the shop page also, when I choose the setting in woocommerce, to show products) : http://www.pytheasbooks.com/product-category/new/
So, I would like to show/not show woocommerce product sorting depending Woocommerce /Settings/ Products options.
I hope I was clear, thanks
Agnes (McGawain)
This reply has been marked as private.
Hi!
1) Please go to the wordpress dashboard and select “English” from the language switcher (admin bar at the top). Then go to Pages > Add New and add a blog page to your website. Then save the page and translate it to Italian.
2) Go to Enfold > Theme Options and select the blog page for your “English” website. Then click the “Save Options” button. Afterwards select “Italian” from the language switcher and configure your blog page for the “Italian” website (select the page you created when you translated the “English” blog page – see 1). Save the settings and now both pages are blog pages and connected to each other.
Best regards,
Peter
Hi guys,
I have read through many forums on the subject and have tried everything.
Until I tried activating another theme, then boom! The “add-to-cart” button displayed.
So something between Enfold and Woocommerce is conflicting.
Anyone have ideas of what it could be?
Thank you