Forum Replies Created
-
AuthorPosts
-
July 27, 2017 at 10:49 am in reply to: Above Footer Color change and Erase Enfold Text from Footer #830576
Hi,
Thank you for using our theme.
British Pound: Goto Dashboard -> WooCommerce -> Ajustes -> Moneda and select the currency symbol you like.
Please update your Enfold version to 4.1.2. There you have the possibility to check and validate the entered Google API key in Dashboard -> Enfold -> Google Services.
To chnage the footer color:
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:
.footer_color { background-color: #E1E2E8 !important; }
To remove Enfold Theme by Kriesi add to Copyright:
[nolink]
This might result to something like:
© Copyright 2017 Hotel Don Porfirio. Diseñado por Aldo Arriola [nolink]
Best regards,
GünterHi,
In Enfold -> General Styling -> Quick CSS bitte das folgende eintragen:
a:hover{ text-decoration: none !important; font-weight: 900 !important; }
Best regards,
GünterHi,
Danke für diese Zusatzinformation.
Der folgende CSS Code sollte funktionieren (Enfold -> General Styling -> Quick CSS) – Wert für font-size anpassen:
table caption { text-align: left !important; font-size: 15px !important; }
Wenn nur auf dieser Seite:
.page-id-89 table caption { text-align: left !important; font-size: 15px !important; }
LG,
Günter-
This reply was modified 8 years, 1 month ago by
Günter.
July 26, 2017 at 1:00 pm in reply to: Enfold Latest News widget / WooCommerce sort by price bug #830137Hi,
Thank you for coming back.
Can you please update to Enfold version 4.1.2.
I cannot reproduce the problem on my local install and there have been some fixes concerning the product grid.
Best regards,
GünterHi,
Danke dass Du unser Theme verwendest.
Offensichtlich ist die deutsche Übersetzung des Themes nicht ganz aktuell.
Der Text befindet sich in enfold\config-templatebuilder\avia-shortcodes\countdown.php Zeile 292 – 298:
$this->full_time_array = array( 1 => array("interval" => 1000 , 'class'=>'seconds', 'label' => __('Second', 'avia_framework' ), 'label_multi' => __('Seconds', 'avia_framework')), 2 => array("interval" => 60000 , 'class'=>'minutes', 'label' => __('Minute', 'avia_framework' ), 'label_multi' => __('Minutes', 'avia_framework')), 3 => array("interval" => 3600000 , 'class'=>'hours', 'label' => __('Hour', 'avia_framework'), 'label_multi' => __('Hours', 'avia_framework')), 4 => array("interval" => 86400000 , 'class'=>'days', 'label' => __('Day', 'avia_framework' ), 'label_multi' => __('Days', 'avia_framework')), 5 => array("interval" => 604800000 , 'class'=>'weeks', 'label' => __('Week', 'avia_framework' ), 'label_multi' => __('Weeks', 'avia_framework')), 6 => array("interval" => 2678400000 , 'class'=>'months', 'label' => __('Month', 'avia_framework' ), 'label_multi' => __('Months', 'avia_framework')), 7 => array("interval" => 31536000000 , 'class'=>'years', 'label' => __('Year', 'avia_framework' ), 'label_multi' => __('Years', 'avia_framework')) );
Du musst nur bei ‘label’ und ‘label_multi’ die Texte ersetzen.
Wenn du ein Child Theme verwendest, befolge bitte http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ und Du brauchst das nicht bei jeden update machen.
Hoffe, das hilft.
LG
GünterHi,
Danke für das Feedback und dass das Austauschen geklappt hat.
Für das linksbündige Ausrichten des Menüs versuche folgendes CSS in Enfold->General Styling->Quick CSS:
.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child{ float: left !important; }
“toptext” muss eine Erweiterung von Euch sein, habe nur die Datei inc_headertext.php in enfold child ordner gefunden.
Best regards,
GünterHi,
Danke für das Feedback. Komme leider nicht auf die Seite, da im Maintanance Mode.
Würde dazu WP Login Daten brauchen (Du kannst diese im Private Content Bereich unterbringen).
Versuche aber bitte folgendes in Enfold->General Styling->Quick CSS:
.avia_transform a:hover .image-overlay{opacity: 0.0 !important;}
Dies sollte den Effekt auf allen Seiten ausschalten.
Notfalls müsste man den Selektor auf einzelne Seiten einschränken.Hoffe, das hilft weiter.
Best regards,
GünterJuly 23, 2017 at 8:28 am in reply to: dynamic_avia – enfold_child.css – Problem mit überflüssigem Anführungszeichen #828617Hi,
Freut uns, dass das Problem gelöst wurde. Viel Freude noch mit dem Theme.
Bei weiteren Problemen kannst Du jederzeit wieder einen neuen Thread aufmachen.
LG,
GünterJuly 17, 2017 at 9:42 am in reply to: Akkordeon-Farben aus dem Quick-CSS werden nicht angenommen und es werdeTexttypos #822427Hi,
Danke für die Login Daten.
Was mir als erstes im CSS auffällt: !impoortant sollte von den Farbwerten etc mit Leerzeichen getrennt werden – könnte bei manchen Browsern Probleme machen.
In FF schaut die Hintergrundfarbe und Textdarbe der Akkordeonbalkens ident zu Impressum aus – und auch so sehe ich keine Auffälligkeiten.
LG
GünterHey at-elier,
Thank you for using our theme.
Try to deactivate the checkbox “Append search icon to main menu” in
Enfold (Enfold Child) -> Main Menu.
Best regards,
GünterHey seykom,
Danke dass Ihr unser Theme verwendet.
Die Datei header.php liegt im parent theme ordner enfold.
Oder über den filter hook in enfold\framework\php\function-set-avia-frontend.php line 407:
$title = apply_filters('avf_title_tag', $title, wp_title('', false));
Hoffe, die Info hilft weiter.
LG
GünterHey Suraj,
Thank you for using our theme.
I just placed a test order using Stripe.
Did not recieve any errors during checkout process – only on the last page:
unreachable code after return statement from jquery.print-link.js
This must be caused by some plugin.
Try to deactivate all plugins except WC and Stripe, then reactivate one by one and check, when this error occurs again.
Best regards,
GünterHey Reinhard,
Danke dass Du unser Theme verwendest.
“Out of the box” ist das leider nicht möglich. Der angezeigte Titel wird von WP (und dem Theme) aus den Medien ausgelesen und im img tag eingefügt.
Es gibt filter hooks wie z.B. wp_get_attachment_image_attributes wo man Werte vor der Ausgabe noch ändern kann.
Dies ist aber customization und ist leider nicht im den Rahmen des Support Forums.
Best regards,
GünterJuly 14, 2017 at 10:12 am in reply to: Akkordeon-Farben aus dem Quick-CSS werden nicht angenommen und es werdeTexttypos #821074Hey Nicoletta_DUS,
Danke dass Ihr unser Theme verwendet.
Leider funktionieren die Login Daten nicht – kann nicht einloggen und komme nicht ins Backend.
Könnt Ihr diese bitte prüfen.
Best regards,
GünterHey danielle143,
Thank you for using our theme.
Your problem should be fixed in the next update which will be in one of the following days.
Best regards,
GünterJuly 10, 2017 at 12:47 pm in reply to: [BUG] Portoflio custom link in grid and magazine elements #818688Hi,
Thank you for reporting this problem and your feedback. I could reproduce it and provided a fix. It will be in one of the future releases.
Feel free to come back with further questions and/or problems you have. Simply open a new thread.
Best regards,
GünterHi,
Glad we could help you. Feel free to come back if you encounter any more problems.
Best regards,
GünterHi,
Thank you for coming back.
As this is a javascript file it is not possible. You have to change it in the original file.
Best regards,
GünterHi,
Thank you for coming back.
You have to modify the js file mentioned above – there is no other way.
Kriesi is currently working on some enhancements. He did not give us an estimated release date up to now.
Best regards,
GünterHi,
Thank you for your feedback. This is a bug in the element.
I fixed it and it will be in the next release.
If you need the arrow before that as a temporary fix you have to modify the core file enfold\js\shortcodes.js.
In line 2968 you find:
set_min_width(); set_slide_height();
After these lines add:
$(tabs[0]).trigger('click');
Make sure, you have at least 1 tab in your section and the first tab is selected.
Hope, this helps you.
Best regards,
Günter-
This reply was modified 8 years, 3 months ago by
Günter.
Hi,
Glad we could help you. Feel free to come back if you have any more problems or questions.
Enjoy the theme.
Best regards,
GünterHey Krissie,
Thank you for coming back.
In the popup window for tab section you have the option “Initial Open”. If you put that to 1, the first tab will be selected on page load.
At the moment there is a limitation to tab titles – do not use space or special characters. This will be fixed in the next release.
Let us know, if this helps you.
Best regards,
GünterHi,
Sorry for the late reply and yur feedback.
The problem is the permalink structure:
You have set “Product category base” to “collecties” which is also a page name. Therefore WP gets confused what to load.
I changed the value to “collecties-cat” and the paging now works.
Best regards,
GünterHi,
Thank you for your feedback.
We have a fix for this problem and it should be released in the next update.
Sorry, but there is no easy temporary fix available. Do not use special characters and space in the title.
Best regards,
GünterJune 15, 2017 at 5:04 pm in reply to: I want to install theme on this new domain name is not? Is there a copyright violation? #808619Hi,
Thank you for using our theme.
Feel free to open a thread in our support forum if you need any halp.
Best regards,
GünterHey afarahani,
Thank you for coming back.
I had a look at the page above. As I’m not capable to read arabic language – but the page looks OK to me.
Can you make a screenshot and point out, what is not correct, please? This would help us to see the problem and fix it.
Best regards,
GünterHey rdauteuil,
Thank you for using our theme.
This is an intended behaviour of this element. The filter buttons only work on the loaded elements and does not make a callback to the server.
Hope, this answeres your question.
Let us know, if you need any further help.Best regards,
GünterJune 15, 2017 at 4:06 pm in reply to: WooCommerce Single Product Warning Message after Update #808597Hey Yoolia,
Thank you for using our theme.
You have to run the WooTheme data updater (see dashboard in the admin notice area).
Consider to make a backup of your database before doing this.
Let us know, if this fixes your problem.
Best regards,
GünterMay 23, 2017 at 6:13 pm in reply to: Contact Form causing 404 error when attempting to update page #798416Hey!
Thank you for using our theme.
Could reproduce your problem – it occurs when you use the select element in a contact form.
As far as we have figured out there must be a conflict with the security programs your hoster is using. This is breaking the WP admin_ajax call and forces a rerouting to 404 page.
Can you please check with your hoster, which programs he is using (e.g. like mod_security).
If possible, can he switch off these security programs to allow a check, if the page works.To get access to the error logs would also be helpful.
Regards,
GünterHi,
We have checked your pages on our servers and they work fine.
We could break the problem down to following:
Portfolio:
The word “Get” in image caption “Get Deal Now!”
Welcome Page:
Unable to add the select element to contact form.
You can easily reproduce it with only these elements.
It seems, that something is blocking the WP admin_ajax.php calls and reroutes the request to a 404 page. In case your hoster asks: The text sent with ajax is plain text (no HTML tags, only WP shortcode in text like used in a WP editor).
Can you please check with your hoster what security software he is using (maybe something like mod_security) and if it is possible to get error logs. It would be a help if you could switch off the software and test your page/portfolio.
Best regards,
Günter -
This reply was modified 8 years, 1 month ago by
-
AuthorPosts