Forum Replies Created
-
AuthorPosts
-
March 9, 2015 at 2:05 pm in reply to: woocommerce product items: how to break regular price and sales price into two line? #408073
Hi decode!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS put the following:
.inner_product .inner_product_header del { float: left !important; width: 100% !important; } .inner_product .inner_product_header ins { float: left !important; }
Regards,
GünterHi sjidesign!
Thank you for coming back.
In functions.php try to put the following:
function my_limit_archives( $args ) { $args['type'] = 'yearly'; return $args; } add_filter( 'widget_archives_args', 'my_limit_archives' ); add_filter( 'widget_archives_dropdown_args', 'my_limit_archives' );
Best regards,
GünterHey!
Versuche das folgende:
.woocommerce-product-search .search-field { float: left !important; width: 60% !important; }
Der Text ‘Search Products” wird eigentlich in der Übersetzung von WC übersetzt – oder verwendet Ihr da ein plugin?
Best regards,
GünterHi!
Das dürfte ein Problem von German Market sein – wenn man es deaktiviert, passt es.
Man bekommt bei Euch auch dir Fehlermeldung (Dashboard oben), dass Templates nicht korrekt überschrieben werden – genau dass macht German Market aber.
Habt Ihr die aktuelle Version von diesem Plugin?
Best regards,
GünterHi!
Derf Fehler liegt daran, dass Ihr die Funktion wc_add_notice mit $woocommerce->wc_add_notice aufruft, diese ist aber keine Methode des Objektes woocommerce sondern NUR eine normale funktion.
Habe das richtiggestellt, funktoniert jetzt – Fehlermeldung ist weg,
Cheers!
GünterHi sitesme!
Thank you for using our theme.
You can use the standard contact form (ALB or shortcode) and adjust the column width for each element.
Did you try that?
Cheers!
GünterHey internett!
Danke dass Du unser Theme verwendest.
Ixh nehme an, Du meinst Pages, Categories, Archives.
Das sind die Standard WP Widgets, die von Enfold nur als Default angezeigt werden, wenn keine anderen Widgets definieert sind. Ziehe einfach die 3 Widgets in der Reihnfolge in die Widget Area, die Du möchtest.
LG,
GünterHey bur2000!
Danke dass Du unser Theme verwendest.
Es gibt da ein plugin: https://wordpress.org/plugins/search-exclude/
Versuche es einmal.
Ich selber kenne es nicht und habe es auch nicht getestet.
Best regards,
GünterHi!
Try the following:
.home .post-entry p .thumbnails { margin-right: 25px !important; }
Best regards,
GünterHi!
To target the page titles use the following and add your settings:
.title_container .main-title a { font-size: 25px !important; }
Regards,
GünterHey!
Try to replace the code from Rikard with:
.home .entry-content-wrapper div li { list-style-position: outside !important; padding-left: 10px !important; }
Cheers!
GünterHey!
I leave this post open, in case you have more questions to that topic.
Enjoy the theme.
Best regards,
GünterMarch 5, 2015 at 3:19 pm in reply to: how to customize avia elements in general? – this time promo box #406435Hi Geoff!
Thank you for coming back.
Not really. You have to inspect the hierarchie of classes to the element you need (e.g. using FireBug).
This differs from element to element.
This will work:
.avia-promocontent p { font-size: 25px !important; }
You should add !important to all changes you make in custom.css or QuickCSS to ensure, that it overwrites other settings.
Regards,
GünterHey!
Thank you for coming back.
Try the following and adjust the value:
.home .av_textblock_section .list2 li { padding-bottom: 15px !important; }
Cheers!
Günter-
This reply was modified 9 years, 11 months ago by
Günter.
Hey biggrouppl!
Thank you for using our theme.
You find the code in enfold\config-templatebuilder\avia-shortcodes\portfolio.php line 590.
Regards,
GünterHey!
Freut mich. Ich habe bei Kriesi die Korrektur deponiert – Möglch, dass es im nächsten Update gefixed wird.
Viel Freude mit dem Theme.
Cheers!
GünterHi!
Glad I could help you. I leave this post open, in case you need more help.
Enjoy the theme.
Regards,
GünterHey potentialindia!
Thank you for coming back.
To increase the size of the thumbnals:
.avia_combo_widget .news-thumb { height: 50px !important; width: 50px !important; } .avia_combo_widget .news-thumb img { height: 50px !important; width: 50px !important; }
To remove the tabs:
.avia_combo_widget .tab.widget_tab_comments, .avia_combo_widget .tab.widget_tab_recent { display: none !important; }
To exclude posts with a special category you have to find the ID’s of the categories to exclude and modify the following core file:
enfold\framework\php\class-framework-widgets.php look for (line 935):avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);
and replace with:
avia_get_post_list('cat=-15,-10&orderby=comment_count&posts_per_page='.$posts);
Replace the numbers with your category ID’s.
Hope this will help you.
Best regards,
GünterHi Henrikgood!
Thank you for using our theme.
You can style the border with CSS.
For example put in custom.css or Enfold->Styles->QuickCSS the following:
.av-layout-grid-container .flex_cell { border: 10px solid red !important; }
It will probably be necessary to specify the page and the element more closely.
If you need help, please give us a link to the page and we can provide you with the correct CSS.
You can post it here as a private reply.
Cheers!
GünterHey!
Thank you for coming back.
Try the following:
.avia-icon-list .iconlist_content li { list-style-position: outside !important; }
Regards,
GünterHi SpaceDream!
Thank you for coming back.
Do you mean the titles (headlines) of the posts or the title of the page ?
If you can give us a link to your pages and point out in screenshots what you mean we certainly can provide you with the correct CSS.
You can post your links here as a private reply.
Maybe you can also specify more closely how you want to outline your titles.
Cheers!
GünterHey!
If you need to solve this problem before the next update put this in custom.css:
.avia-button.avia-color-grey, .avia-button.avia-color-grey:hover {background-color: #555 !important; border-color: #333333 !important; color: #fff !important; } .avia-button.avia-color-black, .avia-button.avia-color-black:hover {background-color: #2c2c2c !important; border-color: #000 !important; color: #fff !important; } .avia-button.avia-color-red, .avia-button.avia-color-red:hover {background-color: #B02B2C !important; border-color: #8B2121 !important; color: #fff !important; } .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover{background-color: #edae44 !important; border-color: #CA9336 !important; color: #fff !important; } .avia-button.avia-color-green, .avia-button.avia-color-green:hover {background-color: #83a846 !important; border-color: #6F8F3B !important; color: #fff !important; } .avia-button.avia-color-blue, .avia-button.avia-color-blue:hover {background-color: #7bb0e7 !important; border-color: #6693C2 !important; color: #fff !important; } .avia-button.avia-color-aqua, .avia-button.avia-color-aqua:hover {background-color: #4ecac2 !important; border-color: #3EAAA3 !important; color: #fff !important; } .avia-button.avia-color-teal, .avia-button.avia-color-teal:hover {background-color: #5f8789 !important; border-color: #3F5E5F !important; color: #fff !important; } .avia-button.avia-color-purple, .avia-button.avia-color-purple:hover{background-color: #745f7e !important; border-color: #514358 !important; color: #fff !important; } .avia-button.avia-color-pink, .avia-button.avia-color-pink:hover {background-color: #d65799 !important; border-color: #BB4B85 !important; color: #fff !important; } .avia-button.avia-color-silver, .avia-button.avia-color-silver:hover{background-color: #DADADA !important; border-color: #B4B4B4 !important; color: #555 !important; }
Cheers!
GünterHey ptaljaard!
Thank you for coming back.
No, because a color section is a fullwidth element.
But try to use a “Grid Row”. There you can style the cells with background color and paddings, as you like in the editor and you also have a chance with CSS later.
Regards,
GünterHey halasyt!
Thank you for using our theme.
I could reproduce your bug report and posted a possible fix to Kriesi.
Thank’s for your help and enjoy the theme.
Cheers!
GünterHi!
Can you try to replace the code (see above):
function avia_woocommerce_output_related_products() { global $avia_config; $output = ""; ob_start(); woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>$avia_config['shop_single_column'])); // X products, X columns $content = ob_get_clean(); if($content) { $output .= "<div class='product_column product_column_".$avia_config['shop_single_column']."'>"; //$output .= "<h3>".(__('Related Products', 'avia_framework'))."</h3>"; $output .= $content; $output .= "</div>"; } $avia_config['woo_related'] = $output; }
with the following:
function avia_woocommerce_output_related_products() { global $avia_config; $output = ""; ob_start(); woocommerce_related_products( array( 'posts_per_page' => $avia_config['shop_single_column_items'], 'columns' => $avia_config['shop_single_column'], 'orderby' => 'title', 'order' => 'ASC' )); // X products, X columns $content = ob_get_clean(); if($content) { $output .= "<div class='product_column product_column_".$avia_config['shop_single_column']."'>"; //$output .= "<h3>".(__('Related Products', 'avia_framework'))."</h3>"; $output .= $content; $output .= "</div>"; } $avia_config['woo_related'] = $output; }
Best regards,
GünterHi hsipkin!
Thank you for using our theme.
I’m not quite sure about your question. You are talking about the built in contact form.
You can add a form element to the contact form and choose: “Select Element” from Form Element Type, add your options and move it to be the first element.
If you want to show different input fields depending on the selection this is not possible out of the box. This wouild need customization and is beyond the scope of support.
Regards,
Günter -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts