Forum Replies Created
-
AuthorPosts
-
June 3, 2014 at 1:47 am in reply to: Page formatting causing text overlapping & poor layout on mobile site. #273647
Hi!
Add this to fix the mobile issue (i moved the inline styles here, it’s better):
#oshead { line-height: 110%; font-weight: bold; font-size: 80px; color: #ffffff; text-align: center; } @media only screen and (max-width: 767px) { #oshead { font-size: 42px; } }Result:

Cheers!
JosueIt’s done.
Added this to the Quick CSS:
#top #wrap_all .av-social-link-angie:hover a { color: #fff; background-color: #2DBE32; }Note: you can actually switch to a child theme without losing your settings, there is now an option to transfer the parent settings to the child one.
Regards,
JosueHi!
This will fix it:
.html_logo_center.html_header_top.avia-msie-8 .logo { left: 0px !important; right: 0px !important; margin: 0 auto; width: 622px; }Best regards,
JosueSeems you already managed to do the styling part, what’s the actual issue right now?
Also, the dropbox links you are posting are not working.
Regards,
JosueHi,
I need to see the website live. You can post it as a private reply if you want (only mods will see it).
Best regards,
JosueDe nada, seria mejor en otro post y ponlo en inglés también, de esa forma todo el equipo te puede ayudar :)
Ponle important a esta parte:
.social_bookmarks{ margin-top: 25px !important; }Can you please create me an temporary FTP account? post it here as a private reply.
That way i can fix PHP errors if these happen.
Regards,
JosueJune 2, 2014 at 11:53 pm in reply to: Open YouTube video in lightbox by clicking a button inside Advanced Layer Slider #273612You are welcome, always glad to help :)
Regards,
JosuePrueba con esto:
.social_bookmarks{ margin-top: 25px; } .social_bookmarks li a:after{ content: ""; width: 1px; background: #cad2d4; height: 20px; position: absolute; right: -4px; top: 4px; } .social_bookmarks li:last-child a:after{ content: ""; background: transparent; }I’m trying to check your website but there seems to be an error on line 1. Please fix it so i can help you with the hover CSS.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#av_section_1 { position: fixed; z-index: 1000; top: 40px; background: transparent; border: 0; }I’d recommend you to set an unique ID to that section and change the CSS accordingly.
Cheers!
JosueJune 2, 2014 at 11:39 pm in reply to: Blog posts doesn´t work in layout builder landing page #273597Hey!
Add a “noLightbox” class to that link element.
Best regards,
JosueUnfortunately i can’t, my address changes very often, you could try playing around with the Inspect Element tool in Chrome, this may help you:
http://designshack.net/articles/css/how-to-center-anything-with-css/Regards,
JosueTry this:
#uniquecolorsection:after{ content: "ANALYTICS AND INSIGHTS: We offer a management consulting perspective on real estate to help individual homeowners and homebuyers make better decisions. Please take a moment to view our short videos below. "; position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.2); color: black; display: block; padding: 20px; width: 100%; font-weight: bold; }You want to put it right here?

Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueAñade esto al Quick CSS:
li.social_bookmarks_abolengo.av-social-link-abolengo a { font-size: 36px; }You can check the new code in the Theme Options. I changed it by one i know it works.
Regards,
JosueHi,
Post a screenshot as a private reply, only mods will see it.
Best regards,
JosueI changed the tracking code, check again if the code is installed in an hour or less.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.toggle_content br { display: none; }Cheers!
JosueHi!
These ‘issues’ keep the theme working in IE and will never validate. There are actually quite a few of these compatibility bits of code throughout the theme which will never validate but are standard on almost all sites these days.
Cheers!
JosueJune 2, 2014 at 11:08 pm in reply to: woocommerce cart/checkout layout issues when using smartdevice (portrait mode ) #273570Hi Pedro,
Can you post the link to this website please?
Regards,
JosueFixed:
http://abolengo.com.ar/anuevo/There were some errors in the code:
http://abolengo.com.ar/anuevo/wp-admin/theme-editor.php?file=functions.php&theme=enfold-child&scrollto=0&updated=trueBest regards,
JosueHey Kevin!
Add this too:
.header_color .main_menu ul:first-child > li.current-menu-ancestor > a{ color: #ffffff; background-color: #569bbd; } .header_color .main_menu ul:first-child > li.current-menu-ancestor > a .avia-menu-fx{ opacity: 1; visibility: visible; }Best regards,
Josue -
AuthorPosts
