Forum Replies Created
-
AuthorPosts
-
Hello!
I see you have changed to Wowslider and your problem seems to be fixed, i’m closing this thread.
Cheers!
JosueDon’t worry, closed.
Best regards,
JosueHey!
It is possible, but that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Regards,
JosueHello!
Try this:
.avia-builder-el-5 .iconbox_content{ background: green !important; }
And if you want the inner container too:
.avia-builder-el-5 .iconbox_content .iconbox_content_container{ background: green !important; }
Best regards,
JosueHello!
Great, i’m on it :)
Regards,
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHey Nora!
You can target the header when scrolled by using the .header-scrolled class, see:
.header-scrolled .logo img { padding-top: 5px; }
Best regards,
JosueHello Christian!
Add this code too:
.header-scrolled .logo{ top: 0; }
Best regards,
JosueHi Gordon,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi!
As far as i know, no. But a handy backup is always welcome :)
Regards,
JosueHi!
I set ‘sans-serif’ and italics, here’s the result:
Regards,
JosueHi!
For the first icon:
.avia-builder-el-1 .iconbox_icon { background: blue !important; }
For the second one:
.avia-builder-el-5 .iconbox_icon { background: green !important; }
Change green/blue for the desired colors.
Cheers!
JosueHey!
Can you post a link to your website?
Cheers!
JosueHey Jonathan!
There is no downside, you will see two themes like this:
If you want to change the name of the copy, just edit its style.css file.
Best regards,
JosueHi jorgepelaez!
It is, but that would require a deeper customization, and that customization is beyond the scope of our support form. If you really need it try hiring a freelancer for the job.
Regards,
JosueHi lwolfe63!
First create the iconbox element, then post a link to its page here.
Regards,
JosueHello lwolfe63!
Just exit the Builder, in the normal editor you will see a magic wand button, use that to generate the shortcodes you wish :)
Cheers!
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHello!
The solution was really easy, you just needed to add the final semicolon at the end of the text-shadow property.
Cheers!
JosueGlad we could help. hope you get it working :)
Regards,
JosueHi Achim!
You could create different Menus for each category and then using a plugin like this one, embed them in the pages you want (using Widgets).
Cheers!
JosueOctober 3, 2013 at 5:13 pm in reply to: Avia Layout Builder : Media Elements : Fullwidth Easy Slider broke with WP 3.61 #170004Hi Jeffrey!
They will, only modifications made to the theme files will get lost.
Cheers!
JosueOctober 3, 2013 at 7:19 am in reply to: Animated Images are Horizontally Squished when Browser Resizes #169768Glad you got it working. Let us know if you have any other questions or issues :)
Regards,
JosueOctober 3, 2013 at 7:11 am in reply to: Reduce height of Fullscreen slider in responsive mode #169762Hey!
This is how i see it in mobile:
Is this what you want?
Best regards,
JosueOctober 3, 2013 at 3:28 am in reply to: Reduce height of Fullscreen slider in responsive mode #169720Hi Mike!
I didn’t note you are using a Child theme, yes, you could add it here http://acmecontentlab.com/wp-content/themes/enfold-child/style.css
Cheers!
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueOctober 3, 2013 at 2:58 am in reply to: Avia Layout Builder : Media Elements : Fullwidth Easy Slider broke with WP 3.61 #169707Hi Jeffrey!
Please update Enfold, you have version 1.1, last version is 2.3, that will probably fix your issue.
Regards,
JosueOctober 3, 2013 at 2:44 am in reply to: Reduce height of Fullscreen slider in responsive mode #169700Hi mhiller!
Try putting that CSS in this file, there you can set different rules for mobile and desktop, the final code would look like this:
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .avia-fullscreen-slider .avia-slideshow { height: 100px !important;} } /* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-fullscreen-slider .avia-slideshow { height: 50px !important;} }
Cheers!
JosueHello denye!
Can you post a link to that page?
Best regards,
Josue -
AuthorPosts