Forum Replies Created
-
AuthorPosts
-
I was able to login finally, the transparent header now works:
http://picomarkets.wpengine.com/?page_id=28 (hosted on WPengine)I had to change the header size setting, seems that if you set a custom height the transparency won’t work.
Cheers!
JosueI can’t see the link you posted (login required).
It would be easier for me to assist you if you tell me which font you want to use and where exactly in your slider.
Best regards,
JosueHey!
Can you post a link where the testimonials are?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#footer div#text-3 { position: absolute; top: 5px; left: 105px; }Cheers!
JosueThere isn’t an area to upload google fonts, are you referring to the icon font upload?
The google fonts you can select in the theme options will affect most parts of the theme (header, content, footer) but LayerSlider is a separate piece of software (bundled), therefore it requires a different approach.
Best regards,
JosueHey!
You need to set a class/id to the layer you want to affect and then add some CSS (# for IDs, . for classes):
#customlayer{ font-family: "Font Family Here"; } .customlayer{ font-family: "Font Family Here"; }Best regards,
JosueHi Snerp!
You have this error that is coming from the “mce_success_cb” function:
Uncaught TypeError: undefined is not a function
Unfortunately this isn’t something we can help with (support scope).
Regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
The iframe is behaving as expected (100% width of container), but you can not control how the contents of it will look.
Regards,
JosueHi Stuart!
Try this: open js/shortcodes.js and look for line 3816:
if( this.isAnimating || this.itemsCount < 2 ) { return false; }Replace it with:
if( this.isAnimating || this.itemsCount < 2 ) { return false; } if( dir === 'next' && this.current >= this.itemsCount - 1 ) { this._stopSlideshow(); return false; }Regards,
JosueCan you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueTry updating the theme to its latest version (2.8).
Best regards,
JosueHi,
Try this, open js/avia.js and look for line 253:
offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + parseInt($('html').css('margin-top'),10),Replace it by this:
offset: (parseInt($('.html_header_sticky #main').data('scroll-offset'), 10)) + ($("#header_main_alternate").outerHeight()) + ($("#header_meta").outerHeight()) + 1 + parseInt($('html').css('margin-top'),10),Regards,
JosueYeah, that’s the drawback, unfortunately webkit browsers have these quirks with hardware acceleration
Regards,
JosueThanks for the kind words, glad we could help :)
June 5, 2014 at 10:40 pm in reply to: WPML widget not displaying like expected in Internet Explorer #275347Hi,
Can you post the link to the website please?
Regards,
JosueHey!
The link you posted is returning a 404 page, what’s exactly the issue?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.logo img { -webkit-transform: translate3d(0, 0, 0); }Cheers!
JosuePlease update your WordPress installation to the latest version, don’t forget to update your plugins too.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueThis will do it:
#avia-menu li:first-child .avia-menu-text { border: 0; }Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
div.header_bg, #socket { background-color: rgba(0,0,0,0.75) !important; } div.main_color.container_wrap.fullsize { background: rgba(0,0,0,0.75) !important; } #main, .html_stretched #wrap_all{ background: transparent !important; }Cheers!
JosueHello,
Are you using the latest version of Enfold (2.8.1) / WordPress (3.9.1)? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 5, 2014 at 9:06 pm in reply to: Logo not center on IE 11 using fixed layout, Logo is on the left #275313You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
