Forum Replies Created
-
AuthorPosts
-
Hey, thanks for your reply. It wouldnt be a problem to gave admin access. But I dont know why you want to do it with JS?
I want to delete the completely. But only those that are given by the template. The defined by me should be in it.
this should be deleted:
<h1 class=’main-title entry-title’></h1>
<h1 class=”page-title”></h1>
Hey Jordan,
thank you. But this dosent do what I need or do I need to add something else myself? I would like to remove the given headings including <h1> …. </ h1> on all categorys.
Best regards
AlexI added a screenshot where i need it :)
Hey Nikko, thanks for your reply.
Im using germanized beside woocommerce. Is there any chance to change the text on single product via a hook?
Is there any Hook for it?
Hey Ismael,
added this code, no changes on home or category pages.
Hey Ismael,
thanks.
add_filter( 'avia_breadcrumbs_args', 'avia_breadcrumbs_args_mod', 10, 1 ); function avia_breadcrumbs_args_mod( $args ) { $args['show_home'] = __( 'YOUR COMPANY NAME HERE', 'avia_framework' ); return $args; }
is exact what I needed :)
Best regards
AlexHey, thanks for your help. But with that code, nothing changed. I posted my link @ private area. I dont want to show the tax on homepage + any category.
Best regards,
Alex
I find and fix some issue, only the “noscript” error is still here. I love Enfold but sure I want to have a clean website :) So possible to fix?
Hey Rikard,
thanks, but this isnt what I needed.
I want to hide vat and delvery price on categorys and show overview, not @ single or cart.
Best regards
AlexHey Yigit,
thanks you, it looks nice now. Just one more thing, if possible. I want to indent text if there is a second line. I marked it yellow on the screenshot.
Hey again, i still have some styling problem. I added a span, better to control for me.
function ava_woocommerce_after_cart_mod( ) { echo '<div class="after_cart"><span class="waren"><h2>Bequem und sicher bestellen</h2><img src="https://xxx" alt="haken icon"/><strong>Sicherheit:</strong> Sowohl Ihre Zahlung als auch Ihr Paket sind versichert.<br /><img src="https://xxxx" alt="haken icon"/><strong>Kundenservice:</strong> Ihre Anfragen werden schnell und persönlich von unseren Experten beantwortet.<br /><img src="https://xxx" alt="haken icon"/><strong>Lieferung:</strong> Unsere Lagerartikel erhalten Sie bereits am nächsten Werktag.</span></div>'; }; add_action ('woocommerce_after_cart', 'ava_woocommerce_after_cart_mod', 100, 0 );
.cart-collaterals, .after_cart { display:inline !important; } span.waren img { top: 5px; position: relative; padding-left: 50px; } span.waren h2 { font-size: 14px; text-align: left; float: none; }
If u watch this now @ website, the second line of each element breaks. Why this dosent accept the padding left?
well done, ty.
Hey, thank you, it worked.
Maybe u can tell me how to get it on the right side, see screenshot.
- This reply was modified 8 years, 1 month ago by combra.
Hey,
ja die Leute von Yoast wissen Bescheid, hatte E-Mail Kontakt mit denen und gaben mir den obigen Link, um euch zum Problem einzuladen. Liegt eindeutig an der Verwendung von Yoast SEO + Enfold. Anderes Theme -> 100% Funktion von Yoast.
Ich nutze das Premium Plugin von Yoast (SEO Premium + Woocommerce SEO von Yoast).
We apologize for the inconvenience and we thank you for bringing the issue to our attention. While we are not working on it at the moment, we have added you to our list to be contacted when we have an answer. We also ask that you invite the theme authors (if you have not done so) to comment on the issue so we can both research compatibility. We’ve re-referenced the link again: https://github.com/Yoast/wordpress-seo/issues/4119
Hi,
Problem mit Yoast und Enfold besteht nur beim Snippet Editor in Produktkategorien. Normale Produkte und Blogartikel stellen kein Problem dar.
also ich habe jetzt folgendes durchgeführt:a) alle Plugins deaktiviert, nach und nach wieder freigegeben, das Problem besteht weiterhin
b) Standard Theme aktiviert, Yoast funktioniert einwandfrei
c) Enfold aktiviert, Yoast Snippet Editor funktioniert nicht mehr
d) Enfold neue Version installiert, Editior für Snippets funktioniert nicht mehrIch habe den Fall auch direkt bei Yoast geschildert, mal sehen..
Ja, das geht. Gibt es eine “area” für alles im footer? So wird nur der Footer an etwas hochgezogen, aber nicht der Socket, back to Top Button etc., siehe Seite.
.container_wrap.container_wrap_first.main_color.sidebar_right.template-shop.shop_columns_3 { top: -30px; }
Passt mit dem Code :)
Allerdings fehlt nun unten ein Stück dieser Linie, siehe jede Produktkategorie.
- This reply was modified 8 years, 7 months ago by combra.
.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container { display: none; }
Habe den Code jetzt mal rausgenommen. Die Breadcrumbs werden dadurch wieder angezeigt. Das ist alles soweit gut, nur durch das Entfernen dieses Teils, wird jetzt die Linie wieder nicht durchgängig, sobald eine Seite eine Sidebar hat. Siehe Markierten Teil im Screenshot
Viele Grüße
That worked. Ty
thanks, solved
thanks, solved
Solved, thanks
Danke!
Solved! Thanks
Die Breadcrumbs sind aktiviert. Mit dem obigen Code allerdings nicht mehr sichtbar. Die Darstellung ist gut wie sie ist, allerdings sollten die Breadcrumbs auch wieder sichtbar werden.
Hallo,
direkt überhalb der Sortierung, https://combra-shop.de/produkt-kategorie/fuellen-polstern-schuetzen/fuellen/knuellpapier/ (Kategorie)
https://combra-shop.de/produkt/fillpak-tt-papier/ (überhalb Produktimage (Produktsseite)Auf Seiten mit Slider kein Breadcrumb (z.B. Startseite)
Danke hat sich erledigt. Dein letzter Code hat das tatsächlich gemacht, jedoch sind dadurch die Breadcrumbs weg
-
AuthorPosts