Forum Replies Created
-
AuthorPosts
-
Hey dreye01!
Thank you for using our theme.
If you choose to have sidebars, you can control the content of the sidebar by going to WP-Dashboard->Appearance->Widgets.
There you find the sections as Displayed Everywhere, Sidabar Blog,……
The widgets you want to display can be put into the section by drag and drop.
Best regards,
GünterHey Jonn!
Thank you for using our theme.
By default this is not supported.
You will have to change the code in
enfold/includes/loop_index.php line 105 and move this after the content section (line 186).
Regards,
GünterHi!
Gerne. Noch viel Freude mit dem Theme und auch einen schönen Tag.
Regards,
GünterHey!
Achtung: hatte einen Syntaxfehler – habe den Code korrigiert oben.
add_filter('comments_open','__return_false', 10, 2);
Die Zeile muss man dann bei jedem Update neu einbauen. Da gibt es nur die Lösung über das Child Theme..
Falls Ihr das verwenden, kann der Code in functions.php im Child theme eingebaut werden.
Regards,
GünterHi!
Da haben sich unsere Antworten überschnitten.
Wenn Sie gar keine Kommentare benötigen, dann folgenden Code in functions.php (z.B. am Ende) einfügen:
add_filter('comments_open','__return_false', 10, 2);
Falls Sie die Bilder über Medien in WP neu hochladen, werden sie von WP automatisch auf jene Formate angepasst, die in functions.php ab Zeile 90 definiert sind. Sollten Sie da andere Formate benötigen, kann man diese auch später jederzeit definieren.
Um bereits früher in WP hochgeladene Bilder an die Formate unseres Themes anzupassen, kann man z.B. folgendes plugin verwenden:
https://wordpress.org/plugins/regenerate-thumbnails/Cheers!
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hi!
Wenn ich jetzt auf die Seite gehe, ist der Kommentar weg.
Probieren Sie den Browsercache zu löschen.
Best regards,
GünterHi!
Auf der Dashboard Seite Portfolio den Eintrag sylvie_2 zum Bearbeiten auswählen.
Am unteren Ende befindet sich eine Metabox mit “Discussions” und 2 Häkchen – diese meine ich. Eventuell muß diese mit “Screen Options” (rechts oben) erst eingeblendet werden.
Cheers!
GünterHey!
Did you try the following already?
In functions.php of the child theme put the following and remove it from the parent theme array:
function my_icon(array $icons) { $icons['SalesForce1] = 'salesforce1'; return $icons; } add_filter('avf_social_icons_options', 'my_icon', 10, 1);
Cheers!
GünterHey TimoUrban!
Danke dass Sie unser Theme benützen.
Haben Sie auch schon auf dem Portfolio Eintrag sylvie_2 unten den Kommentar deaktiviert?
Wenn ja, könnten Sie uns dann bitte einen admin Zugang geben.
Cheers!
GünterHi olafshiel!
Thank you for using our theme.
It seems, that a plugin is breaking the style.
Try to deactivate all plugins first.
Can you give us an admin login, so we can check?
Regards,
GünterJuly 24, 2014 at 1:15 pm in reply to: Invert main menu, logo and social media icon colors at top of page #295405Hey!
I will forward your request to Kriesi. But as much as I’m concerned this is the first request.
If you really need it, I can offer to implement it for you on a freelancer base or you can have it also be done by some other developer.
Best regards,
GünterJuly 24, 2014 at 11:20 am in reply to: Invert main menu, logo and social media icon colors at top of page #295358Hi Brownhill!
Thank you for using our theme.
The CSS for changing the icons and phone:
.page-id-258 #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info { color: white; }
Changing the image can only be achieved with jQuery and manipulating the DOM.
But this is beyond the scope of support.
Cheers!
GünterJuly 24, 2014 at 9:37 am in reply to: Enfold – Tables rows change font color, alternates color between default/light #295325Hey Monsoon!
Thank you for using our theme.
Put the following in custom.css or Enfold->settings->Quick-CSS field:
This should change the colour of every second row
.main_color .pricing-table > li:nth-child(2n) { color: inherit !important; }
To set color for all rows (adjust color value):
.pricing-table > li{ color: #000 !important; } .main_color .pricing-table > li:nth-child(2n) { color: #000 !important; }
Regards,
GünterJuly 23, 2014 at 10:03 am in reply to: Where can I add html code so that I have a banner under the menu? #294839Hey!
As far as I can see Peters code does not display anything on Homepage (is_home()) or frontpage (is_front_page()).
You can also try to replace
if(is_home() || is_front_page()) return; // with if(is_home()) return;
Regards,
GünterHi!
Are you using the latest version of WP – 3.9.1? If not, please update.
You can also try to put in config.php in WP root folder at the end of the file before wp-settings.php inclusion.:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Regards,
GünterJuly 23, 2014 at 9:44 am in reply to: CSS: possible gap between header (logo area) menu content? #294834Hey!
Use the following and adjust the value:
.product .price{ font-size: 15px; } .cart_dropdown_link span{ font-size: 25px; }
Best regards,
GünterHi!
Please have a look at this post:
https://kriesi.at/support/topic/social-icons-in-footer-socket/
I think, it will answer your question.
Best regards,
GünterHey tylrsmllr!
Thank you for using our theme.
In custom.css or Enfold->Stylings->Quick-CSS field try to put the following and adjust the values:
.avia-testimonial .avia-testimonial_inner{ font: }
If it does not work give us a link to the page please.
Cheers!
GünterHey cindy531!
Thank you for using our theme.
You have to modify a theme file. If you are using a child theme, copy enfold/includes/loop-index.php to the corresponding child theme fiolder enfold-child/includes/, otherwide modify the original file:
// goto line 165: echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; // and replace with: echo '<span class="blog-categories minor-meta">'; echo $cats; echo '</span>';
Best regards,
GünterHey!
Thank you for using our theme.
This seems to be a problem of WooCommerce plugin.
Maybe you can report it to WooCommerce Support https://support.woothemes.com/hc/en-us.
Regards,
GünterJuly 22, 2014 at 10:02 am in reply to: Child functions.php Not Overriding Parent functions.php #294247Hey Luis!
Thank you for using our theme.
If you are using cross domain action call this might make problems. Check the following article:
http://stackoverflow.com/questions/8497609/html-form-post-cross-domainFor the same domain it should work.
Cheers!
GünterHey!
To alter the styles of the second table put in custom.css or Endold->Styles->Quick-CSS field the following and adjust the values:.avia-table-2 tr:nth-child(2), .avia-table-2 tr:nth-child(4), .avia-table-2 tr:nth-child(6) { background: #e1e1e1 !important; } .avia-table-2 tr{ font-size: 12px !important; }
For the first table use .avia-table-1.
Cheers!
Günter -
AuthorPosts