Forum Replies Created
-
AuthorPosts
-
Hey!
I don’t know what could be the issue here but i created a new menu and it seems to work fine, please check your À propos.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
I couldn’t reproduce this on my local 3.0 install. We’d need to check the actual site with the issue, if you decide to upgrade or install a staging environment with 3.0 let us know.
Cheers!
JosueHi Alastair,
Can you please create us a WordPress administrator account for the websites4therapists site? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Peter,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
The login details you posted are not working, please re-check.
Regards,
JosueOctober 5, 2014 at 7:00 am in reply to: Icons/Formatting on Blog Post Layout without Sidebar #330382Hi!
If you are referring to this – http://screencast.com/t/OhIPAlhT8n
Adding the following code to Quick CSS will do the trick:
#top .fullsize .template-blog .blog-meta { display: none; }Regards,
JosueHey!
Try adding this code to the Quick CSS:
.home ul.avia-slideshow-inner { max-height: 700px !important; }Parallax is disabled by default on mobiles as far as i know.
Cheers!
JosueOctober 5, 2014 at 3:00 am in reply to: How to display Custom Post Type list using Advance Layout Builder #330364Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Now add this to functions.php:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(".grid-entry-title a").on('click', function(){ var offsetTop = jQuery(this).offset().top - 150; jQuery(".portfolio_preview_container").css('top', offsetTop); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Also add some white space below the portfolio element so the last element ajax content can expand.
Cheers!
JosueHey!
Did you add this code to Quick CSS?
.portfolio_preview_container{ position: absolute; z-index: 200; background: white; box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 25px 1px; }Can you post a link to your portfolio page?
Cheers!
JosueOctober 4, 2014 at 7:27 am in reply to: Icons/Formatting on Blog Post Layout without Sidebar #330116Hey!
Try adding this code to the Quick CSS:
#top .fullsize .template-blog .blog-meta { display: none; }The body text doesn’t seem justified to me, can you post a screenshot of your view?
Cheers!
JosueHola!
Prueba añadir esto al Quick CSS:
#top .av_header_transparency #header_meta { background: black; }Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.iconbox_left .iconbox_icon.heading-color { margin-left: 10px; }Cheers!
JosueHi Alan!
Edit your blogpage (“scott-blog”) and look for an element called “Blog Posts” in the content, if you click it a window where you can select a specific category (or none) will popup.
Best regards,
JosueHey!
Can you create a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi!
Make sure your homepage Page doesn’t share the same slug of that Post.
Best regards,
JosueHi!
2) Have an alternate slider that only shows up on mobile device. (I think I prefer this idea)
Set custom classes to each slider (mobile_slider and desktop_slider), then add this to your custom CSS:
.mobile_slider{ display: none; } @media only screen and (max-width: 767px) { .mobile_slider{ display: block; } .desktop_slider{ display: none; } }Best regards,
JosueHey Ahirschel!
That’s how mailto works on that particular user set-up, there is nothing we can do about it unfortunately.
Cheers!
JosueOctober 4, 2014 at 4:28 am in reply to: Bug: Inline-headers on tables in mobile-view is wrong #330076Hi!
Thanks for your contribution, i’ll let Kriesi know :)
Best regards,
JosueOctober 4, 2014 at 4:25 am in reply to: Unable to edit pages – can only see the spinning wheel of death. #330074OK, let us know how it goes :)
Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Also, check out this video on how to get started with the Mega Menu:
Regards,
JosueHi!
You are having this issue:
https://kriesi.at/support/topic/malware-and-enfold-theme/I’d suggest re-installing the theme (or WordPress) via FTP, if that doesn’t work please ask your hosting provider to scan and clean your installation.
Cheers!
JosueHi!
Try using the Revisions tool to restore the page to a point where the page is still editable and re-add the product slider element, i was able to do that in a test page called “Test” in your installation.
Regards,
JosueHey!
There is no hover on mobile devices, i’d suggest showing the overlay by default:
.avia_mobile .av-masonry-entry .av-inner-masonry:before { background: rgba(0, 181, 241, 0.5); }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 4, 2014 at 3:42 am in reply to: html_header_top.html_header_sticky #header.header-scrolled #330058Hi!
The problem is that the “header-scrolled” class never gets applied on mobile devices, that’s why the code isn’t working there, the solution would be to disable the custom top space you added on mobiles:
.avia_mobile #wrap_all { margin-top: 0 !important; }Cheers!
Josue -
AuthorPosts
