Forum Replies Created
-
AuthorPosts
-
Hi Mattia!
it’s because of this code you have in Quick CSS:
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select, input[type="submit"] { width: 100% !important; }Try adding this on top of that:
input#searchsubmit { width: 40px !important; }Best regards,
JosueHey!
Yes, i tried both ways, i’ll take a screenshot of how i see on Android now. It’s worth noting that it is unlikely that a normal visitor will resize the browser size.
Best regards,
JosueHey Oliver!
The only way to discard that would be to check if CF7 works with the default WordPress theme activated.
Regards,
JosueAugust 8, 2014 at 7:32 am in reply to: LayerSlider displaying slide background images zoomed in #301472The idea is to use a layer as a “background” so a slide background wouldn’t be necessary.
Hey!
In most cases that means that the mail() function isn’t functioning, because its probably disabled, the best thing you can do in this case is contacting your hosting provider.
Regards,
JosueHey!
Where in your website is the Easy Slider you are referring to?
Cheers!
JosueAugust 8, 2014 at 5:44 am in reply to: Page formatting removed when using ie9 and advance page builder #301457Hey James!
Have you tried it another computer running IE9? i tested it on a Window virtual machine on my end but no avail.
Cheers!
JosueHi Christian!
1. Try adding this code to the Quick CSS:
.logo { top: 10px; } .header-scrolled .logo{ top: 0; }2. Where do you want to have them?, you can try something like this (adjust as needed):
.caption_left .slideshow_caption { left: 4px; top: 6px; }3. Add this:
.slideshow_inner_caption p { font-size: 24px !important; }Regards,
JosueHi @pcball!
Your issue is different, please create another topic so we can assist you better.
Cheers!
JosueHi McEwans!
Can you post a screenshot of your view on iPhone depicting the issue?
Best regards,
JosueHey Marc!
Try with this method, add this to the Quick CSS:
.single-post .breadcrumb-trail span:nth-child(5), .single-post .breadcrumb-trail span:nth-child(6) { display: none; }Cheers!
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter( 'wp_nav_menu_items', 'append_callus_func', 10, 2 ); function append_callus_func ( $items, $args ) { if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu")) { $items .= '<li id="menu-item-callus"><p><span style=”color: #ff6600;”><span style=”color: #ff6600;”>CALL OUR STORE (859) 887-2552</span></span></p></li>'; } return $items; }Cheers!
JosueHi Mattia!
The website you posted is not using Enfold.
Cheers!
JosueHey!
Try using this code:
#google_translate_element{ position: absolute; top: 0; right: 120px; }Modify the top/right values until you get the desired result.
Regards,
JosueAugust 8, 2014 at 4:46 am in reply to: LayerSlider displaying slide background images zoomed in #301426Hey!
To avoid any zooming or resizing, i’d suggest using the “background” image as a centered image layer – http://screencast.com/t/Ip1KnOEl82Hg
Regards,
JosueHey Slade!
Not possible right now, as an alternative you could try mimicking the sidebar by using Widget Area elements.
Cheers!
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!
JosueHi!
I’m definitely not seeing the same as you on Chrome, here’s how it looks on my end:

Cheers!
JosueDe nada Carlos :)
Hi,
Can you post the link to your forum Dennis?
Regards,
JosueHey!
Can you post a screenshot of your view on mobiles?
Cheers!
JosueHi!
@samforan your website is still inaccessible for the rest of us without editing the hosts file.
@mickyharris, WP 4.0 is still in beta so bugs are expected, we will make it compatible with Enfold when it comes live.Regards,
JosueHi!
You can put HTML line breaks in the Button title content:

Regarding the other thing you can use 3 1/3 column elements to do that.
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
That returned this:

I believe that that DNS configuration is only taking effect on your end.
Cheers!
JosueHey!
You just need to add this line:
autoRewind: false,Around line 429-430 in js/avia.js
Best regards,
Josue-
This reply was modified 10 years, 11 months ago by
Josue.
Hey!
Try adding this code to the Quick CSS:
@-moz-document url-prefix() { @media only screen and (max-width: 767px) { .avia-section.av-minimum-height .container, .avia-section.av-minimum-height .container .content {display: block !important;} } }Best regards,
JosueHey Mauro!
Try adding this code to the Quick CSS:
#footer .product_list_widget ins { display: block !important; }Cheers!
Josue -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
