Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
The code hooks into the post grid logic and removes the current post from the query (it only happens when a single post is being shown). Review your Posts again, you will see it working.
If none Posts are showing make sure you to reset the Offset value here – http://screencast.com/t/SSpFd1ekaLN
Regards,
JosueOK i found the error, in order to get the code working properly the Blog post element must not have offset activated – http://screencast.com/t/SSpFd1ekaLN
I did add a code yesterday but couldn’t notify you here because i lost internet connection, nevertheless here’s the code that did the trick:
add_filter('avia_post_slide_query', 'enfold_customization_query_custom'); function enfold_customization_query_custom( $query ) { global $post; if ( is_single() ) { $query['post__not_in'] = array($post->ID); return $query; } }It seems however to have affected those Posts you mention, i’m investigating that right now.
Best regards,
JosueFebruary 15, 2016 at 5:10 pm in reply to: Messed Up Special Character In Responsive Table Header – BUG? #583590Glad it worked, i’ll suggest the change to Kriesi :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi Dist!
Can you please check if the same issue occurs here:
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/Regards,
JosueHi!
Check it now, i set a max-width here and now it’s displaying at the desired width.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
It should work as you expect now, correct code to use was:
function my_custom_title_link( $title_link, $entry ) { if( ! empty( $title_link ) ) { return $title_link; } $title_link = get_permalink( $entry->ID ); return $title_link; } add_filter( 'avf_portfolio_title_link', 'my_custom_title_link', 10, 2 );Best regards,
JosueHi!
Yeah that part is a bit buggy, i’d suggest disabling the search contents with CSS as the search opens on a new window:
.amzn-native-content { display: none; }Best regards,
JosueHm, no se, lo estoy mirando ahora en Firefox y si veo el likebox – http://screencast.com/t/cTQwhBIB7seq. En esta pagina (kriesi.at) tambien hay un likebox en el sidebar, si la abres desde Firefox lo logras ver?
You are welcome, glad to help :)
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueFebruary 14, 2016 at 1:42 am in reply to: a Page with Blog posts and nextgen images does not work together #582814Hey Daniella!
That won’t work, try placing the [shortcode] standalone in a Text/Code block and check if that works.
Best regards,
JosueHi,
“Do not allow duplicate posts in the entire page” is the option you should choose, can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
Try with this:
#top .av-video-slide .avia-slide-wrap { background-color: white !important; }Regards,
JosueFebruary 13, 2016 at 4:27 pm in reply to: Adding Newsletter form and the ajax search form to the header_meta #582745Hello!
It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi!
Try setting a custom link (to the video) for the portfolios containing Vimeo links – http://screencast.com/t/j3eSp27Waa
Best regards,
JosueHey Peter!
Use these option in Ajax Portfolio Settings – http://screencast.com/t/38P2EFvpxDKO (to create the video shortcode you can use the magic wand tool in the toolbar).
Regards,
JosueHey!
Try adding this code to the Quick CSS:
ul.avia-slideshow-inner li { transition: all linear 3s !important; }Cheers!
JosueHey!
What element are you using to show the related posts? some elements have an Offset option that lets you prevent duplicates – http://screencast.com/t/FRA0HMqcIxsn
Cheers!
JosueFebruary 13, 2016 at 2:50 pm in reply to: all featured images in blog have the same size but displayed differently #582726Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Have you tried disabling some plugins? also, do you have access to your error logs?
Best regards,
JosueHola,
Has probado en otra computadora? tambien prueba desactivar las extensiones en el navegador.
Saludos,
JosueFebruary 13, 2016 at 2:37 pm in reply to: a Page with Blog posts and nextgen images does not work together #582721Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
Josue - 
		AuthorPosts
 
