Forum Replies Created
-
AuthorPosts
-
Thank you :)
It seems not to display search icon <485px but I’ll fix it.
Thank you!Thanks Ismael.
I cannot find this web-inspector-hide-shortcut-style… Where did you find this in the code?The code you suggested added.
But nothing chaned.Thanks.
MSure. There it is.
You can see that one icon covers another depend on the screen width.Thanks.
October 22, 2015 at 2:53 pm in reply to: Centered menu items | search and cart icons on the right hand side #523003Thank you Yigit!
October 22, 2015 at 2:45 pm in reply to: Centered menu items | search and cart icons on the right hand side #522989Great… we are very close. Now The search icon should be on the right hand side, close to cart icon.
October 22, 2015 at 12:54 pm in reply to: Centered menu items | search and cart icons on the right hand side #522906Sure :)
I returned to default settings.
October 22, 2015 at 12:37 pm in reply to: Centered menu items | search and cart icons on the right hand side #522892Hi Yigit,
Thank you.
No… not at all.
Still I need to have menu element in the same line as logo as well as search and cart icon on the right in the box (cart icon unsticked from the edge).Thanks!
I found the solution. Change
$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."></span><span class='av-cart-counter'>0</span><span class='avia_hidden_link_text'>".__('Shopping Cart','avia_framework')."</span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
to
$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."></span><span class='av-cart-counter'>".$woocommerce->cart->cart_contents_count."</span><span class='avia_hidden_link_text'>".__('Shopping Cart','avia_framework')."</span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
in theme/config-woocommerce/config.php
This won’t work for a child theme unfortunately.
I found the fix.
Yigit – I can fix it from CSS editor – there’s no hassle.
But it would be perfect to have such ability from the panel.The editor does not know CSS and she doesn’t want to bother devs to point which element should be colorized.
Hi Yigit,
But I have certain element to colorize – not all ;)
Thanks.I’m sorry it works ;)
Hi, Thanks Elliott.
I reduced the number to 1 and the animation time is still quite long.Any idea?
February 26, 2015 at 3:58 pm in reply to: Shortcode to insert in full-width advanced builder module #402740Thanks. It works. ;)
February 26, 2015 at 3:41 pm in reply to: Shortcode to insert in full-width advanced builder module #402728Hi Yigit,
Thanks but it seems not to solve the issue.
I just need this [mediagrid cat=”132″] to appear in full with way.
So I removed section:
But nothing has changed. :(
Hi Devin,
This seems not to work any more.
I’ve got white screen of death.February 20, 2015 at 8:38 pm in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #399864OK. Here’s solution for single product view with left sidebar:
CSS:
.single-product .productblock { width: 68%; margin-left: 4%; clear: none; float: right; }
functions.php:
# # wrap single product image in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2); add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20); function avia_add_image_div() { echo "<div class='productblock'><div class='single-product-main-image alpha'><div class='ggg' rel='xxx'></div>"; } function avia_close_image_div() { global $avia_config; $avia_config['currently_viewing'] = "shop_single"; echo "</div>"; } # # wrap single product summary in an extra div # add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25); add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3); function avia_add_summary_div() { echo "<div class='single-product-summary'>"; } function avia_close_summary_div() { echo "</div></div>"; //close out the summary get_sidebar(); } add_filter('avia_layout_filter', 'avia_change_post_layout', 10, 2); function avia_change_post_layout($layout, $post_id){ global $woocommerce; if(is_product()) { $layout['current']['main'] = "sidebar_left"; } return $layout; }
February 20, 2015 at 10:45 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #399530This reply has been marked as private.February 19, 2015 at 8:32 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #398698This reply has been marked as private.February 19, 2015 at 12:30 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #398554This reply has been marked as private.February 18, 2015 at 3:16 pm in reply to: Product Grid module to choose taxonomies (not only products) #398159Thanks
It would be nice to have an additional select for products (just like it is in categories) to add in:
\config-templatebuilder\avia-shortcodes\product_grid.phparray( "name" => __("Which Entries?", 'avia_framework' ), "desc" => __("Select which entries should be displayed by selecting a taxonomy", 'avia_framework' ), "id" => "categories", "type" => "select", "taxonomy" => array("product_cat","othertaxonomyname","yetanothertaxonomyname"), "subtype" => "cat", "multiple" => 6 ),
Thanks…
To be exact I want this icon (and on hover elements) to appear in the other place as well:
February 4, 2015 at 3:33 pm in reply to: How can I add some text to the right of the logo area? #390764Thanks Josue,
It would be great to have a list of AVIA hooks for the future anyway ;)HAve a nice day!
February 2, 2015 at 3:05 pm in reply to: How can I add some text to the right of the logo area? #389334@Yigit but in adds text within ‘<a’ element.
How to set anything after logo element (but still in class=”content” div?
Adding action to ava_main_header or does another div not inside the content.
This reply has been marked as private.Thanks Elliott but I need it on the LEFT ;)
January 26, 2015 at 10:05 am in reply to: ENFOLD SINGLE PRODUCT PAGE- SIDEBAR WILL NOT APPEAR ON THE RIGHT #385319Hi Elliott.
I’m sorry I meant Quick CSS settings :)This reply has been marked as private.Hi Elliott – Once again. I need no classed but id’s – just for one-page elements.
Thanks.
-
AuthorPosts