Forum Replies Created
-
AuthorPosts
-
April 27, 2018 at 11:41 am in reply to: Enfold Youtube Plugin with no cookie Option for EU DSGVO? #947870
Hello Guenni,
thanks that works just as well with the code as with the enfold plugin. That’s what I have been looking for.
Now I can integrate the no cookie version and the DSGVO video story is done ;-)
@schaer_m, look at this thread
this CSS works for me
April 27, 2018 at 10:38 am in reply to: Partner Logo element images scale too big after update #947801Thanks Yigit looks perfect now! :-)
April 27, 2018 at 10:36 am in reply to: Enfold Youtube Plugin with no cookie Option for EU DSGVO? #947798This reply has been marked as private.This reply has been marked as private.April 26, 2018 at 2:09 pm in reply to: Partner Logo element images scale too big after update #947279This reply has been marked as private.April 26, 2018 at 11:14 am in reply to: Partner Logo element images scale too big after update #947196Hello,
here is also a thread about it:
Could anyone solve the problem?
Hello,
I have the same problem since the automatic update via the web interface. The no-scaling option is ignored and the image is zoomed the original size is not used. Seems to be a bug in the new version.
The attempt with the folder avia-shortcodes to delete and re-upload from the package has unfortunately brought nothing.
Hello,
thanks for your help! The logo was shaped like an egg. :-)
But i found a workaround for IE with your avia.msie code, that will be ok:.avia-msie .header-scrolled .logo a img { visibility: hidden; } .avia-msie .header-scrolled .logo a { background: url(https://www.URL_Logo.png) no-repeat top center; }
Does somebody still have an idea? I have removed from the logo the white frame, then it is somewhat better in IE, but then the logo looks so huge and it is very squeezed by the frame.
Hello,
thank you! I understand this so I must specify a parameter with minimum height. But maybe I take the wrong container because it happens nothing?
My code looks as follows:.logo img { -ms-interpolation-mode: bicubic; min-height:1px; }
Hello Nikko,
thanks for your help!
i insert the Code in quick css, but nothing happens. dont know why ist only in ie11
August 31, 2016 at 4:43 pm in reply to: Category Styling: fullwidth page banner before footer #680123Hey Andy,
thanks, it now works with the height. But it now intersects with the “Test Cat , 123” from. How do I get this text upwards? URL is posted.
Hello,
thanks for help!
when i only use
elseif ( is_page ) { echo 'Test Test Test'; }
the rest of the category code works but the Main Page do nothing. Have i to use for is_page the post ID from the Shopsite?
the products site have the post.php?=post=202 id.
Hello,
where can I find the Term ID for the Main Page Shop where all categories are displayed? It use a wrong Banner from my code so i want to tell that it is empty.
elseif ( is_product AND has_term('HERE I NEED THE ID', 'product_cat')) { echo '<img border="0" alt="" src="http://xyz.com/wp-32e86-content/uploads/2016/08/mainpage_empty_banner.png" style="float: left; z-index: 99999; width: 100%;">'; }
have some questions to the style experts.
how can I max . height for the banner determine. If I draw the window smaller the graphic is also small, it looks responsive. But the picture will be very squashed you can do this better? thanks for help!
Hello,
no guenni007 it not works with is_product_category(’17’) for the single produtcs in the category. But now i think i have a solution for this. i will see if this works for more than three categories
add_action('ava_after_main_container', 'add_banner_before_breadcrumb'); function add_banner_before_breadcrumb() { if ( is_product_category || is_product AND has_term('17', 'product_cat')) { echo '<img border="0" alt="" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image-1.jpg" style="float: left; z-index: 99999; width: 100%;">'; } elseif ( is_product_category || is_product AND has_term('6', 'product_cat')) { echo '<img border="0" alt="" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image-2.jpg" style="float: left; z-index: 99999; width: 100%;">'; } elseif ( is_product_category || is_product AND has_term('16', 'product_cat')) { echo '<img border="0" alt="" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image-3.jpg" style="float: left; z-index: 99999; width: 100%;">'; } }
hope the code is conform with the rest of the code. :-)
Hello,
yes, i try it – thanks to guenni007 :-)
the code now looks like:add_action('ava_after_main_container', 'add_banner_before_breadcrumb'); function add_banner_before_breadcrumb() { if ( is_product_category() AND has_term('6', 'product_cat')) { echo '<img border="0" alt="" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image-1.jpg" style="float: left; z-index: 99999; width: 100%;">'; } elseif ( is_product_category() AND has_term('17', 'product_cat')) { echo '<img border="0" alt="" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image-2.jpg" style="float: left; z-index: 99999; width: 100%;">'; } elseif ( is_product() ) { echo '<img border="0" alt="" src="http://www.yourwebsite.com/wp-content/uploads/shop-banner-image-3.jpg" style="float: left; z-index: 99999; width: 100%;">'; } }
with the term id i can set the categories for the banner. but i dont know how i combinate category 6 + all only all products from cat. 6 have to use banner 1. And all products from category 17 have to use banner 2 from category 17. the last elseif ( is_product() ) must in elseif ( is_product_category() AND has_term(’17’, ‘product_cat’)).
Hello,
when I insert the code above in my functions.php + the CSS code changes, unfortunately, nothing. The term ids I have changed. Can I do it so translated that the products per category get all the same headers? Many thanks for your help!
July 20, 2015 at 3:01 pm in reply to: Turn off title and breadcrumbs only on shop overview pages? #475847that is it! Thanks for the fast help :-))
July 20, 2015 at 2:46 pm in reply to: Turn off title and breadcrumbs only on shop overview pages? #475832yes, thanks for help :-)
this is the new ok Page think its Main Archive?
http://www.e-k-u.de/images/changed.PNGand this the other when you cklick on a category
http://www.e-k-u.de/images/category.PNGJuly 20, 2015 at 2:19 pm in reply to: Turn off title and breadcrumbs only on shop overview pages? #475812Hi Yigit,
thanks works for the Main Shop Page. What template code must i use for the sub category template:
Site / Shopmain (works) / Shopsub category (this here?) / Productdetail
Hi Andy,
das ist sicher der Wartungsmodus, man muss über die Adminoberfläche rein. :-)
ok ich werde mir das durchlesen und nach meinem Urlaub testen, danke!
Hallo Andy,
danke die Grafik ist nun sichtbar bleibt aber nur für die vorgegebene Höhe dort. Sobald das Fenster kleiner wird oder eine andere Auflösung genutzt wird sieht man nur die Hälfte oder gar nichts mehr, der Header wird dann von unten nach oben geschoben.
Hallo Andy,
danke das mit dem Menü klappt soweit habe es auf 1024px erhöht da das iPad eine höhere Auflösung hat. Wo findet man den Punkt ab welcher Auflösung die Sidebar ausgeschaltet wird.
Für die Shopgrafik habe ich neue Bilder erstellt.
Unter Shop Options gibt es den Punkt “Yes, Display a banner image”
http://experten-kennen-uns.de/enfold_options.png
In den ->jeweiligen<- Shopkategorien kann man die Grafik auswählen
http://experten-kennen-uns.de/kategorie.png
So soll das ganze aussehen, auch Responsive
http://experten-kennen-uns.de/ok.png
So sieht das ganze aus
http://experten-kennen-uns.de/nicht_ok.png
Liegt vermutlich daran das die ganze Grafik über den kompletten Seitenhintergrund gestreckt wird, nicht nur die Höhe des eigentlichen Headers.
- This reply was modified 9 years, 7 months ago by envato1901.
Hallo Andy,
du bist aktuell auf der Startseite, der Slider funktioniert dort super! Und genau diese Grafiken sollen mit einer kleineren Höhe, in die jeweils passende einzelne Shop Rubriken wo der kleine Text dann steht anstatt die großen Headlines. Sprich die Rubriken Kabel und Leitungen, Multimedia usw.
Dort werden die Grafiken dann versteckt über die gesamte Auflösung und hinter dem Content dargestellt.
Das Feature heißt Shop Page Banner und ist seit der neuen Version hinzu gekommen.Ich sende Morgen neue Bilder.
Hallo,
vielen Dank für die Antwort.
Das Problem ist das der Grafikcontainer sich über die Gesamtseite in der Höhe erstreckt und somit die Grafik je nach Auflösung nicht angezeigt wird. Wenn man eine hohe Auflösung hat sieht man so gut wie nichts (Bild 1). Bei kleineren Auflösungen oder durch kleiner schieben des fensters (Bild1+2) wir die Grafik langsam sichtbar.
Bei der Sidebar ist es so das dort einfach der Text abgeschnitten wir wenn die Auflösung kleiner wird. Anbei Bilder wie es am iPad aussieht. Hier hat die Sidebar links aber noch Platz.
Hallo,
Sie müssen unter den Menupunkt Produkte und dann Kabel und Leitungen schauen. Dort sollte dann eine Grafik aus dem Slider zu sehen sein im farbigen Header.
This reply has been marked as private.this is the test picture from the working slider
with a high screen resolution
http://experten-kennen-uns.de/slider_big_ok.PNGIn a small screen resolution
http://experten-kennen-uns.de/slider_small_ok.PNGso it looks in the categories
http://experten-kennen-uns.de/not_ok.PNG -
AuthorPosts