Forum Replies Created
-
AuthorPosts
-
June 10, 2014 at 1:01 am in reply to: Ajax Portfolio Contact form and accordion not working! #276766
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueTry adding this code to the Quick CSS:
td { vertical-align: top; border: 0 !important; }Cheers!
JosueHi,
Can you please create us a temporary FTP account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueThis should do it:
.page-id-11188 .container_wrap { background: url(https://wyndhamgardenftwaltonbeach.com/wp-content/uploads/page-bg-repeat-compressor.gif) repeat; }Cheers!
JosueHey!
2. To show a different logo in mobiles:
Add this at the very end of the theme functions.php:function mobile_logo_func() { ?> <div id="mobilelogo"> <?php echo avia_logo('_MOBILE_LOGO_URL_HERE_', '', 'strong', true); ?> </div> <?php } add_filter('ava_after_main_menu', 'mobile_logo_func');And this to the Quick CSS (Theme Options > Styling):
#mobilelogo .logo{ display: none; } @media only screen and (max-width: 767px) { #mobilelogo .logo{ display: block; } .logo{ display: none; } }Best regards,
JosueCan you post a link to the page where you are trying this? this is returning a 404.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
The culprit of the issue is an unclosed iframe that’s coming from a plugin called “SnapWidget” apparently:

Best regards,
JosueHi,
This is definitely a server-side issue. Could you give us more information about the server? like OS, PHP version, active PHP modules, caching, etc.
Regards,
JosueJune 9, 2014 at 11:29 pm in reply to: Enfold> Header Layout> Extra Elements> Header Social Media Icons – Error #276739Hi!
Is the issue resolved? i was able to make use of the ‘Header Social Icons’ option without issue.

Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 9, 2014 at 11:22 pm in reply to: Is Layerslider IE 8+ compatible? Any specific hacks to know? #276731You are welcome, always glad to help :)
I knew it was that, there is no way jQuery 2.x would support IE8, they dropped it a long time ago.
Regards,
JosueHi,
Can you post the link to the page in question please?
Also post a direct link to ‘page-bg-repeat-compressor.gif’.
Regards,
Josue-
This reply was modified 11 years, 10 months ago by
Josue.
Try adding this too:
@media only screen and (max-width: 989px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }That way the mobile menu will appear sooner (989px width).
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
main.template-page.content.twelve.alpha.units { padding-top: 0; }Cheers!
JosueHi!
I think that blink is happening because you have set the header as transparent (in that Page).
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { height: 50px !important; top: 6px; } }Cheers!
JosueHey!
You can actually change it via FTP, but you’d need to re-adjust your theme settings, that can also cause some issues with the automatic update feature.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
/* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) { .avia-layerslider { display: none !important; } }Cheers!
JosueHey Paul!
That’s a new element called “Magazine”, you’d need to update your theme to the latest version in order to be able to use it.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { height: 65px !important; top: 4px; } }Cheers!
JosueHey!
No, the placement is automatic. The share box is not available as a shortcode/content element at the moment.
Regards,
JosueJune 9, 2014 at 10:21 pm in reply to: Ajax Portfolio Contact form and accordion not working! #276689Hi,
Can you post the link to your portfolio please?
Regards,
JosueHey!
The login details you posted are not working.
Best regards,
JosueHi!
What you need to is set that class to a single custom menu item at the very end of the products list, like:

And that link would be directed to the page where you list all the products.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 9, 2014 at 10:12 pm in reply to: Is Layerslider IE 8+ compatible? Any specific hacks to know? #276678Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.text-sep-date, .text-sep-date, .text-sep-cat, .blog-author, .blog-categories { display: none; }Cheers!
Josue -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
