Forum Replies Created
-
AuthorPosts
-
October 15, 2014 at 1:26 pm in reply to: Translation of Woocommerce string "Warenkorb Zwischensumme" #336105
Hi!
Thank you for using our theme and the forum and the feedback about solving the problem.
Feel free to come back with any problems.
Enjoy the theme.Regards,
GünterHi Courtney!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS field try to put the following:
.avia-slider-testimonials .avia-testimonial-meta-mini { overflow: visible !important; }
Regards,
GünterHallo Neo,
Ersetze die untere Zeile durch:
#top .fullsize .template-single-blog .post .entry-content-wrapper{ max-width: none !important; }
Best regards,
GünterOctober 13, 2014 at 12:27 pm in reply to: enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32 #334812Hey!
Thank you for using our theme and forum.
Glad, you could solve the problem yourself.
Feel free to come back any time you need help.
Enjoy the theme.Cheers!
GünterHey erkuto!
Thank you for using our theme.
Please try to deactivate all plugins. Maybe one of the plugins causes this problem. If the problem still occurs, please come back and give us an admin account to check.
Cheers!
GünterOctober 13, 2014 at 12:01 pm in reply to: phone info (small bar above the main menu) font color #334803Hey Haybazak!
Thank you for using our theme.
In custom.css or Enfold->Styling QuickCSS field put the following and adjust the color value:
#top .header-scrolled #header_meta .phone-info { color: #23408e !important; }
Best regards,
GünterHi Sandie!
Thank you for using our theme.
Have a look at this:
http://codex.wordpress.org/Page_Templates
It explains, how to create custom templates.
Come back, if you have more questions.Cheers!
GünterOctober 9, 2014 at 6:57 pm in reply to: Change specific cells background colour in a specific table #333397Hey!
Thank’s for your feedback.
Out of the box the table object does not support your request. If you need that, you have to modify
enfold\config-templatebuilder\avia-shortcodes\table.php
to allow to add specific classes to single cells. This will be the only way to be independent from cell content.
But this is beyond the scope of support.
Best regards,
GünterHey debenm!
Thank you for using our theme.
Can you post us a link to your page, so we can check?Best regards,
GünterHi musklick!
Thank you for using our theme.
There is a fiterhook for the breadcrumb array, where you can remove the portion you do nt like.
In functions.php (or preferred in functions.php of the child theme) at the end add the following:
add_filter( 'avia_breadcrumbs_trail', 'my_custom_trail', 10, 2); function my_custom_trail($trail, $args) { // $trail is an array - each element is one part of the trail starting with 0 for the first entry of the trail // maipulate the array and return it return $trail; }
Best regards,
GünterHi DROR!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value :
.single-product .product_meta{ margin: 0 0 10px 0 !important; }
Regards,
GünterHey jdrijver!
Thank you for using our theme.
In custom.css or Enfold->styles->QuickCSS field put the following:
h1 { text-transform: none !important; }
Alternativ you can try to modify the h1 in Enfold->AdvancedStyling
Regards,
GünterOctober 7, 2014 at 5:08 pm in reply to: How do I remove the title/breadcrumbs container on the home page only? #331765Hey connect4consulting!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS field put the following:
.home .breadcrumb-trail { display: none !important; }
Best regards,
GünterOctober 1, 2014 at 10:14 am in reply to: widget drag and drop is not working in wordpress 4.0 with enfold theme #327938Hey Staggerlee60!
Thank you for using our theme.
It sounds as there is to few php memory.
Try to put the followig at wp-config.php at the end of the file but before the line:
require_once(ABSPATH . 'wp-settings.php');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
If this does not work check with the hoster your maximum php memory – 128MB iwould be fine at least
Best regards,
GünterHey!
Versuche einmal das folgende zusätzlich zu obigen:
#top .fullsize .template-single-blog .entry-content-wrapper .post-title { font-size: 30px !important; line-height: 1.3em !important; } #top .fullsize .template-single-blog .post .entry-content-wrapper > * { max-width: none !important; }
Best regards,
GünterSeptember 29, 2014 at 4:10 pm in reply to: Darstellung Aufzählung in WooCommerce Artikelbeschreibung #326640Hey!
Thank you for using our theme.
Feel free tio come back with any further questions.
Best regards,
GünterHey gb!
Thank you for using our theme.
Have a look at the following article:
http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Come back, if you need further assistance.
Regards,
GünterHey diefleischerei!
Danke dass Sie unser Theme verwenden.
In custom.css oder Enfold->Styles->QuickCSS Feld das folgende eintragen und eventuell Werte anpassen:
#top #payment #place_order { float: right !important; margin: -4px 10px 10px 0 !important; } .wgm-second-checkout .entry-content > div { margin: 0 !important; }
Für Social Media im Socket hilft das Folgende weiter:
https://kriesi.at/support/topic/social-icons-in-footer-socket/
Cheers!
Günter- This reply was modified 10 years, 1 month ago by Günter.
Hey advocatusneo!
Danke dass Sie unser theme verwenden.
In custom.css oder Enfold->Styles->Quick-CSS Feld das folgende eintragen und die Werte anpassen:
.entry-content-wrapper .post-title { font-size: 30px !important; line-height: 1.3em !important; }
Cheers!
GünterSeptember 25, 2014 at 9:44 am in reply to: Fatal error: Out of memory avia-template-builder/php/shortcode-helper.class.php #324863Hey!
Thank’s for the feedback.
In custom.css or Enfold->Styles->Quiick-CSS Field put the following:
.widget.newsbox .news-headline .news-time{ display: none !important; }
Best regards,
GünterSeptember 25, 2014 at 9:35 am in reply to: How to create more template then just Default, Archives and Blank #324856Hi!
Glad I could help you. Enjoy the theme.
Come back with any further questions.Cheers!
GünterHi Asger!
Maybe there is a PHP memory problem.
In wp-config before the following line:
require_once(ABSPATH . 'wp-settings.php');
try to put the following:
define( 'WP_MAX_MEMORY_LIMIT', '128M' ); define('WP_MEMORY_LIMIT', '128M');
If this does not work, check if memory ‘WP Memory Limit’ has been adjusted, otherwise you have to contact your hoster to increase php memory (128 MB minimum).
Best regards,
GünterSeptember 24, 2014 at 11:06 am in reply to: How to create more template then just Default, Archives and Blank #324157Hey bemofunny!
Thank you for using our theme.
For custom templates have a look at the following article:
http://codex.wordpress.org/Page_Templates
Best regards,
GünterHi nathancole!
Thank you for using our theme.
In Enfold->Styles->QuickCSS field or custom.css put the following and adjust the values:
#top #payment label { color: green !important; font-size: 16px !important; font-weight: bold !important; }
Regards,
GünterSeptember 24, 2014 at 10:32 am in reply to: Fatal error: Out of memory avia-template-builder/php/shortcode-helper.class.php #324141Hi PaulMcE!
Thank you for using our theme.
This is a PHP memory problem – to few memory.
In wp-config before the following line:
require_once(ABSPATH . 'wp-settings.php');
try to put the following:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
If this does not work you have to contact your hoster to increase php memory (128 MB minimum).
Best regards,
GünterHi dlambert1979!
Thank you for using our theme.
In Enfold->Styles->QUICK CSS field or custom.css put the following:
#top .fullsize .template-blog .blog-meta { float: left !important; margin: 0 15px 0 0 !important; } #top .fullsize .template-blog .post .entry-content-wrapper { overflow: hidden !important; }
Cheers!
Günter -
AuthorPosts