Forum Replies Created
-
AuthorPosts
-
July 27, 2014 at 9:28 am in reply to: Bigger font size of submit buttons for comments and contact forms #296392July 26, 2014 at 5:52 pm in reply to: How to change bottom border colour of title/breadcrumbs bar #296256
Hey!
I’m not sure if i got you right, because the link leads me to a green background.
To put a border at the bottom of the breadcrumb eg:
.title_container .breadcrumb{ border-bottom: 3px solid red; padding-bottom: 5px; }
Probably you will have to adjust the padding also.
Cheers!
GünterJuly 26, 2014 at 5:42 pm in reply to: Bigger font size of submit buttons for comments and contact forms #296255Hey Morticka!
Thank you for using our theme.
Put the following in custom.css or Enfold->Styles->Quick-CSS field and adjust the value:
input[type="submit"]{ font-size: 16px; }
Cheers!
GünterHi nnn666nnn!
Thank you for using our theme.
In Enfold->Styling->Quick-CSS field put the following and adjust the value:
.current-menu-item a, .page_item a{ font-size: 16px !important; }
The second question: No, this cannot be done with pure CSS.
Best regards,
GünterHey ecoresearch!
Thank you for using our theme.
Can you send us a link to the page please?
Best regards,
GünterJuly 26, 2014 at 10:52 am in reply to: How to change bottom border colour of title/breadcrumbs bar #296193Hey Webbee!
Thank you for using our theme.
Please refer to this post. It should anwer your question.
https://kriesi.at/support/topic/blog-posts-excerpts-enfold/
Regards,
GünterHi Arran!
Thany you for using our theme.
In Custom.css or Enfold->Styling->Quick-CSS field put the following:
.post time, .post .text-sep-date, .post .comment-container, .post .text-sep-comment, .post .text-sep-cat, .post .blog-author{ display: none; }
Cheers!
GünterHey Arran!
Thank you for using our theme.
To change the size of the image put the following code in functions.php of enfold or the child theme and replace your selected size with one of the sizes in functions.php line 91ff:
function my_avatar_size($size, $src, $class) { return 'your selected size'; } add_filter('avf_testimonials_avatar_size', 'my_avatar_size', 10, 3);
You also can register your own image sizes.
To change the location of name,… you have to change the php source in enfold/config-templatebuilder/avia-shortcodes/testimonials.php.
It is not supported by the theme and beyond the scope of support.Cheers!
Günter- This reply was modified 10 years, 6 months ago by Günter.
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, 6 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? #294834 -
AuthorPosts