Forum Replies Created
-
AuthorPosts
-
October 25, 2015 at 11:14 pm in reply to: On single portfolio exclude current portfolio from 'show more projects' #524547
Hey Monique!
Try changing your code to the following:
add_filter( 'avia_masonry_entries_query', 'avia_masonry_query_func', 10, 2); function avia_masonry_query_func( $query, $params ) { if(is_single()) { $id = get_the_ID(); $query['post__not_in'] = array($id); } return $query; }Best regards,
JosueOctober 25, 2015 at 11:07 pm in reply to: Display problem recurring events in Enfold Church – Events Calendar Pro #524542Hey!
Check it now, i added this code to child functions.php:
$tep = TribeEventsPro::instance(); $tep->disable_recurring_info_tooltip();Cheers!
JosueHi!
You could re-do that with a Grid Row and some CSS modifications, not sure if its worth the effort though, as you already have it done apparently.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Change your 979px remember me code to this:
/* Remember Me */ @media only screen and (max-width: 979px) { label.inline { display: none; position: relative; bottom: auto; left: 6px; }}Regards,
JosueHey!
Are you sure this didn’t work? i just made a quick test with the shortcode you gave us and indeed the hyphens were messed up at first, then i applied that mod to the table.php file and it did got fixed.
Regards,
JosueOctober 24, 2015 at 12:08 am in reply to: Layer slider not working with translation plugin WPML #524155Hey!
Please make sure the
tempaccount is set to an Administrator role.Regards,
Josuewith the exception of the Lost Password clashing with the Login button
At what screen size?
Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(window).scroll(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
Wrap all those codes with this:
@media only screen and (min-width: 767px) { /* CODE HERE */ }That way they only apply on desktop view, in mobile they will stack as default.
Cheers!
JosueHi!
Refer to this:
https://kriesi.at/support/topic/custom-autoresponder_subject-for-contact-form-autoresponder/#post-364736Cheers!
JosueHi!
Add this to your style.css:
.woocommerce form.login { padding-bottom: 25px !important; }Regarding the lost password text, modify the.lost_password code you already have in your style.css.
Cheers!
JosueHey!
As that something relate to behavior you’d need to modify the JavaScript of the theme, try opening js/avia.js and look for this line:
the_win.off('scroll.avia_first_scroll').scrollTop( scroll_to_el.offset().top - fixedMainPadding - modifier);Replace it by this:
the_win.off('scroll.avia_first_scroll').scrollTop( scroll_to_el.offset().top - fixedMainPadding - modifier) + 1;Modify 1 as needed.
Best regards,
JosueHey!
Can you hand us a temporary admin account in a private reply?
Best regards,
JosueOctober 22, 2015 at 11:39 pm in reply to: google page speed 100 – see how other themes do it #523362Hey!
Start installing and configuring the following plugins:
https://wordpress.org/plugins/bwp-minify/
https://wordpress.org/plugins/wp-super-cache/Best regards,
JosueOctober 22, 2015 at 11:35 pm in reply to: On single portfolio exclude current portfolio from 'show more projects' #523360Hi Monique!
Have you tried using the Offset option (exclude current Post) in the grid popup settings)?
Cheers!
JosueOctober 21, 2015 at 10:41 am in reply to: Style of single 'Menu Button Item' + link to submenu #522235You are welcome, glad to help :)
Regards,
JosueOctober 21, 2015 at 9:54 am in reply to: Style of single 'Menu Button Item' + link to submenu #522218Ok try with this:
#top #wrap_all .header_color .av-menu-button-colored > a:hover > .avia-menu-text, #top #wrap_all .header_color .av-menu-button-colored.current-menu-item > a > .avia-menu-text, #top.single-portfolio #wrap_all .header_color .av-menu-button-colored > a > .avia-menu-text { background: black; color: #f3c463 !important; font-style: bold; border-color: black; }Best regards,
JosueHi,
I’d suggest you to switch to columns instead of a grid row.
Regards,
JosueHey Stan,
Can you point what you need to translate exactly?
Regards,
JosueHi!
No, that won’t work unless you also include a search.php in the root of the child theme.
Best regards,
JosueHi!
After you paste the contents, try moving some elements and then re-save the Page.
Cheers!
JosueHi,
Do you still get the error if you activate the default WP theme?
Cheers!
JosueOctober 20, 2015 at 11:04 pm in reply to: Layer slider not working with translation plugin WPML #522065Hi!
1. I’m not sure if LS fully supports WPML but i think it would be better to create a different slider for each language, then in the Page you simply select which one to show according to the language.
2. Unless you’ve purchased LS separately you’d be able to receive updates from it.
Regards,
JosueHey!
One way to do it would be to create a separate -blank- page and place the video there (using an Enfold video element), then link it to that page instead of the video directly.
Best regards,
JosueHey!
Can you paste the table shortcode you’re using here?
Best regards,
JosueHey!
Try adding !important:
#top .av-subnav-menu li a:hover { color: red !important; }Cheers!
JosueHola,
Prueba añadiendo un elemento de checkbox y ponlo como requerido.
Saludos,
JosueHola,
Prueba añadiendo un elemento de checkbox y ponlo como requerido.
Saludos,
Josue -
AuthorPosts
