svcataldi
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] its now workingHaving the same issu as Yossi Jana. Here is the website with Yiith Woocommerce zoom magnifier installed and active http://deveneziaaccesorios.com.ar/
Settings are default here you have an screenshot of the setting page: http://prntscr.com/7ognlk
Forum: Fixing WordPress
In reply to: Show single post instead of category listKramar, I create a WP site just to test it and it works.
Check it out here http://silviacataldi.com.ar/central/
Clic “test Cat” in the menu, is a category with just one post. “Sin Categoría” contains 2 posts.Please check that you are adding the following code just before label “</header>” in your header.php file
Copy and paste it from <? to ?><?php
$oCategoria = get_category(get_query_var(‘cat’),false);
if ($oCategoria->count == 1):
$oQuery= new WP_Query(‘cat=’.get_query_var(‘cat’));
if( $oQuery->have_posts() ) : $oQuery->the_post();
?>
<script>window.location=”<?php the_permalink(); ?>”</script>
<?php
endif;
endif;
?>Forum: Fixing WordPress
In reply to: Show single post instead of category listOh! Check this post, I think it may be what you are looking for.
Good Look and let us know if it works or if you find the answer ’cause is a very good question.https://wordpress.org/support/topic/redirect-page-category-with-only-one-post-to-her-post?replies=2
Forum: Fixing WordPress
In reply to: Show single post instead of category listHi Kramar, where or when is that you need to show a single post instead of the category list?
Maybe your don’t need to program nor a plugin. But before waste your time I would like to be sure what exsactly are you traing to do.
Forum: Plugins
In reply to: [AddToAny Share Buttons] how to change background "floating" share buttons