Forum Replies Created
-
AuthorPosts
-
February 17, 2015 at 5:14 pm in reply to: Layer slider slideshow seemless transition settings… #397614
Hi!
The code Elliott provided you would only work if you fill in the brackets. What exactly do you want to achieve? to have the same text shadows? what else?
For text shadows use this code:h2.avia-caption-title { text-shadow: 3px 3px 9px #1A1A1A; } #top .av_inherit_color * { text-shadow: 3px 3px 9px #1A1A1A; }
Cheers!
AndyHi!
you can use this code in Quick CSS field:
.avia-menu-fx { opacity: 1; visibility: visible; }
Regards,
AndyHi augenblende!
Dein erster Link funktioniert nicht richtig.
1.) Bitte schaue dir folgende Seite an: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/#prettyPhoto
Unter “Demos” findest du mehrere Optionen, um einen Code zu generieren für das, was du erreichen möchtest. Ich denke für dich käme vor allem “External Link” in Frage.2.) Ja, siehe 1.
3.) Kannst du bitte deinen Browser Cache leeren nach dem du Änderungen vorgenommen hast? Falls das nicht hilft, versuche bitte alle plugins zu deaktivieren und schau, ob es dann funktioniert. Eventuell löst eins einen Konflikt aus.
Hoffe das hilft.
Gruß,
AndyHi!
yes, you can make a test site for example, showing the issue.
You can add screenshots as well, using imgur.comBest regards,
Andy- This reply was modified 9 years, 9 months ago by Andy.
Hey!
I can’t open your website. Could you please try to deactivate all plugins and see if this helps?
Regards,
AndyFebruary 16, 2015 at 7:20 pm in reply to: Control what section of the slider image that is visible? #396958Hey crewneck!
can you please elaborate? what do you want to control? I can’t see what you mean. Do you mean you want to control the image’s position? if yes you could use this:
#top #wrap_all .ls-wp-container .ls-slide > * { margin-top: -270px; margin-left: 10px; }
and adjust as needed.
Best regards,
AndyHey!
1.) I think your menu font is already bold and 900, but to make sure you can use this code:
.av-main-nav > li > a { font-weight: 900 !important; }
2.) Use this code:
#top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { background: rgba(0,0,0,0.2); }
3.) It’s already working like you want. The submenu remains white when not hovered. Could you fix it?
4.) Your header is transparent for me. Seems you did it already.
Let us know when you need more help and please use different threads for different issues.
Regards,
AndyFebruary 16, 2015 at 6:33 pm in reply to: Enfold not displaying masonry with WPML and The events Calendar #396899Hi Andrei!
please update to Enfold 3.0.8.
Best regards,
AndyHey Munford!
I don’t think it’s possible and you would need to rebuild everything with Enfold. Two different themes from two different authors are just not compatible with each other.
Regards,
AndyHey Munford!
to control the position of the submenu and to change border color to white use this code:
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu { top: 150px; color: white; }
Best regards,
AndyFebruary 16, 2015 at 5:39 pm in reply to: German language file corrupted!? (Deutsche Sprachdatei korrupt!?) #396850Hey!
Ja, es wird stetig daran gearbeitet unsere Themes auch in weiteren Sprachen außer Englisch zu übersetzen. Dies ist jedoch sehr aufwendig und durch ständige Updates (z.B. zusätzliche Funktionen die hinzukommen) nicht immer sofort möglich.
Von CodeStyling Localization habe ich eigentlich nur sehr gutes gehört bisher, aber danke für den Hinweis.Lass uns wissen, wenn du Hilfe mit einem unserer Themes benötigst.
Gruß,
AndyHi!
I use Mavericks as well, but have updated to Safari 7.1.3. Please always use the newest browser version.
Did you already try to deactivate all plugins to see if one is causing this issue?
You could also try to delete your current testimonial slider and reactivate it.
Also clear your browser cache.Best regards,
AndyFebruary 16, 2015 at 4:05 am in reply to: Forum & Topics pages – how to show the date of the last post ? #396517Hey mistralblanc!
you could try using this plugin: https://wordpress.org/plugins/bbp-last-post/
Regards,
AndyFebruary 16, 2015 at 3:57 am in reply to: How to change the Frame color in a fullscreen slider element #396516Hey DROR!
can you please post a link to the website showing where you want to implement this?
Also would be nice if you could post the code you are using already for single and homepage.Best regards,
AndyHi DROR!
go with this code:
.avia-progress-bar .progressbar-title-wrap { bottom: 0px; left: 0px; }
Cheers!
AndyHi QBDSwedenAB!
use this code in Quick CSS:
.entry-content-wrapper .post-title { pointer-events: none; }
Cheers!
AndyHi!
instead you can use the normal text element to show the code’s results.
Best regards,
AndyHey crewneck!
can you please show us a mockup/screenshot of what you want to achieve? For me your footer looks just fine.
Best regards,
AndyFebruary 16, 2015 at 3:37 am in reply to: Header background image doesn't always load on mobile devices? #396509Hi crewneck!
For me it seems to be fine. Can you please provide a screenshot of the header showing how it should be displayed?
Best regards,
AndyFebruary 16, 2015 at 3:33 am in reply to: adding the avia layout builder to Custom post types #396508Hi ShortieD!
please refer to this: https://kriesi.at/support/topic/meta-php-in-child-them-not-working/#post-376445
Best regards,
AndyHey ShortieD!
go with this code:
.logo img.alternate { top: 10px; }
Best regards,
AndyHi ShortieD!
use this code:
.header_color span { color: blue; }
Cheers!
AndyFebruary 16, 2015 at 3:12 am in reply to: align caption sub text to the right for easy slider #396505Hi!
sorry, I thought first you mean only on this SITE. Use this code instead for taking effect only on your 3rd SLIDE:
li.slide-3.active-slide .avia-caption-content.av_inherit_color { padding-left: 141px; }
Best regards,
AndyFebruary 16, 2015 at 2:59 am in reply to: align caption sub text to the right for easy slider #396503Hey ShortieD!
use this code:
.page-id-10 .avia-caption-content { padding-left: 141px; }
Best regards,
Andy- This reply was modified 9 years, 9 months ago by Andy.
February 15, 2015 at 6:12 pm in reply to: Full width masonry gallery with fixed main content #396441Hey!
can you please explain further? what do you want to achieve? please show us screenshots and point us on the right direction of your website. On which link can we see what you want to change?
Best regards,
AndyFebruary 15, 2015 at 5:59 pm in reply to: Fullscreen slider is working backwards on an RTL site #396434Hey DROR!
what a strange behavior, which I have seen before! and it’s definitely not a normal Enfold behavior. That’s why I suppose a plugin could cause this issue. Could you please deactivate all of them and see if this helps?
If that does not help: Did you have any problems when you updated the theme the last time? maybe there are some corrupted files and you would need to delete all Enfold files and get a fresh copy from your themeforest account.Regards,
AndyHey!
please try by adding this code:
#top .aviaccordion-preview-title-wrap { display: flex; padding-top: 355px; }
Cheers!
AndyHey Dutchman!
How do you want your background image to look like? Try with this code:
.main_color { background-position: top !important; }
Please open different tickets for different issues, so other users can find easier when they search for their problem in the forum and other moderators can work on your issues as well, so you will get a faster reply.
Regards,
Andy- This reply was modified 9 years, 9 months ago by Andy.
Hey!
glad you could fix it. Let us know if you need any more help with one of our themes.
Regards,
AndyHey djshortkut!
try with this code:
#top .av_header_transparency #header_meta * { color: #018db0 !important; }
If that does not work you will need to find and remove this code in your Quick CSS/style.css:
#top .av_header_transparency #header_meta * { color: white !important; }
Cheers!
Andy -
AuthorPosts