Forum Replies Created
-
AuthorPosts
-
Hello!
Add this:
#mc_embed_signup .clear { display: block; visibility: visible; height: auto; width: auto; float: left !important; } input#mce-EMAIL { float: left !important; margin-right: 0 !important; width: 200px !important; padding: 16px 5px !important; } #mc_embed_signup .clear input[type='submit']{ padding:9px 22px; cursor:pointer; border:none; -webkit-appearance: none; border-radius: 0px; width: 120px; } #mc-embedded-subscribe-form { margin: 0 auto; max-width: 351px; } #mc_embed_signup label{ text-align: center; }Result:

Cheers!
JosueHey!
All the icons on your website look fine, can you post a screenshot of your view?
Regards,
JosueHey Scott!
Try adding this code to the Quick CSS:
.flex_column .avia_textblock form br { display: none; }Cheers!
JosueWell, try looking for an alternative:
https://wordpress.org/plugins/tags/cacheCheers!
JosueHello!
This isn’t exactly a theme issue, but if i understood correctly what you want is to load enfold css in that HTML page?
Cheers!
JosueHi Juan!
Try this:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsRegards,
JosueHi Bruno!
Here:
https://www.netmarketshare.com/browser-market-share.aspx?qprid=0&qpcustomd=1Cheers!
JosueHi,
Sorry for the delay:
1. Added the searchform to the header (child theme header.php).
2. Improved the fix for blog navigation (child theme functions.php).
3. Fixed the scroll issue on mobiles, they now land of top (parent theme js/avia.js, i’ll propose this fix and it will probably be included in the next update).So, for now most of the fixes/additions are on the child theme :)
P. S. I’m still looking a solution for current-menu-item bug, please be patient.
Regards,
JosueHi!
You can duplicate and tweak the code i already gave you:
@media only screen and (max-width: 767px) { .third-logo{ padding-right: 540px; } .second-logo{ padding-right: 240px; } }You can also play with the max-width value in the media query.
Regards,
JosueHmm, it’s weird because i tried it on my install and it did work fine, can you create an administrator account and post it here as a private reply?
Cheers!
JosueHey Alex!
Look in the theme files:
/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/shortcodes.phpRegards,
JosueHi!
Try putting this in your child functions.php file:
function custom_code_header(){ echo "<div class='header-search'>"; get_search_form(); echo "</div>"; } add_action('ava_after_main_menu', 'custom_code_header')Cheers!
JosueMay 19, 2014 at 5:03 pm in reply to: Replacing a portion of text with an image inside of a heading. #266840Hey!
The problem relates to the wp.com cdn trying to load its version of the image:
http://i0.wp.com/raymmar.com/wp-content/uploads/2014/01/R-logo.png?resize=128%2C128
http://raymmar.com/wp-content/uploads/2014/01/R-logo-128×128.pngCheers!
JosueHi!
Try changing the URL from:
http://mckeown.marketing/#messageto
#messageBest regards,
JosueHey!
I though you only wanted to hide the breadcrumbs, try with this code:
.bbpress .title_container{ display: block; } .title_container{ display: none; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueMay 19, 2014 at 1:11 am in reply to: Replacing a portion of text with an image inside of a heading. #266558Now you just need to change the image URL here:

Cheers!
JosueAdd this too:
.home #av_section_1 .content{ padding-top: 0 !important; } .home #av_section_1 { height: auto !important; }Cheers!
JosueHello!
That’s beyond the scope of the support we can offer.
Maybe with an iframe, but i think it would be better to contact a developer for this to be honest.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueThat’s expected, both elements are essentially dynamic post queries and if WordPress detects a pagination request it will affect both, if you want the right part to remain static you’d need to build it that way (static text block element, titles, etc).
Regards,
JosueHi Carl!
It’s element 33, this works with the current setup:
.avia-builder-el-33 .avia-button-wrap, .avia-builder-el-33 .av-special-heading { display: none; }Put it inside the media query.
Best regards,
JosueTested in Firefox and it worked, try flushing your cache.
Best regards,
JosueHey!
I investigated this and realized that the wp_nav_menu_items filter may not be able you to target a children menu item, maybe there is another WP filter out there.
To be honest i think it would be better to contact an specialist, it’s not a big thing, we are half way there.
Best regards,
JosueHere’s how it works right now:

Best regards,
JosueOh i see, my fault. Change the code to:
jQuery(window).load(function(){ jQuery('#postings .pagination a').each(function(){ var theLink = jQuery(this).attr('href'); jQuery(this).attr('href', theLink+'#postings'); }); });Best regards,
JosueWell, if that map have some sort of embedding functionality then it’s possible. Alternatively you can use Enfold built-in maps.
Cheers!
JosueHi Sandra!
I didn’t understand your question, could you please elaborate?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
