Forum Replies Created
-
AuthorPosts
-
April 16, 2015 at 11:12 am in reply to: remove image, date and time in widget 'enfold latest news' #429495
Hi ftt123!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following:
.widget.newsbox .news-thumb { display: none !important; } .widget.newsbox .news-time { display: none !important; }
Best regards,
GünterApril 15, 2015 at 5:39 pm in reply to: Post format "Link" links direct in latest news widgit—target="_blank" #429090Hey!
Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Best regards,
GünterHi!
Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Cheers!
GünterHey!
I hope, it will help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Cheers!
GünterHi!
Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Cheers!
GünterHey dominiquehurley!
Thank you for coming back.
This is a rewrite problem in .htaccess or of WP.
Check in your trash, if you have the old about page there -> delete it permanently.
Goto Dashboard -> Settings -> Permalinks and click “Save Changes”. This should rewrite the settings.
Regards,
GünterHi dominiquehurley!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed or add your stylings:
.page-id-11425 form .button { background-color: white !important; border: 2px solid red !important; color: purple !important; }
Cheers!
GünterHey asteratos!
Thank you for using our theme.
With the standard WP search – no.
Try to use this plugin: https://wordpress.org/plugins/relevanssi/
Regards,
GünterHey!
You find the base settings in enfold\css\base.css line 79ff.
But they may be overwritten. So you have to check with e.g. firebug, where the actual settings are coming from.
Cheers!
GünterHi!
Tut mir leid, wenn ich mich da etwas unexakt ausgedrückt habe mit 2:”Dein beschriebenes Problem habe ich bereits des öfteren gehört. ”.
Ich hatte konkret einen Fall vor 1 oder 2 Jahren aus einem anderen Theme, der dieses Feature benötigte – aber in anderer Konstellation. Ansonsten habe ich mit Kollegen nur ein paar mal darüber gesprochen.
Ich möchte mich hiermit nochmals für das entstandene Mißverständnis entschuldigen.
Ich habe das Problem auf jeden Fall an Kriesi reported.
Best regards,
GünterHi!
Enfold wird ständig weiterentwickelt und es gab in den letzten Jahren kaum Anfragen in dieser Richtung.
Wie bereits oben erwähnt, kannst Du gerne in https://kriesi.at/support/enfold-feature-requests/ einen entsprechenden Vorschlag machen.
Kriesi schaut diese regelmäßig durch und entscheidet dann, was weterentwickelt wird.
LG
GünterHey!
If you have problems with adding the code to functions.php, we can help you.
You can create us a temporary admin account and can post it here as a private reply.
Best regards,
GünterHey!
Umgesetzt habe ich es soweit ich mich erinnern kann einmal etwas ähnliches – aber für ein anderes Theme und in anderer Konstellation.
Es wird aber darauf hinauslaufen, dass bei jeder Änderung der Filterung die Elemente neu geladen werden müssen (mit pagination eingeschränkt auf die Filterung).
Das hat Auswirkung auf die Seite, da der Ladeprozess Zeit braucht, wenn der User ein Filter wechselt, da mit ajax die Elemente am Server abgefragt werden müssen – sollte in etwa vergleichbar sein mit der Zeit, die der Benutzer beim Wechseln mit pagination warten muss.
Auf die anderen Funktionen des Themes sollte das keine Auswirkung haben, da die Änderung nur das Element betrifft.
Man müsste aber die Seite sehen, wo das Element implementiert ist.
Vom Aufwand her schätze ich etwa 10 – 15 Stunden (Java Script und php Modifikationen und Tests).
Mein Stundensatz wäre € 40,- (exkl. Mwst, die bei vorhandener UID Nr. innerhalb der EU nicht anfällt).
Bei Interesse kontaktiere mich bitte unter (Email address hidden if logged out) – würde mich freuen.
Regards,
GünterHi Stoffgeheimnis!
Danke dass Du unser Theme verwendest.
In custom.css or Enfold -> General Styling -> Quick CSS (resp. falls Du ein Child theme verwendest: in style.css des Child themes oder Enfold-Child -> General Styling -> Quick CSS) füge den folgenden Code ein:
.single img.attachment-large { height: 80px !important; width: 80px !important; }
Regards,
GünterApril 15, 2015 at 10:33 am in reply to: Post format "Link" links direct in latest news widgit—target="_blank" #428781Hi stupaul22!
Thank you for coming back.
In framework > php > class-framework-widgets.php goto line 523 (original file), locate:
echo "<a class='news-link' title='".get_the_title()."' href='".$link."'>";
and replace with:
echo "<a class='news-link' title='".get_the_title()."' href='".$link."' target='_blank'>";
Regards,
GünterHi!
Danke für die Rückmeldung.
Dein beschriebenes Problem habe ich bereits des öfteren gehört.
Bei dem momentanen Stand der Implementierung gibt es dafür keine Lösung. Das Filter geht IMMER nur auf die bereits geladenen Elemente (erfolgt mittels JavaScript).
Um Deine Problematik umzusetzen, ist eine komplexe Logik zu implementieren, die unter anderem auch während des Filterns fehlende Elemente nachlädt – es macht ja keinen Sinn, eine leere Seite anzuzeigen wenn Elemente vorhanden sind, diese aber noch nicht geladen wurden, da SIe auf einer weiter hinten befindlichen Seite wären bei allen Elementen.
Der Aufwand ist aber ziemlich hoch und sprengt den Rahmen des Supports.
Grundsätzlich kann Ich Dir so eine Implementierung als Customization anbieten – Bei Interesse kannst Du mir gerne eine Mail senden an (Email address hidden if logged out) und wir können dann näher darauf eingehen.
Cheers!
GünterHi slui!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:
.single .entry-content-wrapper .post-title { font-size: 34px !important; }
Regards,
GünterHey!
Thank you for coming back.
I found a solution – Added an empty link before the headline:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'></a></h2>"; $output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
I hope, it will work now.
Cheers!
GünterHi!
Glad I could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Best regards,
GünterHi!
Thank you for your feedback.The login credentials still are not working. Please check it again.
And kindly provide us a link to the Ajax portfolio page also – Just to make sure we are talking about the same.
Cheers!
GünterHey!
Thank you for coming back.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:
.sidebar .widget.clearfix.widget_image { padding-bottom: 0 !important; padding-top: 0 !important; }
Best regards,
GünterHi!
Thank you for your feedback.
Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Regards,
GünterHey nulrick!
Thank you for using our theme.
You have to make your changes in enfold-child\style.css.
When updating you update your parent theme, so your changes in the child theme are not affected.
You should try to keep all your changes in the child theme and do not modify the parent theme files.
You can overwrite many parent theme functions – put your code in functions.php of the child theme.
See also:
http://kriesi.at/documentation/enfold/portfolio-item/create-a-child-theme/
http://kriesi.at/documentation/enfold/using-a-child-theme/Feel free to come back with further questions and/or problems you have.
Cheers!
GünterHey!
Thank you for your feedback.
Replace the code above with the following and adjust the value:
.single .post-title.entry-title a { font-size: 25px !important; }
Best regards,
GünterApril 14, 2015 at 1:03 pm in reply to: How to turn comments off and remove all traces of comments #428181Hey lukemontagu!
Thank you for using our theme.
You can switch off comments with the standard WP setting:
Dashboard -> Settings -> Discussion -> Default article settings checkbox “Allow people to post comments on new articles”
You can disable it for each post by opening the post for editing and uncheck “Allow comments.” in the discussion meta box.
Best regards,
GünterHi Vincent!
Thank you for coming back.
If you are using the enfold combo widget you have to modify the core file
enfold\framework\php\class-framework-widgets.php line 950Look for:
wp_tag_cloud('smallest=12&largest=12&unit=px');
and replace with (adjust the value for number:
wp_tag_cloud('smallest=12&largest=12&unit=px&number=35');
Cheers!
GünterHey elbnetz!
Thank you for coming back.
The code for the element is found at:
enfold\config-templatebuilder\avia-shortcodes\masonry_entries.php
and
enfold\js\shortcodes.js line 1161ff. ($.fn.avia_masonry).
But this feature is not available out of the box and needs some customization, which is bejond the scope of support.
Regards,
GünterHey markgibbons243!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the values as needed:
#top #wrap_all .av-social-link-facebook a { background-color: #37589b !important; color: #fff !important; } #top #wrap_all .av-social-link-twitter a { background-color: #46d4fe !important; color: #fff !important; }
The colors and classes for the icons you find at:
enfold\css\layout.css line 1164ffBest regards,
GünterApril 13, 2015 at 4:23 pm in reply to: Remove the titel, the background and the borderline in woocommerce #427566Hey!
Thank you for your feedback.
Replace code above with:
.single.single-product #main .title_container, .archive.woocommerce-page #main .title_container { display: none !important; }
Best regards,
Günter -
AuthorPosts