Forum Replies Created
-
AuthorPosts
-
April 3, 2015 at 3:57 am in reply to: Left and right margin for Grid so Background images display correctly #422865
Hey!
I can’t open your website. I get to a red page where I am supposed to fill in a captcha, but when I do so I geht to a blank page …
However, can you please provide us a mockup/screenshot showing exactly what you want to achieve? so we can provide you some precise CSS code? you can use a public dropbox folder or imgur.com to host your screenshots.
Regards,
AndyHi!
please add this to your Quick CSS as well for removing the border on search icon:
.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav > #menu-item-search > a { border-left-width: 0px; border-right-width: 0px; }
Hope this helps.
Regards,
AndyApril 2, 2015 at 4:28 am in reply to: MENU / Button Style (Bordered) – only on Hover and Current Menu Item? Like you #422256Hi!
to change hover color:
#top #header .av-main-nav > li > a:hover .avia-menu-text, #top #header .av-main-nav > li > a:hover .avia-menu-subtext { background: red; }
to change current page menu color:
#top #header .av-main-nav > li.current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li.current-page-item > a .avia-menu-subtext { background: green; }
You might need to clear browser cache.
Hope this helps.
Regards,
AndyHey!
can you please provide us admin access, so we can take a closer look into the issue? In the meanwhile please deactivate all plugins to see if one is causing this problem.
Best regards,
AndyHey!
alles klar. Melde dich dann einfach noch einmal in einem neuen Ticket, falls du dann noch Hilfe brauchen solltest.
Einen schönen Urlaub wünsche ich dir!
Liebe Grüße,
AndyHi!
I tried with my htc device and everything looks good and your content sliders are working fine for me.
Regards,
AndyHey!
Ich kann deine Website nicht mehr öffnen und bekomme nur eine weiße leere Seite zu sehen. Was ist da passiert?
Du kannst es für die entsprechenden Geräte bzw. Bildschirmgrößen mittels “media querries” anpassen, z.B. für iPhone so:@media only screen and (max-device-width: 667px) { .av-parallax { height: 100% !important; top: -175px !important; }}
Dieser Code greift nur für Geräte bis einer Bildschirmgröße von 667px. Jetzt müsstest du noch “top” und/oder “height” anpassen. Hier ein Link, um heraus zu finden wie du es auch für die anderen Geräte/Bidschirmgrößen angepasst bekommst:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/Gruß!
AndyHi!
Kriesi told me it’s quite difficult to handle because it’s only happening on Safari and not even every time. He is still investigating. So thanks for being patient.
Best regards,
AndyApril 1, 2015 at 7:51 pm in reply to: Wie mobiles Menü + Scroll to Top Button immer sichtbar machen #422126Hey!
der Code von Elliott müsste funktionieren. Ich kann auf deiner Seite jedoch nicht sehen, dass er dort verwendet wird und statt dessen sehe ich:
#scroll-top-link { display: none; }
Bitte gehe sicher, dass du den Code von Elliott verwendest und leere deine Browser cache hinterher. Verwendest du ein Caching Plugin? falls ja, gehe in deren Einstellungen und schalte das caching aus und hinterher leere deinen Browser Cache.Hoffe es klappt.
Gruß,
AndyHey!
ok, alles klar. Schön, dass du eine Lösung für dich gefunden hast.
Liebe Grüße,
AndyApril 1, 2015 at 6:08 am in reply to: Apostrophes in tables, not showing properly in mobile version #421754Hi Phet!
please us the html code for the apostrophe instead: http://character-code.com/punctuation-html-codes.php
Cheers!
AndyHi Phillipwatts!
can you post a link to your website please showing the issue? make sure to use newest WordPress and theme version.
Best regards,
AndyHey makeitbritish!
as Kriesi mentioned here https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-409009 he added a fix on the new update. Since that I haven’t heard about any problems with gravity forms. Make sure to use Enfold v3.1.3. and please send us a link to your website if the problem is still there.
Cheers!
AndyHey PeterTLH!
As Kriesi said here https://kriesi.at/support/topic/a-conflict-with-gravity-forms/#post-409009
he included a fix in the update. Newest Enfold version is v3.1.3. Did you install this one?Please provide us a link to your website.
Regards,
AndyApril 1, 2015 at 5:40 am in reply to: Post Slider with full width and less space between images #421742Hey Karl!
in Blog Posts element you can try to use “grid layout” as Blog style and we could help you with some basic adjustments, but I think for the kind of customization you want, you would need to to hire a freelancer or get the work done here: http://kriesi.at/contact/customization
Regards,
AndyHi!
I checked your website and I can see that you are not using the code. For example this code from Ismael:
.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide { display: none; }
on your website is still set to
.responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide { display: block; }
Please put the code in your Quick CSS and clear browser cache afterwards. Make sure to deactivate caching of any caching plugin at first.
Best regards,
AndyHi!
just to let you know: Kriesi is aware about this issue and he is working on it. Did you try it on your website with the new upgrade Enfold v3.1.3.?
I hope it’s working for you now.Regards,
AndyHey!
Mobile browsers scroll to top automatically when touched on the top of the browser and to not cover any content on small screens it was removed I think. But glad Yigit could help you to achieve what you needed :).
Let us know in a new ticket when you need some more help.
Cheers!
AndyHi!
I am sorry, but we can’t provide support for any third party plugins.
As they know their product best, I suggest to contact the plugin’s author for support here: http://jamesckemp.ticksy.com/Cheers!
AndyHi!
please update to Enfold v3.1.3.
Right now I can only see one image, but you would need at least two for the slideshow controls to show up.Regards,
AndyHey Lev!
please use this code to control the caption’s font-size:
@media screen and (max-width: 667px) { .slideshow_caption .avia-caption-content p { font-size: 39px; }
Please adjust for the different devices by yourself. Here you find a list for max-width for different devices: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Best regards,
Andy- This reply was modified 9 years, 8 months ago by Andy.
March 31, 2015 at 9:17 pm in reply to: WooCommerce's categories aren't shown on a Product Single Page #421573Hi jruizmatrix!
are you using “Widget Area” element of the avia layout builder? make sure to use newest WordPress and theme version.
Can you show us screenshots to make things clear?Try to deactivate all plugins, to see if one is causing this issue.
For further support we would need admin access to the website, for a deeper look.
Regards,
AndyHi gharding!
can you provide us admin access so we can take a deeper look into the issue? you can post login details here as private reply.
In the meanwhile please try to deactivate all plugins and let us know if this changes anything for the blog excerpts.
Best regards,
AndyHey jnightingale!
can you please try to deactivate all plugins? I think one might cause this issue. Afterwards you can activate them again one by one to see which one is making problems.
I hope that helps.
Regards,
AndyHi!
sorry für die späte Antwort. Ich kann mich leider nicht auf deiner Seite einloggen:
Hast du den Zugang sperren lassen? bitte schicke uns den Link, wo man sich auf deiner Seite einloggen kann (als private Nachricht).
Hier noch mal eine Anleitung wie du Enfold korrekt updaten kannst: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Gruß,
AndyHi!
du findest die Option eine Sidebar auf Smartphones ein- oder auszuschalten hier: Enfold->Sidebar Settings
Versuche deine background Grafik hiermit zu kontrollieren:
.av-parallax { height: 100% !important; top: -175px !important; }
und passe eventuell den “top” Wert noch an. Schaut bei mir dann so aus:
Hoffe das hilft.
Gruß,
Andy- This reply was modified 9 years, 8 months ago by Andy.
Hey!
nos puedes dar un link a tu pagina web por favor? tambien necesitamos accesso de admin. Los detalles del login puedes escribir acá en un mensaje privado.
Best regards,
AndyHey!
leider versteh ich nicht was du vorhast. Bitte zeige uns eine Skizze von dem, was du erreichen möchtest.
Für die sidebar auf iPad habe ich noch etwas im code vergessen, damit es auch wirklich nur auf dem iPad greift:
@media all and (max-width: 768px) { .inner_sidebar { margin-left: 0; }}
Gruß!
AndyHi!
Mit hohe und kleine Auflösung meinst du einen großen oder kleinen Bildschirm, oder? Dass sich die Grafik anpasst, lässt sich nicht vermeiden, es sei denn du möchtest, dass deine Seite nicht mehr responsive ist. Wir müssten also vielmehr eine Lösung finden, die auf den gängigen Endgeräten gut ausschaut (trotz Anpassung der Grafik).
Auf deinen “Screenshots” kann ich leider so gut wie nichts erkennen. Kannst du bitte echte Screenshots, anstatt Fotos von deinem Bildschirm zeigen? Du kannst imgur.com oder einen public Dropbox dafür verwenden.
Also bei mir passt sich deine Grafik wunderbar an, wenn ich den Browser kleiner bzw. größer mache:
Welchen Browser verwendest du? stelle bitte sicher, dass du immer die neueste Browser Version verwendest.
Für deine sidebar auf iPad, versuche diesen Code im Quick CSS:
.inner_sidebar { margin-left: 0; }
Hoffe das hilft.
Lieben Gruß,
Andy- This reply was modified 9 years, 8 months ago by Andy.
March 30, 2015 at 8:10 pm in reply to: No separating vertical line between 1st and 2nd items in the "full width menu" #420763Hey!
sorry, here you go with a code for Quick CSS field:
#top .av-subnav-menu > li:first-child a { border-left-width: 1px; border-left-style: solid; border-color: #e1e1e1; }
Hope this helps.
Best regards,
Andy -
AuthorPosts