-
Search Results
-
As per title I need to create some custom category archive pages. i found this on WordPress Codex:
http://codex.wordpress.org/Category_Templates
but it does not work on Enfold (i guess because of the Avia framework).So, how do I create such pages?
Thanks.
I have 3 theme hacks that I have to update every time you update, perhaps you guys can easily point me in the right direction with them? The first hack adds title tag to the logo- for whatever reason the theme does not add it correctly.
Theme/framework/php/function-set-avia-frontend.php
Line 426 to:if($logo = avia_get_option('logo')) { $logo = "<img src='{$logo}' alt='{$alt}' title='{$alt}'/>"; $logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>"; } else { $logo = get_bloginfo('name'); if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$alt}'/>"; $logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>"; }I manually added in title='{$alt}’ in both statements to get the title to work.
The second hack is to add text to the cart button, and to hide it with a CSS indent.
Edit config.php in enfold\config-woocommerce\config.php
Line 758$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";The hide class has my indent/hide code on it.
The last hack is to add customability for visibility to theme menu’s, which I found in your forum here.
Add code to enfold/functions.php
add_theme_support(‘avia_conditionals_for_mega_menu’);
On line 17
Under
if(isset($avia_config[‘use_child_theme_functions_only’])) return;Reference: From <https://kriesi.at/support/topic/enfold-conditional-menu/>
Is there any way to bring this into the child theme functions.php so I can stop hacking the theme?
Thank you guys so much for the help!
Topic: Changing Border Size.
I am able to change the Border color of the Main Content in the Enfold menu but is it possible to change the size of that border. Currently it seems like it’s 1px, how can I change that value?
Hi guys,
Quick question, because I am rather new to child theme setups.
I have made changes to config-templatebuilder > avia-shortcodes > masonry_entries.php
AND
header.php
I copied the entire header.php file as well as created a directory called config-templatebuilder, and within, a directory avia-shortcodes and placed a copy of the masonry_entries.php file.
Is this correct?
Should I copy the contents of the entire file or just add my changes in that file within the child theme? Reason I ask is because of future theme updates.
Direction much appreciated.
David
Hi guys,
I just wanna make sure if tabbed content in Enfold theme is SEO friendly?Thanks!
JAsonSince upgrading to the latest version of the theme (2.5.x) some fundamental Woocommerce features no longer work in IE9. The plus and minus buttons that allow a user to change the product quantity are not rendered on either the product view page or the cart. Also the cart widget that appears in the header is not displayed, instead a message is now displayed above the product archive or product.
Please could you advise how to correct this as this worked in IE9 pre version 2.5.
Thanks,
Neil
hi,
I tried to change the space between the footer content and the footer border (top & bottom) with the following code which I found here in the forum:
“You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0#footer {
padding: 0; }
by default it is 15px 0 30px 0Best regards,
Yigit”
Unfortunately nothing changed. my site: http://www.draussen.atI’ve tried to play around with the theme settings but they don’t seem to work on front end.
I am able to upload the logo, and make other changes, e.g. change to content etc but not Enfold theme settings.
Any idea how I can troubleshoot this?
I have tons of those in my html
<div itemtype="http://schema.org/CreativeWork" itemscope="itemscope"></div> <section class="av_textblock_section" itemscope="itemscope" itemtype="http://schema.org/CreativeWork" >Is there any reason for it? Seems a lot of jumped lines and forced lines are being rewritten with this.
Viewing 30 results - 227,161 through 227,190 (of 243,670 total)
