Forum Replies Created
-
AuthorPosts
-
February 19, 2014 at 2:23 am in reply to: price range for variable products on woocommerce shop page #225899
Hey Pedro!
Refer to this article:
http://gerhardpotgieter.com/2014/02/13/woocommerce-2-1-variation-prices-revert-to-2-0-format/Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.wgm-kleinunternehmerregelung { display: none; } .entry-summary .woocommerce-product-rating { top: 1px; } .price{ font-size: 0 !important; } .price span.amount:nth-child(2) { display: none !important; } .woocommerce_de_versandkosten { font-size: 14px !important; }
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueChange the code to this:
add_filter( 'wp_nav_menu_items', 'my_custom_menu_item', 10, 2 ); function my_custom_menu_item ( $items, $args ) { if(is_user_logged_in()){ return $items; }else{ if (is_object($args) && $args->theme_location == 'avia2'){ $items .= '<li class="menu-item custom-menu-item"><a href="" rel="nofollow">Anmelden</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page">'.do_shortcode("[av_sidebar widget_area='Anmelden']").'</li></ul></li>'; } } return $items; }
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.custom-menu-item .avia-builder-widget-area.clearfix { opacity: 1 !important; display: block !important; right: 0 !important; }
Cheers!
JosueIt may be an isolated case, if it happens again reply to this topic.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueDe nada :)
This will do it:
.avia_ajax_form p { margin-bottom: 0; } .value_verifier_label { bottom: 2px; }
Regards,
JosueHey!
The link didn’t show.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueFebruary 18, 2014 at 5:31 pm in reply to: WordPress Multisite, multiple childthemes possible? #225612Hi!
I don’t see it neither on my local 2.5.2, i’ve been informed that Kriesi disabled this feature in order to improve it and release it in the next version of the theme.
In the meantime you can use this plugin: WP MigrateDB or WP MigrateDB PRO
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
This seems to be a Menu corruption issue, try the following: activate the default WP theme and delete that menu you have there, then switch back to Enfold and you should be able to see that Page.
Regards,
JosueFebruary 18, 2014 at 5:19 pm in reply to: (Website with "vibration" moves all(Página web con "vibraciones", se mueve todo) #225592Creo que ya lo vi, intente añadir esto al Quick CSS:
#main * { -webkit-backface-visibility: hidden; }
Saludos,
JosueHi!
Try using the Chrome Dev Tools to mimic what you have before, i mean try reversing to the older version with the shortcode and copy the correct HTML, then when you paste it you just need to add the rel=’prettyPhoto’ attribute.
Cheers!
JosueHey!
Did you install the plugin before adding the code?
http://wordpress.org/plugins/wp-gallery-custom-links/Regards,
JosueHi!
This is a server-side problem, it would be better to contact your hosting support regarding this issue.
Best regards,
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
JosueFebruary 18, 2014 at 5:02 pm in reply to: .bottom_nav_header.social_header .main_menu>div, full width border-bottom #225559Hey!
This will do it:
.mobileMenu { display: none !important; }
Regards,
JosueFebruary 18, 2014 at 4:58 pm in reply to: the Advanced Layerslider shows two grey lines I want to hide #225554Seria #layer_slider_1, puedes fijarte esto si inspeccionas el elemento usando el Dev Tools de Chrome o Firebug en Firefox.
#layer_slider_1 { box-shadow: none !important; } #after_layer_slider_1 { border: 0 !important; }
none y 0 hacen lo mismo, pero se pone distinto porque box-shadow acepta none y border 0.
Saludos,
JosueFebruary 18, 2014 at 4:53 pm in reply to: I can't change my background colour of the boxed layout? #225550It won’t, that’s stored in the database and wp-content/uploads folder.
Best regards,
JosueHey!
This would be the code:
function my_custom_menu_item ( $items, $args ) { if(is_user_logged_in()){ return $items; }else{ if (is_object($args) && $args->theme_location == 'avia'){ $items .= '<li class="menu-item custom-menu-item"><a href="#" rel="nofollow">Asd</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page">'.do_shortcode("[_PUT_YOUR_SHORTCODE_HERE]").'</li></ul></li>'; } } return $items; }
Regards,
JosueHi!
Try putting the button in HTML format instead of using a shortcode:
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling EMR4"><a href="http://www.xxxx.com?iframe=true&width=100%&height=100%" class="avia-button avia-icon_select-no avia-color-blue avia-size-small avia-position-center " rel="prettyPhoto[iframes]"><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">95%</span></a></div>
Best regards,
JosueHi!
Try uploading a bigger image:
http://www.matt-morse.com/wp-content/uploads/2014/02/MVP-Logo-e1392317702880-80×80.jpgBest regards,
JosueHi,
Can you post a link to your website please?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome :)
Hi Brad!
Please try Peter’s fix here https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Best regards,
Josue -
AuthorPosts