Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for coming back.
Try the following:
.postid-3403 .template-shop .container { background-color:#2ba359 !important; }
Cheers!
GünterHey underhill123!
Danke dass Du unser Theme verwendest.
Versuche bitte das folgende:
#top .aviaccordion-title { color: #0070b2 !important; }
Falls es nicht geht – Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das genauer anschauen können. Evtl. auch einen screenshot, was Du genau meinst. Du kannst den Link hier als Private Reply posten.
Cheers!
Günter-
This reply was modified 10 years, 2 months ago by
Günter.
Hey Whippert!
Danke dass Du unser Theme verwendest.
Sicher. Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das anschauen können und Dir den korrekten CSS Code geben können. Du kannst den Link hier als Private Reply posten.
Cheers!
GünterHey!
I’m not sure about your question, but style.css is a required file by WP – you cannot change the name of it.
You can change the text inside the file like
Theme Name: Enfold
to
Theme Name: yourName
Regards,
GünterApril 20, 2015 at 10:37 am in reply to: Any way to get a thumbnail to appear with the posts in Search #431194Hey dominiquehurley!
Thank you for coming back.
As much as I see you already solved the problem.
Best regards,
GünterHi nullhorn!
Danke dass Du unser Theme verwendest.
Du kannst Enfold auch über FTP installieren:
Es gibt einen Ordner Enfold und Enfold-Child für das child theme.
Diese beiden Order in den folder
wp-content\themes
kopieren. Dann müßte man das theme aktivieren können
Regards,
GünterHi!
Thanks for the feedback.
The code above does not work, because you use a grid layout. I removed the code already.
You have to modify an ALB element.
In functions.php of the child theme put the following:
/** * Add filter to add or replace Enfold ALB shortcodes with new folder contents * * Note that the shortcodes must be in the same format as those in * enfold/config-templatebuilder/avia-shortcodes * * @link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ */ add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
Create a subfolder shortcodes in the child theme directory and copy
enfold\config-templatebuilder\avia-shortcodes\postslider.php
Open the copied file, goto line 282 and locate:
$output .= "<div class='avia-content-slider-inner'>";
Before this line insert:
if($use_main_query_pagination == 'yes' && $paginate == "yes") { global $wp_query; $avia_pagination = avia_pagination($wp_query->max_num_pages, 'nav'); } else if($paginate == "yes") { $avia_pagination = avia_pagination($this->entries->max_num_pages, 'nav'); } if(!empty($avia_pagination)) $output .= "<div class='pagination-wrap pagination-slider'>{$avia_pagination}</div>";
Be aware that < or > are not changed !!!
If you have troubles, create the directory, copy the file and we will insert the code for you.
Regards,
GünterHi!
Thank you for your feedback.
I cannot access http://www.resteasyhosting.com/wp-admin
Can you give us the link to your login page, pls.Just for a try – replace the code above with:
echo '<p> ----------------- </p>'; echo "<div class='{$blog_style}'>".avia_pagination('', 'nav')."</div>";
This should produce an output in any case.
Best regards,
GünterApril 16, 2015 at 1:21 pm in reply to: remove image, date and time in widget 'enfold latest news' #429569Hey!
Glad we could help you. Enjoy the theme and feel free to come back with further questions and/or problems you have.
Cheers!
GünterHi riverjack!
Danke dass Du unser Theme verwendest.
Wenn Du den ALB verwendest, versuche einmal folgendes:
Füge ein mit Layout -> Gridrow und erweitere dieses um Zellen und Spalten wie notwendig.
In jede Zelle füge ein Media Elements -> Image.In jedes Image Element wähle das Logo aus der Mediengalerie aus – beim Hochladen werden alle definierten image sizes angelegt – und wähle aus der selectbox die gewünschte Bildgröße aus.
Sollte die passende nicht dabei sein, so können wir dir den Code geben, um sie zu definieren.
Regards,
GünterHey DROR!
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:
.av-masonry{ margin-bottom: 25px !important; }
Regards,
GünterApril 16, 2015 at 12:45 pm in reply to: Position der Checkboxen AGB, Widerrufsbelehrung, digitale Inhalte ändern #429558Hi!
Danke für die Rückmeldung.
Könntest Du uns bitte einen Link zu dieser Seite geben, damit wir uns das genauer anschauen können. Du kannst den Link hier als Private Reply posten.
Ohne die aktuelle Seite ist es etwas schwierig, da es so viele Kombinationsmöglichkeiten gibt. Danke.
Best regards,
GünterHi!
Thank you for coming back and posting your solution in the forum.
If you think a hook should be implemented in the core, feel free to post your request here and we will check it. If it makes sense for other clients also, we will integrate it in the next release then.
Best regards,
GünterHey!
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 lizybloom!
Thank you for coming back.
Try to use the following:
.page-id-3848 #main .content { border-right: 0 none !important; } .page-id-3848 #top #main .sidebar { border-left-width: 2px !important; }
Regards,
GünterHi colapsnux!
Thank you for coming back.
If you are taking about the Enfold facebook likebox – no. This is done by the facebook API. This widget only prepares the container for it.
Regards,
GünterHey suchfin!
Thank you for using our theme.
You can specify more precise where to change the widget titles by adding the surrounding container like:
For the sidebar use:
.sidebar .widget .widgettitle { }
and for the footer:
#footer .widget .widgettitle { }
Best regards,
GünterApril 16, 2015 at 11:12 am in reply to: remove image, date and time in widget 'enfold latest news' #429495Hi 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ünter -
This reply was modified 10 years, 2 months ago by
-
AuthorPosts