Forum Replies Created
-
AuthorPosts
-
Hi Rikard, thanks!
After updating the theme manually to the latest version it works fine now.
Strangely enough i manually searched every month for possible updates of the theme, but it always said that it was up to date. The envato token is also linked correctly. To avoid this problem in the future: what could be the reason?
Kind regards
JensHi Rikard,
das Problem ist nicht die Schriftgröße an sich, die ist perfekt.
Es geht uns nur um die Semantik. Wir wollen alle h3s im Footer zu h4s machen.LG
JensI don’t think you get what i mean.
If i change the image inside the product to the “original” image, it cut’s it automatically.
this wasn’t a problem before…
but anyway…How can i make productvariations happen with the layou-builder. technical they work, but some important details are missing:
1.) If you choose a variation the price doesn’t change. This happens only when i use the layout-builder variation. on a “normal” productpage the price changes.
Example without Layoutbuilder (Standard-WooCommerce): https://www.roc-sports.at/shop/roc-sports-travelpacks/
example with Layoutbuilder: https://www.roc-sports.at/shop/testprodukt-nicht-bestellbar/2.) More important: If i choose a variation, the image doesn’t change. I know that i only used a “normal” image-container for my example, but i can’t find a special woocommerce image-container which can be used for this and changes images on deciding wich productvariation i choose.
example for this: https://www.roc-sports.at/shop/testprodukt-nicht-bestellbar/It would be great if there is any kind of solution. something i can implement inside the functions.php of my child-theme.
Cheers
JensSeptember 12, 2017 at 11:48 am in reply to: WooCommerce Layouteditor – Product Purchase Button – fehlende Infos #850961Hallo Günter,
Danke für die Hilfe. Das hat funktioniert. Hast Du zufällig bei Deinen Tests die Cachingplugins deaktiviert?
LG in jedem Fall für die Hilfe.
JensSeptember 4, 2017 at 11:34 am in reply to: WooCommerce Layouteditor – Product Purchase Button – fehlende Infos #847674Hi,
in private details you find everything you need. mysql backup is done.
there are two usernames, if one of them doesn’t work.
cheers
jensSeptember 1, 2017 at 4:33 pm in reply to: WooCommerce Layouteditor – Product Purchase Button – fehlende Infos #846906Hi Ismael,
if i use this code the website doesn’t work any more.
Edit: I implemented the code at the bottom of my functions.php inside the child-theme and commented it out. You can reactivate it and take a look by your own. But please deactivate it immediately after this, if you can’t fix it. ;) (what i don’t really think) ;)
Cheers
Jens- This reply was modified 7 years, 2 months ago by medienvirus.
August 29, 2017 at 2:09 pm in reply to: WooCommerce Layouteditor – Product Purchase Button – fehlende Infos #845328Hallo,
will nicht drängeln, aber auch nicht das es in Vergessenheit gerät. ;)
Gibt es schon einen Lösungsansatz?
LG Jens
August 25, 2017 at 1:02 pm in reply to: WooCommerce Layouteditor – Product Purchase Button – fehlende Infos #843927Hallo,
klar. Ich habe ein Testprodukt angelegt, wo man das ganze sehen kann. Die Links dazu auch im Private-Content field..
LG
JensApril 18, 2017 at 4:56 pm in reply to: Ihre Eingabe muss mit dem geforderten Wert übereinstimmen – Menge – Woocommerce #779473Darauf hätte ich längst kommen müssen. Ich Depp! Aber Danke – ich habe den Übeltäter. Es ist das Plugin:
Im Forum bin ich nicht der einzige mit diesen Problemen.
Kennt jemand eine anderes Plugin für Mindestbestellmengen?
April 17, 2017 at 4:54 pm in reply to: Ihre Eingabe muss mit dem geforderten Wert übereinstimmen – Menge – Woocommerce #778814Hallo,
alles im Private-Content Container.
Das Problem tritt im Warenkorb und auf jeder Produktseite auf, wo man die Anzahl erhöhen kann.
LG
medienvirusMarch 20, 2017 at 10:18 am in reply to: Masonry Blogpost displays all Category instead of the chosen one #763545Hi,
I don’t understand why i need a plugin for this, cause this seems to me like a standard enfold functionality. But i installed it – with no effect. The only thing i figured out is that it works the other way round (With or without the plugin). So the sites display the posts with the set category, but on sites where it should display none, it displays all categorys. Maybe this helps…Cheers
Jens
p.s.: I deactivated the plugin.March 18, 2017 at 12:52 pm in reply to: Masonry Blogpost displays all Category instead of the chosen one #762868Hi,
so i tested it – but my code from the other post doesn’t have an effect on this. The Masonry-Setting displays still more than it should. What can i do?
Cheers
Jens- This reply was modified 7 years, 8 months ago by medienvirus.
March 16, 2017 at 8:34 pm in reply to: Masonry Blogpost displays all Category instead of the chosen one #762179Hi,
yes i did. why are you asking?
Thank you! :) Solved!
Here is the Code for others:
/* MASONRY READ-MORE WITH EXCERPT */ add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2); function avia_change_default_link($loop, $entries) { $more = "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>"; $loop['content'] = $loop['content'] . $more; return $loop; }
I know meanwhile what causes the Problem. I’ve implemented a code-snippet inside my functions.php in the child-theme, which i need:
add_filter('avf_masonry_loop_prepare','avia_change_default_link', 10, 2); function avia_change_default_link($loop, $entries) { foreach($entries->posts as $key => $entry) { if($entry->post_type == "post") { $more = "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>"; $loop['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 120) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . $more; } } return $loop; }
everything i need to know is how to rewrite those lines to get the excerpt to work. :)
This is exactly what i did. If you take a look, down in one of those excerpts of the wordpress-posts you will see that the excerpt is another than displayed on the mainpage.
Hi,
i’ve tried everything you told me. Unfortunately with no solution. The only anomaly i had, was when i tried to deactivate the wpml-main plugin i get a grey site, with only a divider on top. you can test this by your own. if you activate it again the startpage is shown again.
Weird is, that it works if you take a look at the “beitrag 2” (See Link in the private-content). At the end if the content i implemented a post-slider. this works perfectly and shows for every post an individual excerpt.
Everything else you can find in the private-content area. If you are logged in, you can see the site. My issues are on the mainpage (startseite). Wheter german or english startpage. Even if i try to make a new site and start from scratch – same problem.
If you need any kind of further details just let me know.
Hi,
thank you for your answer. Unfortunately it doesn’t solve this issue. It’s getting even stranger.
1.) I deactivated the Advanced Layout Builder. Everything i put into the post dissapears.
2.) I saved the post nevertheless. (I have several copies)
3.) I put a text into the excerpt-field. (But this was also there before i done this…)
4.) I saved the post again.I tried several different methods from that (with re-activated Adanced Layout Builder, only with text-based posts, etc) – i always get the same weird result.
Now the weird thing:
1.) Every post is shown with the exact same excerpt on the site, where i included the masonry-post.What am i doing wrong? Why my complete post dissapears when i deactivate the advanced layout-builder.
In hope for help…
Cheers
JensHi,
i found this topic while searching. Is there a code-snippet for including this inside a functions.php inside my child-theme or how can i solve this issue?
cheers and thank you in advance
Jensthank you! :) This works!
May 10, 2016 at 4:43 pm in reply to: Enfold Child Option Panel wird nicht richtig dargestellt #630077doh! :)
what the heck? why this was inside my .htaccess? and why i didn’t have a guess?
anyway! thank you for your outstanding support! :)
cheers jens :)
May 10, 2016 at 4:31 pm in reply to: Enfold Child Option Panel wird nicht richtig dargestellt #630059Hi Yigit,
i wrote them in private-field. Hopefully you can help. If you need my post in english, let me know.
Cheers
June 28, 2015 at 10:51 am in reply to: Bilder Masonry verschwinden ab einer gewissen Auflösung #465496Hi Peter,
Danke! Ich werde das vermutlich bald mal im kleinen Umfeld testen und werde Euch dann gern Feedback geben was besser funktioniert / performanter ist und wie kompatibel die wichtigsten Must-Have-Plugins damit funktionieren.
Zu dem eigentlichen Problem das der Avia-Layoutbuilder nicht mehr funktioniert:
Dieses Problem konnte ich selbst lösen. Es hatte mit dem Update auf 3.9 zu tun und hat nicht nur Euer Theme betroffen, sondern auch andere die mit ähnlichen Tools arbeiten (z.B. mit dem Page-Composer). Schuld war tatsächlich WPML – Ein Update auf die Version 3.1.5 von WPML schafft Abhilfe. Gern weitersagen, sollten auch andere dieses Problem haben.Cheers Jens
Hi – Danke.
Ich habe das Plugin mal deaktiviert. Habt ihr hier eine andere Empfehlung? Ich möchte ja nicht bei jedem Update die Social-Media Geschichten von Hand nachpflegen, daher arbeite ich mit einem Plugin.
Zudem erklärt das nicht warum das Backend langsam ist. (Was es ja auch vorher nicht war)
4,5 Sekunden sind deutlich zu viel. Gerade für einen Shop ist hier die Absprungrate alleine deshalb zu groß. Die Hälfte sollte Ziel sein.
LG
Danke – gelöst. :)
Hi Peter – Danke Dir für die Mühen und das nachschauen. Hoffe das Kriesi da in Zukunft irgendwie eine tolle Lösung zaubert. Danke Dir. LG Jens
Der Fehler tritt nur auf, wenn die Einstellung bei Post Number (Fullwidth-Masonry) nicht auf “All”, sondern z.B. auf 12 gesetzt wurde. Dann zeigt er nur noch 2 Kategorien an und nicht mehr alle. Weitere Kategorien würde er nur anzeigen, wenn man z.B. die Zusatzfunktion “Pagination” mit anschaltet – dann jedoch auch erst ab der 2ten Seite. Und das führt die komplette Funktion für mich so ein bisserl ad absurdum. ;)
This reply has been marked as private. -
AuthorPosts