Forum Replies Created
-
AuthorPosts
-
Hey!
It seems like one or more plugins or browser extensions (Chrome extensions) cause a js conflict/error which also breaks the cart script. Please try to deactivate all plugins/extensions (especially the “shareaholic” plugin) and check if the cart starts to work afterwards.
Cheers!
PeterHi!
Ich habe es jetzt auf meinem Testserver mit TwentyThirteen getestet: http://test.inoplugs.com/shop/armbanduhren/wp-backgrounds-ii-copy/ und kann dort das Problem reproduzieren (zu beachten ist, dass es “plus Shipping” auswirft, da Englisch die Standardsprache ist). Somit kann es nicht an Enfold liegen bzw tritt dieser Fehler auch mit anderen Themes auf.
Best regards,
PeterHi!
Kannst du mir einmal einen Link zu einer Variation senden, wo ich den Fehler nachvollziehen kann?
Best regards,
PeterHey!
We’ll replace the urlencode function with rawurlencode and then the url will use %20 for spaces.
Cheers!
PeterHi Gurify!
Yes, hide it with some css code:
#scroll-top-link{ display: none !important; }
Best regards,
PeterHi!
@Flikk – thanks for helping us out.Yes http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ will show you how to load custom shortcode/template builder element files from your child theme folder. I recommend to study the code of the existing shortcodes (located in the enfold\config-templatebuilder\avia-shortcodes folder) to understand how our template builder framework works.
Regards,
PeterHey!
Try to add br tags to the code:
<div itemscope itemtype='http://schema.org/LocalBusiness'> <span itemprop='name'>Westfield Air Conditioning LTD</span><br/> <div itemprop='address' itemscope itemtype='http://schema.org/PostalAddress'><br/> <span itemprop='streetAddress'>3 Hopefield Drive</span><br/> <span itemprop='addressLocality'>Leeds</span><br/> <span itemprop='addressRegion'>West Yorkshire</span><br/> <span itemprop='postalCode'>LS26 0XP</span><br/> <span itemprop='addressCountry'>GB</span><br/> Phone: <span itemprop='telephone'>01132 829541</span></div>
Regards,
PeterHey!
Es sollte mit dem gleichen API Key funktionieren.
Cheers!
PeterHi!
Da der Blog kein eigenes Unternehmen bzw. Betrieb bzw Betriebsteil repräsentiert benötigt ihr keine extra Lizenz :)
Best regards,
PeterHi!
I marked this thread for Kriesi. For now I suggest to use a plugin like: http://tablepress.org/ – maybe the tablepress shortcode gives you better results then the default theme table.
Cheers!
PeterHi mand4mac3!
I couldn’t find any myspace icon on fontello: http://fontello.com/ . Unfortunately it’s not easily possible to add a new social icon to Enfold if fontello doesn’t offer an icon for this service.
Cheers!
PeterHey!
Yes, you can hide the slideshows with css code – insert it into the child theme style.css file or into the quick css field:
@media only screen and (max-width: 989px){ .avia-slideshow { display: none !important; } }
You can replace 989px with another screen size (i.e. 768px).
Best regards,
PeterMay 12, 2014 at 8:56 am in reply to: Issue with fullscreen slider and the anchor #next-section #263184Hey!
Great, glad Ismael could help you :)
Cheers!
PeterHey!
You can try to set a “preload” attribute to deactivate the preloading feature. Open up wp-content/themes/enfold/framework/php/function-set-avia-frontend.php and replace:
$output .= '<video class="avia_video" '.$image.' controls id="'.$uid.'" >';
with
$output .= '<video preload="none" class="avia_video" '.$image.' controls id="'.$uid.'" >';
If you’re using a child theme copy the entire avia_html5_video_embed function into your child theme functions.php file and modify the code line there.
Cheers!
PeterHey cyrusis!
Open up wp-content/themes/enfold/includes/loop-author.php and replace
if(!empty($cats)) { echo "<span class='text-sep'>/</span>"; echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span>'; }
with
if(!empty($cats)) { echo "<span class='text-sep'>/</span>"; echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; } echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>';
2) Yes, the magazine template doesn’t display the author yet. I’ll ask Kriesi to include the author name. Probably we’ll hide it by default though to preserve the layout/design.
Regards,
PeterHey!
Ich würde empfehlen einige Skripts im Fußbereich zu laden (zB W3TC erlaubt es die Positition zu bestimmen). Unser Theme lädt beinahe alle Dateien automatisch im Fußbereich (sofern man nicht zB mit W3TC die Position verändert), jedoch MUSS das jquery.js und das avia-compat.js Skript im Kopfbereich geladen werden. Diese zwei Skripts werden auch vom google pagespeed als “Blockierende Skripts” eingestuft, aber die werden am Anfang benötigt.
Cheers!
PeterHi digilu!
The sidebar menu uses the “page order” to determine the order of the pages. You can use a plugin like: https://wordpress.org/plugins/post-types-order/ to change the page order.
Cheers!
PeterHi!
Stellt sicher, dass die LayerSlider Einstellung “Use Google CDN version of jQuery” deaktiviert ist. Diese könnt ihr auf der LayerSlider Optionsseite im Admin-Bereich finden. Einige Benützer hatten diese aktiviert und dadurch einen JS Fehler verursacht.
Best regards,
PeterHi pako69!
I found a fix for the problem – I’ll ask Kriesi to include it in the next update.
Best regards,
Peter-
This reply was modified 11 years, 3 months ago by
Dude.
Hi ConflateGermany!
Bitte gehe einmal zu Enfold > Theme options und speichere die Optionen neu. Falls dies nicht hilft verwende einen ftp Client (zB Filezilla) und öffne den wp-content/uploads/dynamic_avia/ Ordner am Server. Setze die Berechtigungen auf 777. Dann lösche alle Dateien innerhalb des Ordners (zB enfold.css) und speichere die Theme Einstellungen erneut.
Regards,
PeterHey finon!
Du kansst versuchen der Textbox (welche den adsense Code beinhaltet) eine eigene CSS Klasse zu geben: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ – zB verwende “adsensebox”. Dann füge zu dieser Klasse mit CSS Code einen margin-top hinzu. Hierfür empfehle ich das Quick CSS Feld zu nützen oder die child theme style.css Datei:
.adsensebox{ margin-top: 20px; }
Cheers!
PeterHi!
2) Ja, dies sollte möglich sein – versuche:
#top .avia_cart_buttons .button { width: 100%; text-align: left; } #top .button-mini-delimiter{ display: none; }
Re Firefox Problem – wenn die Thumbnail Regenerierung nicht hilft, könnt ihr auch mit CSS Code das Bild anpassen – verwendet hierzu diesen Code:
.avia-post-nav .entry-image img { max-width: 80px; }
Cheers!
PeterMay 9, 2014 at 10:29 am in reply to: Wenn Advanced Styling, dann keine individuellen Farben mehr in Headings #262287Hey!
Ja :)
Cheers!
PeterHey!
Ja, hätte mich auch gewundert, wenn es am Theme liegt.
Regards,
PeterHi Austrianweb!
Um ehrlich zu sein kommt es auf den Inhalt an. Wenn die Websites demselben Projekt bzw Unternehmenspräsenz zuzuordnen sind, dann benötigt man nur eine Lizenz. Wenn es sich jedoch um getrennte Bereiche handelt, dann benötigt ihr zwei Lizenzen.
Bestes Beispiel wäre zB eine Übersetzung der Website mit domain.com und de.domain.com – hier benötigt ihr keine extra Lizenz. Wenn es jedoch zB eine Website für mehrere Betriebe ist ( http://domain.com/betrieb_A/ und http://domain.com/betrieb_B/ , etc.) erachten wir es für getrennte Websites, da es im Endeffekt auf die gleiche Situation hinausläuft wie http://betrieb_A.com/ und http://betrieb_B.com/ .
Cheers!
PeterMay 9, 2014 at 10:16 am in reply to: Wenn Advanced Styling, dann keine individuellen Farben mehr in Headings #262280Hi!
Versuche einmal in wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading.php diesen Code:
$output .= "<{$tag} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";
durch
$output .= "<{$tag} class='av-special-heading-tag' $markup $styling>{$heading}</{$tag}>";
zu ersetzen – behebt diese Änderung den Fehler.
Regards,
PeterMay 9, 2014 at 10:08 am in reply to: Wenn Advanced Styling, dann keine individuellen Farben mehr in Headings #262276Hi adrianwackernah!
Ich kann den Farbwert im Quellcode nicht sehen – normalerweise sollte dieser als inline css ausgegeben werden. Bitte richte mir einen Admin Account ein und ich sehe mir die Konfiguration an.
Best regards,
PeterMay 9, 2014 at 10:02 am in reply to: Translated blogpost element not showing any translated posts #262272Hi!
Great :)
Best regards,
PeterMay 9, 2014 at 10:02 am in reply to: don’t work wysiwyg and Avia Leyout Builder after update WP & Enfold #262271Hey!
Great :)
Cheers!
PeterHey adrianwackernah!
Ja, grundsätzlich schon. Wenn es daher am Theme liegen sollte werden uns die Entwickler dies mitteilen. Da wir den Code von variablen Produkten mit JS Code, etc. nicht anpassen denke ich jedoch nicht, dass hier ein Theme Problem vorliegt.
Regards,
Peter -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts