Maurizio Spicuglia
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Place bid button doesn’t workthanks, works fine..
bye
MaurizioForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Place bid button doesn’t workthanks for the reply. if you want to send me the files already corrected here is my email maurizio.nextart[at]gmail.com
thanks
MaurizioForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] Place bid button doesn’t work@ronca71 Hi i have the same problem but i can’t find the file where remove the quotation.
can you tell me which and whre the file is?
thanks
MaurizioForum: Themes and Templates
In reply to: [Storefront] replace homepage featured image with custom sliderHi you have to install the Storefront Add Slider plugin.
https://www.ads-software.com/plugins/storefront-add-slider/bye
MaurizioForum: Themes and Templates
In reply to: [Storefront] homepage shows only 3 product categoriesthanks Corbette. it works!!! for crabsandwich:
change this value:
$args[‘limit’] = 4;
$args[‘columns’] = 4;with:
$args[‘limit’] = 8;
$args[‘columns’] = 4;now you have two row with 4 column.
bye
maurizio- This reply was modified 7 years, 1 month ago by Maurizio Spicuglia.
I’m sorry my new server isn’t online yet (DNS link to old one), so https://www.mtsmedicale.it/wp-cron.php link to old server and not to the new one, because of DNS is not changed yet.
By
Mauriziook, my error.
Forum: Plugins
In reply to: [Workbox Video from Vimeo & Youtube Plugin] No Shortcodeshi you have to create a video category, add your video to that category, then in your page/post you can add the shortcode
[workbox_video_YV_list gallery_name="category_name"]
bye maurizio
hi you have to create a video category, add your video to that category, then in your page/post you can add the shortcode
[workbox_video_YV_list gallery_name="category_name"]
bye maurizio
Forum: Plugins
In reply to: [Video Central for WordPress] Installed and activated – now what?Hi here you can find all shortcode..
https://demo.videocentral.co/?page_id=151by Maurizio
Forum: Plugins
In reply to: [Video Central for WordPress] The video homepage layoutHi here you can find all shortcode..
https://demo.videocentral.co/?page_id=151by Maurizio
sorry here the right code
<?php /* Template Name: allfaq */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <div class="entry-content"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php //part of template-offer.php $taxonomy = 'faq_cat'; $term_args=array( 'hide_empty' => false, 'orderby' => 'name', 'order' => 'ASC' ); $tax_terms = get_terms( $taxonomy, $term_args ); foreach ( $tax_terms as $tax_term ) { echo "<a href=".$tax_term->slug.">".$tax_term->name."</a> -"; $count = 0; $accordion = 'accordion-' . time() . rand(); $args=array( 'post_type' => 'faq', 'taxonomy' => 'faq_cat', 'term' => $tax_term->name, 'order' => 'DESC', 'orderby' => 'date', 'showposts' => '-1' ); $the_query = new WP_Query($args); ?> <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?> <div class="accordion" id="<?php echo $accordion . $count;?>"> <h3><?php the_title();?></h3> <div> <?php the_content();?> </div> </div> <?php endwhile; ?> <?php } ?> </article><!-- #post-## --> </div><!-- .entry-area --> </main><!-- .site-main --> </div><!-- .content-area --> <?php // Ripristina Query & Post Data originali wp_reset_query(); wp_reset_postdata(); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
@dotwebs: i have your same need and i create a template page called “allfaq” with this code inside (based on twentysixteen theme)
<?php /* Template Name: allfaq pagina per mostrare i risultati di ricerca */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php //retrieve all cat name $taxonomy = 'faq_cat'; $term_args=array( 'hide_empty' => false, 'orderby' => 'name', 'order' => 'ASC' ); $tax_terms = get_terms( $taxonomy, $term_args ); foreach ( $tax_terms as $tax_term ) { echo "<a href=".$tax_term->slug.">".$tax_term->name."</a> -"; $count = 0; $accordion = 'accordion-' . time() . rand(); $args=array( 'post_type' => 'faq', 'taxonomy' => 'faq_cat', 'term' => $tax_term->name, 'order' => 'DESC', 'orderby' => 'date', 'showposts' => '-1' ); $the_query = new WP_Query($args); while ( $the_query->have_posts() ) : $the_query->the_post(); ?> <div class="accordion" id="<?php echo $accordion . $count;?>"> <h3><?php the_title();?></h3> <div> <?php the_content();?> </div> <?php //end while ?> </div> <?php endwhile; ?> <?php } ?> </div> </article><!-- #post-## --> </main><!-- .site-main --> </div><!-- .content-area --> <?php // Ripristina Query & Post Data originali wp_reset_query(); wp_reset_postdata(); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
now i have
in one page all cat with his faq
ie.:
cat1
– faq1
– faq2
– faq5
cat2
– faq4
– faq3
– faq6
cat3
– faq7
– faq11
– faq9etc….
try it and let me know…
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] backup not with last changesthe problem is not the timezone, but that in the backup.zip i have not the last changes. i’m not sure that the backup is really update..
Forum: Plugins
In reply to: [Quick Chat] Is it worth it?yes but with 4.4.2 it still works.