Forum Replies Created
-
AuthorPosts
-
Hey WS!
It appears to be working as expected:

Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueIf you keep it organized (with pagination for example) if won’t cause any problems, WordPress can handle lot of data without issues. I have not used that plugin so i can’t tell much about it.
Best regards,
JosueTry centering it with a percentage value.
Best regards,
JosueHi!
I couldn’t see the link you posted, a login prompted.
Regards,
JosueHey Joe!
Can you post a screenshot of your view on the tablet?
Cheers!
JosueHey!
Change the code i gave you to:
@media only screen and (max-width: 767px) { .logo img { position: relative; top: 12px; } .header-scrolled .logo img{ top: 0; } }Cheers!
JosueHey!
No, it would be the same. Don’t forget to clear the background setting of the LS.
Best regards,
JosueJune 6, 2014 at 10:38 pm in reply to: Logo NOT Centered when scrolled or resting to top of page #275860You are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#av_section_1 .av_textblock_section { position: absolute; bottom: 10px; }I’d recommend you to set an unique ID to that color section so it doesn’t affect other pages, if you do that change the “av_section_1” part for the ID in the code i posted.
Cheers!
JosueJune 6, 2014 at 9:54 pm in reply to: Background main content image NOT loading in some specific pages #275844Hi!
Change the code you have to this:
.main_color.container_wrap { background: #ffffff url(https://florestana.com/wp-content/uploads/2013/04/fundo_rodape.jpg) bottom center repeat-x scroll; }Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Paul!
That’s not an issue, nobody uses IE with the window scaled to that size.
Regards,
JosueHi!
Use this code instead:
.avia-icon-list .iconlist_content li:before { display: list-item; content: ""; list-style: disc inside; float: left; position: absolute; left: 0; } .avia-icon-list .iconlist_content li { list-style: none; padding-left: 13px; }Regards,
JosueHey!
You could try creating a custom shortcode for that content:
http://codex.wordpress.org/Shortcode_APIBest regards,
JosueTry adding this too:
.header-scrolled .logo, .header-scrolled .logo img, .header-scrolled .logo a{ max-height: 100px !important; }Best regards,
JosueHi!
In your Menu:

Quick CSS:
.view-all-link .avia-menu-text{ color: #2283cd; font-weight: bold; }Best regards,
JosueHi!
You’d need to use custom CSS to set the weights, if you tell me which elements you want to affect i can help you with that.
Regards,
JosueHi Lyse!
Try enabling this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Best regards,
JosueTry adding this too:
.logo, .logo img, .logo a{ max-height: 185px !important; overflow: visible !important; }Modify the other code:
strong.logo { position: relative; top: 20px; } .header-scrolled strong.logo{ top: 0 !important; }Regards,
JosueJune 6, 2014 at 9:05 pm in reply to: Secondary apperance, color-scheme and menu.. is there any way I could do that ? #275817Hey!
Not happening on my end neither, also tested in a 13′ macbook, but this may fix it: add this at the end of your theme functions.php file:
function fix_avia_modal(){ echo '<style>.avia-modal.smallscreen, .avia-modal.flexscreen{ top: 10% !important; }</style>'; } add_action('admin_head', 'fix_avia_modal');Regards,
JosueJune 6, 2014 at 8:53 pm in reply to: Logo NOT Centered when scrolled or resting to top of page #275810Hey!
Try adding this code to the Quick CSS:
.logo img { position: relative; top: 12px; } .header-scrolled .logo img{ top: 0; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
strong.logo { position: relative; top: 55px; } .header-scrolled strong.logo{ top: 27px !important; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueTry adding this code to the Quick CSS:
footer.entry-footer { clear: both; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 6, 2014 at 8:09 pm in reply to: Icons replaced with Chinese characters in IE9 on Windows #275782Document mode is an emulation of IE9, that’s how it should look on that browser. Unfortunately i don’t have a native IE9 set-up to test.
Best regards,
Josue -
AuthorPosts
