Forum Replies Created
-
AuthorPosts
-
Hi Papillon16!
Danke, dass Sie unser Theme verwenden.
Wenn ich auf den Link gehe, bekomme ich die Seite angezeigt. Hat sich das Prblem erledigt?
Cheers!
GünterHi!
Danke für die Rückmeldung.
Gerne stehen wir für weitere Fragen zur Verfügung.
Viel Freude mit dem Theme.
Cheers!
GünterAugust 21, 2014 at 12:25 pm in reply to: Changing color of social icons in transparent header #307297Hey!
Glad I could help you. Come back with any further questions.
Enjoy the theme.
Regards,
GünterHey!
Glad I could help you. Come back with any further questions.
Enjoy the theme.
Regards,
GünterHi dondela!
Danke dass Sie unser Theme verwenden.
In custom.css oder Enfold->Styles->QuickCSS Feld bitte das folgende eingeben:
#top #header .avia_mega_div .sub-menu{ float: left !important; }
Best regards,
GünterAugust 21, 2014 at 11:13 am in reply to: Reduce white space above featured image on Blog Post #307268Hey jacobtaddy!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the px value:
.single .entry-content-wrapper{ margin: -15px 0 0 0 !important; }
Best regards,
GünterHi!
This should do for a single column:
.avia-pricing-table-container > .pricing-table-wrap:nth-child(1) > .pricing-table.avia-center-col > li:nth-child(5) { background-color: red !important; }
Best regards,
GünterAugust 21, 2014 at 10:55 am in reply to: Changing color of social icons in transparent header #307259Hi!
Try to add the following:
#top .social_bookmarks li a { color: gray !important; } #top .av_header_transparency .social_bookmarks li a { color: white !important; }
Regards,
GünterHey Slade!
Thank you for using our theme.
Try the following and adjust the value of the color for each nth-child:
.pricing-table.avia-center-col > li:nth-child(5) { background-color: red !important; }
Cheers!
GünterHi boazmns!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick CSS put the following:
.avia-icon-list .iconlist_icon { font-size: inherit !important; }
Best regards,
GünterAugust 21, 2014 at 10:13 am in reply to: Add spacing between List Item Title and List Item Content? #307248Hi Starkos!
Thank you for using our theme.
In custom.css or Enfold-> Styling-> QUICK-CSS-field put the following and adjust the first px value:
.main_color .iconlist_content { margin: 15px 0 0; }
,
Cheers!
GünterAugust 21, 2014 at 9:59 am in reply to: ReferenceError: Can't find variable: WPRemoveThumbnail #307244Hi!
Gerne. Jederzeit stehen wir für weitere Fragen zur Verfügung.
Viel Freude mit dem Theme.
Cheers!
GünterHey!
Wenn auch die Lupe weg soll, geht das einfacher:
.page-id-2752 .main_menu, .page-id-2632 .main_menu { display: none !important; }
Für jede Seite braucht man eine Zeile mit der jeweiligen ID der Seite mit “,” von dem nächsten Eintrag trennen (2752 ist nur ein Beispiel)
Cheers!
GünterAugust 20, 2014 at 12:10 pm in reply to: Digitale Produkte im Warenkorb Checkout – Kaufen Button verdeckt Widerruf #306771Hi!
Gerne. Danke dass Sie unser Forum benützen und gerne stehen wir für weitere Probleme zur Verfügung.
Viel Freude mit dem Theme.
LG aus Wien
GünterAugust 20, 2014 at 11:18 am in reply to: Digitale Produkte im Warenkorb Checkout – Kaufen Button verdeckt Widerruf #306738Hi!
Den folgenden Code in custom.css oder Enfold->Styles->Quick-CSS Feld eingeben:
#top #payment #place_order{ margin: 0 0 10px !important; } .order-again .button { float: right !important; }
Regards,
GünterAugust 20, 2014 at 11:07 am in reply to: Move Facebook Comments plugin below "share this entry" and tags in blog post #306730Hey christopherd6!
Thank you for using our theme.
If the plugin does not offer an option for that – we can try to move the section with JavaScript. Can you send us a link to the page so we can check.
Cheers!
GünterHey seaveal!
Thank you for using our theme.
The default pages are found in Enfold root directory:
page.php for pages, archive.php for categories, single.php for single posts, e.t.c.Cheers!
GünterHi dreye01!
Thank you for using our theme.
Can you please post us a link to your page so we can provide you with the correct CSS code.
Best regards,
GünterHi miketica!
Thank you for using our theme.
Did you already try to change the settinge on Dashboard-Enfold-Sidebar Layout?
Set Archive Pages to “No Sidebar”.
Regards,
GünterHey foxvendetta!
Thank you for using our theme.
Try to put the following code in functions,php (preferred is of your child theme) and adjust the number of length:
function custom_excerpt_length( $length ) { if(is_category()) { $length = 30; } return $length ; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999, 1 );
Best regards,
GünterAugust 20, 2014 at 10:15 am in reply to: Digitale Produkte im Warenkorb Checkout – Kaufen Button verdeckt Widerruf #306683Hey adrianwackernah!
Danke, dass Sie unser Theme verwenden.
Können Sie uns einen Link zu ihrer Seite schicken, damit wir das in Original sehen können und Ihnen den korrekten CSS Code geben können?
Regards,
GünterHey LepsienArtFoundation!
Thank you for using our theme.
What you could try first: increase the size of php memory for the admin. Put in wp-config.php before the line
require_once(ABSPATH . 'wp-settings.php');
the following:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
The normal behaviour of plugins on deactivation should be to keep all settings, but of course we cannot guarantee and do not know what any third party extensions does. This remains on your risk.
Our theme keeps its settings when changing to another theme.
Regards,
GünterHey lightmerger!
Thank you for using our theme.
Your request is not possible with the theme out of the box. It requires some costumization, which is beyond the scope of support.
You will have to put some additional php code in
enfold\config-templatebuilder\avia-shortcodes\team.php line 232 ff, after:
$output .= "<div class='team-social'>"; $output .= "<div class='team-social-inner'>";
Regards,
GünterHey capuchin!
Thank you for using our theme.
Add the following code in functions.php at the end:
function add_custom_script(){ ?> <script> jQuery(function() { jQuery(".avia-testimonial-meta").each(function(){ jQuery(this).closest('.avia-testimonial_inner').find(".avia-testimonial-content").prepend(jQuery(this)); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');
You will porbably need some CSS adjustments.
Regards,
Günter- This reply was modified 10 years, 5 months ago by Günter.
Hi!
Thank you for your feedback.
I now pasted the code in functions.php of your child theme, which you are using.
if I now open http://www.eltjob.com/job/torino-1/, I find the headline with ESL English teachers in Torino, same as the post headline.
Maybe you forgot to clear the browser cache or something went wrong with copy/paste.
Regards,
GünterHi!
No, you can only delete/remove the lines in the parent theme. There is currently no possibility to supress these lines from the child theme.
Regards,
GünterHey!
I fixed the code. Replace all the above with:
add_filter('avf_title_args', 'fix_single_post_title', 50, 2); function fix_single_post_title($args,$id) { if ( is_category() ) { $output = __('','avia_framework')." ".single_cat_title('',false); } elseif (is_day()) { $output = __('','avia_framework')." ".get_the_time( __('F jS, Y','avia_framework') ); } elseif (is_month()) { $output = __('','avia_framework')." ".get_the_time( __('F, Y','avia_framework') ); } elseif (is_year()) { $output = __('','avia_framework')." ".get_the_time( __('Y','avia_framework') ); } if(!empty($output)) $args['title'] = $output; return $args; } add_filter('avf_title_args', 'fix_blog_page_title', 60, 1); function fix_blog_page_title($args) { if(is_singular() && !is_page()) { $args['title'] = get_the_title(); $args['link'] = get_permalink(); } return $args; }
Cheers!
Günter -
AuthorPosts