Forum Replies Created
-
AuthorPosts
-
Can you check the homepage – http://amaled.ru/
Best regards,
JosueI’d suggest removing element by element (in the homepage or a copy) until you find the offending one.
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('add_avia_builder_post_type_option');Cheers!
JosueYes, that way we could discard if the problem is linked to the theme, to go back to enfold you’d simply activate it again (no need to remove).
Best regards,
JosueHi!
They’re both Masonries, the difference is what kind of content they can fetch, Gallery uses images (Media attachments) while the Masonry usees Posts/Pages/Portfolio Items or a Custom Post Type (the featured image is used as the image), for that reason only the Masonry has sorting capabilities (attachments are not categorizable).
Best regards,
JosueHey sambo258!
Add this to Quick CSS:
span.av-masonry-date{ display: none; }Best regards,
JosueHey!
Have you tried switching to the default theme before moving the site? (if you don’t access to the dashboard you can do that by renaming wp-content/themes to themes2 or similar.
Best regards,
JosueHey!
Yes, that’s possible, one thing to note is that if you’re going to need sorting functionality i’d suggest using a Masonry instead (not Masonry Gallery) and make use of a custom post type for the images.
Regards,
JosueHi!
Can you hand me an administrator account via private reply please?
Regards,
JosueHey Michael!
Go to Enfold > Advanced Styling and look for the linked overlay element, there’s an option to disable it.
Regards,
JosueHey,
Thanks for sharing this information.
Best regards,
JosueFebruary 20, 2016 at 2:59 pm in reply to: Enfold + Woocommerce – Problems with sorting options #586460Hi,
Have you tried looking for the translate files in the WC plugin directory?
Cheers!
JosueHey,
Try adding this to your theme / child theme functions.php:
function add_custom_script(){ ?> <script> if ( location.href.match(/#tab-tab-custom/) !== null ) { jQuery( '#tab-tab-custom' ).show(); jQuery( 'li.tab-custom_tab a' ).trigger('click'); } </script> <?php } add_action('wp_footer', 'add_custom_script');Then link it this way:
http://www.forthree.com/basketball/single-layer-shirt-schwarz-basketballtrikot/#tab-tab-custom/Best regards,
JosueHey Collin!
I’m afraid i don’t really know why this happens and unfortunately we can’t do much from our end as the feed is entirely handled by WordPress.
Best regards,
JosueHey!
Seems there is an element that is affecting LS in the homepage, i created a test page here and it worked on mobile – http://amaled.ru/ls-test/
Best regards,
JosueHey!
Assign a custom ID for that section in each of those Pages, then change the code accordingly:
#intro_section .av-special-heading-tag, #intro_section .avia_textblock { text-shadow: 1px 1px 10px black; }Regards,
JosueFebruary 20, 2016 at 11:22 am in reply to: Avia.js, jquery.js errors (Syntax error, unrecognized expression: …) #586431Hi!
You could also do that via functions.php:
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#av_section_1 .av-special-heading-tag, #av_section_1 .avia_textblock { text-shadow: 1px 1px 10px black; }Cheers!
JosueOk can you post a link to the Enfold install in question?
You are welcome, glad to help :)
Regards,
JosueDispones de esta fuente (LinLibertineOI)? la he intentado googlear pero no encuentro ninguna referencia. Lo que tienes que hacer es primero subirla al servidor y luego incluirla en la pagina web mediante un codigo CSS.
Check it now, i changed the code to:
/* Catogory in Masonry Blog */ add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod', 10, 2 ); function avf_masonry_loop_prepare_mod( $key, $entries ) { $class = preg_grep('/category/', $key['class']); $getstr = str_replace('category-', '', implode(',', $class)); $categories = explode(',', $getstr); $cat = implode(',', array_map('ucfirst', $categories)); foreach ( $key as $post => $value ) { $term = get_term_by('slug', $cat, 'category'); if ( $post == 'content' ) { $value .= "<div class='av-masonry-categories'>".$term->name."</div>"; } $key[$post] = $value; } return $key; }Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueWhat icon element you want to change?
De nada :)
Saludos,
JosueYou are welcome, glad to help :)
Regards,
JosueI didn’t modify any JS file, the fix was:
1. Add a new menu item pointing to the section before “itinerary”.
2. Hide this menu item with CSS (style.css).Also, you don’t have to worry about updates because i moved the js files to your child theme.
Cheers!
JosueYou are welcome Anthony, glad to help :)
Regards,
JosueYou are welcome Max, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.phone-info { font-size: 16px; }Cheers!
Josue -
AuthorPosts
