Forum Replies Created
-
AuthorPosts
-
Hey antosi!
Thank you for coming back.
Can you send us a link to the page with the problem pls. You can post it as a private link here.
There is a CSS conflict, but without seeing the page and the underlying CSS we cannot provide any assistasnce.
Best regards,
GünterHey teachingwithamy!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following:
.blog .blog-meta a { display: none !important; }
Best regards,
GünterHi wordmax!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS put the following:
.home #after_masonry { display: none !important; }
Best regards,
GünterHi Oliver!
Danke dass Du unser Theme verwendest.
Kannst Du uns Dein Problem näher skizzieren?
Es gibt das WP Standardverhalten, dass von einem Menüpunkt aus auf eine Kategorieseite verlinkt wird, die aufgrund der Templatehierarchie gefunden wird.
Bei Enfold gibt es Einstellungen, wie die Seite aufgebaut werden soll.
Alternativ kannst Du eigene Templates bauen für jede Kategorie. Siehe dazu:
http://codex.wordpress.org/Category_Templates
Ich hoffe, das hilft einmal für den Anfang.
LG
GünterHi finchkelsey!
Thank you for using our theme.
You apply your custom class in the ALB element without “.”, that means only “blue”.
This class is applied to the wrapper of the element. As the subelements of this element also have stylings, these can overwrite your settings. You have to check the HTML and CSS structure more closely on the actual page and combine it with classes, id or tags to the actual element, e.g.
.blue .av-special-heading-tag{ color:#1BC4DE !important; }
Cheers!
GünterHi!
Glad we could help you. Enjoy the theme and feel free to come back with further questions.
Best regards,
GünterHi!
Thank you for coming back.
The logo is an image which is displayed with 300px * 100px (width * height).
If you want to use the maximum, you should scale your logo to that size and it will fill the complete space.
I hope, I understood your question correctly.
Cheers!
GünterHi!
Glad you found a solution. Thank you for posting it for other users.
Enjoy the theme.
Best regards,
GünterHi!
Thank you for cominbg back.
If you want to limit it to that page only:
.page-id-641 #main .post-title a { font-size: 60px !important; }
Or you can try to use:
#main .post-title a { font-size: 60px !important; }
Regards,
GünterHi hanslindstrom!
Thank you for using our theme.
I included the following hook (to follow the new naming convetions for Enfold):
$excerpt = apply_filters( 'avf_post_slider_entry_excerpt', $excerpt, $prepare_excerpt, $permalink, $entry );
and placed a pull request to Kriesi. It should be included in the next update(s) if Kriesi approves it.
Best regards,
GünterHi!
Gerne stehen wir auch für weitere Fragen zur Verfügung. Viel Freude mit dem Theme.
Cheers!
GünterHi TF_Photography!
Danke dass Du unser Theme verwendest.
Die Übersetzung für Enfold Texte sind nur in dem Ordner enfold/lang (in wpde.org sind nur WP Übersetzungen).
Die sauberste Lösung ist die deutsche Übersetzung mit poedit überarbeiten. Alle anderen Alternativen sind nicht wirklich gut, da Sie und Du auch grammatisch anders aufgebaut ist.
LG,
GünterHey!
Thank you for coming back.
I’ve never used this plugin, I only had a short look at the documentation homepage.
I would like to help you, but it is bejond the scope of this support forum, as it will take some time to study the documentation and test it.
Probably you will get a solution from the plugin authors.
What you need is a HTML code for output of the fields and this should work with the solution I gave you above.
Cheers!
GünterHi!
Use the following:
.home #footer.container_wrap { border-top: 0px !important; }
Best regards,
GünterHi gentlemansgazette!
Thank you for using our theme.
The “Sort links” only filter and show the posts that have been loaded already. This is the intended behaviour and cannot be changed.
As long as you see the “Load More” at the bottom, the posts NOT LOADED cannot be displayed.
Best regards,
GünterHi m!
Thank you for using our theme.
Try the following and adjust the value:
.blog #main .post-title a { font-size: 60px !important; }
If this does not work please give us a link to your page so we can see your setup.
You can post it as a private reply here.
Cheers!
GünterHey!
Try to use the following:
.pagination .current { border: 1px solid #2c5b9c !important; }
Regards,
GünterHi kellymarie2001!
Thank you for using our theme.
Can you give us a link to your page please so we can see your setup.
You can post it as a private reply here.
Regards,
GünterHi cberentz!
Thank you for coming back.
Use the following and adjust as needed:
#top div .av-dark-form .input-text, #top div .av-dark-form input[type="text"], #top div .av-dark-form input[type="input"], #top div .av-dark-form input[type="password"], #top div .av-dark-form input[type="email"], #top div .av-dark-form input[type="number"], #top div .av-dark-form input[type="url"], #top div .av-dark-form input[type="tel"], #top div .av-dark-form input[type="search"], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button { border-width: 1px !important; }
To use the code above more flexible you can remove “.av-dark-form”.
2 px is the default border width used with this element.
Best regards,
GünterHi lipstick!
Thank youm for using our theme.
As much as I’ve seen the mentioned function returns a string.
So you can use it like this:
$my_fields = types_render_field("my-date", array("style" => "calendar")); $output .= "<footer class='entry-footer'> . $my_fields . </footer>";
Probably you need to do some CSS for the output in custom.css or Enfold->Styles->QuickCSS.
Best regards,
GünterHi!
Thank you for coming back.
Sorry we could not find an easy solution for you.
Feel free to return with any problems you encounter.
Cheers!
GünterHey nicolini76!
Thank you for using our theme.
Try to download the newest version of Enfold and reinstall the theme – maybe try it with ftp.
Deactivate all plugins and check – maybe there is a plugin conflict.
Come back, if the problem remains.
Best regards,
GünterHi ftt123!
Thank you for coming back.
enfold\framework\php\class-breadcrumb.php line 26 and 186
Best regards,
GünterHey!
Jeder Menüpunkt hat eine eindeutige ID. Diese kann man z.B. in Firefox mit Firebug oder aus dem Quelltext der Seite herausfinden.
Mithilfe dieser ID kann man dann die Textfarbe für den Menüpunkt wie folgt ändern:
In custrom.css oder Enfold->Styles->QuickCSS und den Farbwert anpassen:
#menu-item-758 .avia-menu-text { color: green !important; }
Sollte das nicht gehen, bitte einen Link zu der Seite posten als private Reply.
Best regards,
Günter -
AuthorPosts