Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using our theme and the bug report.
This bug occured with WP version 4.2.
I added a fix and it will be released in the next update.
Best regards,
GünterHey!
Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Best regards,
GünterApril 28, 2015 at 11:40 am in reply to: Post Thumbnail Display Size 81px vs. Image Size 180px #435935Hey Frank!
Danke dass Du unser Theme verwendest.
In functions.php des Child Themes (oder des Hauptthemes, wenn Du kein Child Theme verwendest) am Anfang füge das folgende ein (z.B. über Dashboard -> Appearance > Editor):
add_filter( 'avf_modify_thumb_size', 'my_image_sizes', 10, 1); function my_image_sizes ( array $image_sizes ) { $image_sizes['square'] = array('width'=>81, 'height'=>81); return $image_sizes; }
Use https://wordpress.org/plugins/regenerate-thumbnails/ after adding this.
Nur zur Info von Kriesi:
Ist so gewollt. ist bei den kleinen bild dateien normal ned tragisch und stellt gleichzeitig sicher das es auf retina displays auch gut aussieht.
Cheers!
Günter- This reply was modified 9 years, 8 months ago by Günter.
April 27, 2015 at 11:10 am in reply to: I want to move my sub-menu items up to be just under the main items #435148Hi Rhys!
Thank you for using our theme.
Can you give us a link to this page please? And maybe you can add some screenshots and point out, what exactly you want.
Then we can check and give you the correct CSS or JavaScript.
You can post it here as a private reply.
Regards,
GünterHey ivanbangbus!
Thank you for using our theme.
Can you give us a link to this page please? Then we can check and give you the correct CSS. It is not possible to do with the jpg only.
You can post it here as a private reply.
Cheers!
GünterApril 27, 2015 at 11:04 am in reply to: Blog Posts displaying CPT – I want no Title or Post Meta #435144Hi draig!
Thank you for using our theme.
Can you give us a link to this page please? Then we can check and give you the correct CSS or look for another solution.
You can post it here as a private reply.
Cheers!
GünterHey Smaskit6!
Thank you for using our theme.
I visited your site but could not get access to see the problem.
Enfold has all it’s files concerning WC in:
enfold\config-woocommerce
enfold\config-woocommerce\config.php is one of the main files that hook into WC.
Maybe this helps you to solve your problem. Feel free to come backmif you need more help.
Cheers!
GünterApril 27, 2015 at 10:56 am in reply to: Load products automatically or have a load more button in WooCommerce. #435138Hi garamaleki!
Thank you for using our theme.
Try the following plugin:
https://wordpress.org/plugins/infinite-scroll/
Regards,
GünterHey DJQuad!
Thank you for coming back.
If you are using a child theme in functions.php of the child theme put the following:
/* Add a checkbox to the featured image metabox */ if(!function_exists('avia_theme_featured_image_meta')) { add_filter( 'admin_post_thumbnail_html', 'avia_theme_featured_image_meta'); function avia_theme_featured_image_meta( $content ) { global $post, $post_type; if($post_type == "post") { $text = __( "Don't display image on single post", 'avia_framework' ); $id = '_avia_hide_featured_image'; $value = esc_attr( get_post_meta( $post->ID, $id, true ) ); // $selected = !empty($value) ? "checked='checked'" : ""; $selected = "checked='checked'"; $label = '</div><div class="av-meta-extra-inside"><label for="' . $id . '" class="selectit"><input '.$selected.' name="' . $id . '" type="checkbox" id="' . $id . '" value="1" > ' . $text .'</label>'; return $content .= $label; } return $content; } }
Otherwise modify enfold\functions-enfold.php line 1188: locate
$selected = !empty($value) ? "checked='checked'" : "";
and replace with:
// $selected = !empty($value) ? "checked='checked'" : ""; $selected = "checked='checked'";
Regards,
GünterHi VinzentE!
Thank you for using our theme.
Have a look at the following post:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
This should help you to solve the problem.
Best regards,
GünterHi CueDee!
Thank you for using our theme.
Can you give us a link to this page please? Then we can check to give you the correct assistance.
You can post it here as a private reply.
Cheers!
GünterHey fgrippe!
Thank you for coming back.
You can try to add !important like:
margin-top: 0px !important;
.
If this does not work, can you give us a link to this page please? Then we can check and give you the correct CSS.
You can post it here as a private reply.
Cheers!
GünterHey cisqo!
Thank you for coming back.
Can you give us a link to this page please? Then we can check and give you the correct CSS.
You can post it here as a private reply.
Best regards,
GünterApril 23, 2015 at 12:56 pm in reply to: remove the "product count" from "product attributes" #433419Hey garamaleki!
Thank you for using our theme.
Can you give us a link to this page please? Then we can give you the correct CSS or check for another solution.
You can post it here as a private reply.
Cheers!
GünterHey Fran!
https://codex.wordpress.org/Widgets_API
If you want to create a custom widget pls. refer to https://codex.wordpress.org/Widgets_API
Regards,
GünterHi muhannadessam!
Thank you for using our theme.
This question has been posted twice: https://kriesi.at/support/topic/how-can-i-do-subtitle-for-page/
This is closed for reply.
Regards,
GünterHey Simon!
Thank you for using our theme.
Can you give us a link to the two pages please? Then we can give you the correct CSS.
You can post it here as a private reply.
Best regards,
GünterHi Schmu1605!
Danke dass Du unser Theme verwendest.
Letzte Versionen von WC und Enfold und WP sind installiert?
Du kannst einmal versuchen, alle plugins außer WooCommerce zu deaktivieren und einzeln zu aktivieren. Vielleicht gibt es einen Plugin Konflikt.Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das anschauen können. Es wäre hilfreich, wenn Du uns einen screenshot gebem könntest, was passiert ist.
Du kannst den Link hier als Private Reply posten.
Cheers!
GünterHi set_carsten!
Danke dass Du unser Theme verwendest.
Versuche einmal dieses plugin:
https://wordpress.org/plugins/download-shortcode/
Habe es selbst aber noch nicht ausprobiert.
Regards,
GünterHey!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.widgettitle { font-size: 18px !important; }
Not sure, what caused the problem but this should make all widgettiles the same.
Regards,
GünterHey handelsmann!
Thank you for using our theme.
Out of the box this is not possible. As the elements are placed inside a table using CSS won’t help you.
You find the php code for this in woocommerce\templates\single-product\add-to-cart\variable.php
There you can make your changes.
Regards,
GünterHi!
Thank you for your feedback.
I just inspected your link above. It looks fine to me in IE and FF.
There is only the small menubar above the picture and no free space. Did you solve the problem already?
Regards,
GünterHi webpress!
Thank you for coming back.
Can you give us a link to this page please? Then we can check and give you the correct CSS. You can post it here as a private reply.
Best regards,
GünterHey!
Thank you for coming back.
Try the following:
.postid-3403 .template-shop .container { background-color:#2ba359 !important; }
Cheers!
GünterHey underhill123!
Danke dass Du unser Theme verwendest.
Versuche bitte das folgende:
#top .aviaccordion-title { color: #0070b2 !important; }
Falls es nicht geht – Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das genauer anschauen können. Evtl. auch einen screenshot, was Du genau meinst. Du kannst den Link hier als Private Reply posten.
Cheers!
Günter- This reply was modified 9 years, 9 months ago by Günter.
Hey Whippert!
Danke dass Du unser Theme verwendest.
Sicher. Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das anschauen können und Dir den korrekten CSS Code geben können. Du kannst den Link hier als Private Reply posten.
Cheers!
GünterHey!
I’m not sure about your question, but style.css is a required file by WP – you cannot change the name of it.
You can change the text inside the file like
Theme Name: Enfold
to
Theme Name: yourName
Regards,
GünterApril 20, 2015 at 10:37 am in reply to: Any way to get a thumbnail to appear with the posts in Search #431194Hey dominiquehurley!
Thank you for coming back.
As much as I see you already solved the problem.
Best regards,
Günter -
AuthorPosts