Forum Replies Created
-
AuthorPosts
-
October 30, 2014 at 11:07 am in reply to: Remove nav menu on single page header, but not logo #343324
Hi mhiller!
Thank you for using our theme.
in custom.css or Enfold->Styling->Quick CSS field put the following:
.postid-3362 .main_menu { display: none !important; }
Cheers!
GünterHey dwill21!
In functions.php of the child theme you can add a filter hook to change the Text like:
add_filter ('avf_ajax_search_label_names', 'my_new_label_name', 10, 1); function my_new_label_name($label) { if($label == 'Portfolio Items') { $label = 'Products'; } return $label; }
Best regards,
GünterOctober 30, 2014 at 10:38 am in reply to: Inserting Script into Child Theme Header File using Functions #343312Hi tonyska!
Thank you for using our theme.
In functions.php of the child theme put the following:
add_action('wp_head', 'add_my_header_script'); function add_my_header_script() { echo 'your script code'; }
Best regards,
GünterHi InvivoGraphic!
Thank you for using our theme.
You have to change the parent theme name to enfoldnew also to be recognized as the parent theme.
Cheers!
GünterHey!
Danke. Ich habe mir die Situation angeschaut und 1 Testseite und einen Testbeitrag erstellt. Aus irgendeinen Grund funktioniert die Suche aber nicht, obwohl ich in der WP Abfrage dafür keinen Fehler finden kann.
Habe das Problem an Kriesi weitergeleitet.
LG
GünterHey spadalbert!
Thank you for using our theme.
It is not a recommended way to edit the original files, as all your changes are overwritten on the next update.
Either use a child theme with the file custom.css or Enfold-Child->Styling->QuickCSS field (or those files of the original theme) and make your adjustments there.
Our theme uses classes and ID’s so it is possible to make nearly any changes you like to each element.
Of course we can assist you with minor changes.
Cheers!
GünterOctober 20, 2014 at 12:43 pm in reply to: How do I make all hyperlinks in paragraph text to be bold. #338280Hey Oceans247!
Thank you for using our theme.
For the hyperlinks try the following:
#main p a, #main p a:visited { font-weight: 900 !important; }
For the icons try the following:
.page-id-734 .avia-icon-list .iconlist_icon{ background-color: #719430 !important; color: #ffffff !important; border-color: #507210 !important; }
Regards,
GünterHey RebeccaMaguire!
Thank you for using our theme.
You must not copy functions.php to the child theme. Replace functions.php in the child theme with the original child theme functions.php.
You must/need to modify this file only, if you want to change a standard behaviour of enfold and in that case only with the required code to achieve the changes.
I hope this info helps you.
Regards,
GünterHi!
Thank’s for feedback.
In custom.css or Enfold->Styles->QuickCSS put the following:
.avia-button.avia-color-orange, .avia-button.avia-color-orange:hover{ color: #000 !important; }
Regards,
GünterHallo Neo,
Gerne.
Falls weitere Fragen auftreten, stehen wir gerne zur Verfügung.
Viel Freude mit dem Theme.
Best regards,
GünterOctober 16, 2014 at 12:48 pm in reply to: Change "Want to join the discussion?" text in Comments.php in child theme #336729Hey onegirlrtw!
Thank you for using our theme.
All changes you make to that file will be relevant for the child theme, as this file is loaded by the child theme.
Regards,
GünterHallo Neo,
Bei den Themeoptions Enfold -> Blog Layout -> Related Entries gibt es ein DropDown mit mehreren Einstellungen. Falls ein Post kein Thumbnail hat, kann auch keines angezeigt werden. Ansonsten einfach einmal die Möglichkeiten durchprobieren.
Regards,
GünterHallo Neo,
Die Beitragüberschrift über die volle Breite (habe es bereits eingebaut). Für die Überschrift zum formattieren (ist hier nur ein Beispiel):
#top .fullsize .template-blog .post-title { max-width: none !important; } #top .fullsize .template-blog .post-title { color: blue !important; font-size: 20px !important; }
Regards,
GünterHey Giles!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:
#main .template-page .entry-content-wrapper > div { margin-top: 20px !important; }
If you want to limit it to the given page:
.page-id-15 #main .template-page .entry-content-wrapper > div { margin-top: 20px !important; }
Cheers!
GünterHey Giles!
Thank you for using our theme.
The color can be changed with:
#main .main-title a { color: #2d5c88 !important; }
You can only change the font-size with CSS, not the tag. Adjust the value to your need.
#main .main-title a { font-size: 20px !important; }
Regards,
GünterHi Rupert!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following:
#main .main-title a { color: #f2f3f5 !important; } #main .breadcrumb, #main .breadcrumb a { color: #f2f3f5 !important; }
Regards,
GünterHallo Neo,
Fehler gefunden. Man muss es so eintragen:
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: none !important; } #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: none !important; }
Habe es bereits in QuickCSS korrigiert. Sollte jetzt funktionieren.
Man könnte den Container noch etwas breiter machen, wenn man den folgenden padding Wert 50px verkleinert:
.container{ padding: 0 50px !important; }
LG aus Wien
GünterHallo Neo,
Eigentlich sollte die erste Version funktionieren. Wenn ich diese in FF bei mir verwende, geht es.
Vielleicht ist beim Eintragen ein Tippfehler passiert:
#top .fullsize .template-single-blog .post .entry-content-wrapper > * { max-width: none !important; }
Wenn es wieder nicht geht, können wir einen admin login bekommen?
Cheers!
GünterHey Richard!
Thank you for using our theme.
Try to replace the code above with:
li.current_page_item a .avia-menu-text{ color: #ff553e !important; }
Cheers!
GünterOctober 15, 2014 at 1:26 pm in reply to: Translation of Woocommerce string "Warenkorb Zwischensumme" #336105Hi!
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ünter -
AuthorPosts