NR Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Portfolio, Photo Gallery & Post Grid] Reorder the category namesnevermind i just added the taxonomy order plugin and it automatically reorders the taxonomy on the front end.
the file upload is using ARmember.
Forum: Hacks
In reply to: Add session to wp_get_referer()Note: This is the correct code
<?php // use the WordPress tag wp_get_referer to assign the referring URL to the variable $referer $referer = wp_get_referer(); // check if the URL is a specific one if ( $referer == "https://site1.com" ) { echo '<span class="referrer-display"> <a href="itmsitedev.com/scol">RETURN TO YOGA FOR SCOLIOSIS</a> </span></p>'; } else { echo ""; } ?>
$_Session
is not included.
Forum: Plugins
In reply to: [Custom Post Type UI] Display custom post type to category archivesHi Michael,
It worked! I just replace trainers with trainer. Really appreciate your help mate!
Forum: Plugins
In reply to: [Custom Post Type UI] Display custom post type to category archivesHi Michael thank you for the reply.
I tested the following code
<?php $custom_query = new WP_Query( array( 'cat' => 9, 'post_type' => array( 'post', 'trainers' ) )); while($custom_query->have_posts()) : $custom_query->the_post(); ?> <div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <?php the_content(); ?> </div> <?php endwhile; ?> <?php wp_reset_postdata(); // reset the query ?>
Still not displaying the custom post type.
Forum: Plugins
In reply to: [WooCommerce] Remove default state selection on checkoutHi Claudio,
Thank you for the reply – I tried it on the site and it didn’t work ??
Forum: Plugins
In reply to: [WooCommerce] Remove default state on cart pageSorry for bothering but I am also finding a solution for the problem. Did you able to solve it?
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Multi Site(Network) SupportHi,
Thank you for your reply. The problem is I checked the Widget and there is no widget for your plugin.
I also check the plugin page(of the second site) and there is no option to activate.
Forum: Plugins
In reply to: [WooCommerce] Changing the word 'CUSTOMER DETAILS'Can someone help me please thanks.
Thank you Ewout it works! Thanks once again!
Forum: Plugins
In reply to: [WooCommerce] Displaying Product Variation on 'product short description'Hi Mike,
Yes I agree with you that my code doesn’t make sense at all. Will you give me a head start with your code so that I can do the rest?
Forum: Plugins
In reply to: [Contact Form 7] Add new text field when clicking a buttonThank you for the reply buzztone.
Thats what I am thinking right now. I need to customize everything.
Sorry for disturbing anyways.
I guess no one want to help me out with this one
@wpsolutions
sorry for the very late reply sir.Were there any errors when you ran the DB prefix change feature?
As I recall I saw an error but I forgot exactly what was it ??
Did you do a backup as recommended by the instructions?
I didn’t back up ??in response to number 2 sir, yes it to the new one.