My query is a common requirement, which is to use a license key whilst developing a site on a staging server, and then transfer the license key over to the live domain at ‘go live’. Will this work? I only ever need one site to work at any given time on one given domain (Can I remove the license key from a dev site and then enter the same key on my LIVE site) ?
Many thanks
]]>I recently bought the WooCommerce Product Search by itthinx and I have an issue with the css not loading properly on my home page – it only loads correctly on WooCommerce pages. See following links and start to search for ‘tipping’ as an example – home page search results do not have the styled buttons. Shop page does. I have tried with StoreFront and Astra themes and can replicate the issue so I believe it is a plugin problem. But your support page does not give me an option to raise a ticket. I have tried all day on various browsers (Chrome, Brave, Firefox and Edge). Nothing. Itthinx refer me back to your page to raise a ticket. I’ve reached out to you on Twitter. No reply. Can someone help me to get a ticket raised on the account please?!
Thanks in advance
Below you will find a code I used to count the custom terms per taxonomy but I would like to do this 4 the group.
<?php
$current_user = wp_get_current_user();
?>
<div class=”row”>
<div class=”col-md text-center bg-success”>
All
<?php
$args = array(
‘post_type’ => ‘taxonomys’,
‘post_status’ => ‘published’,
‘taxonomy’ => ‘taxonomy-type’,
‘term’ => ‘All’,
‘numberposts’ => -1,
‘author’ => $current_user->ID,
);
$num_1 = count( get_posts( $args ) );
$sum_total = $num_1 / $num_1 * 100;
?>
<h2 class=”align-middle”>
<?php echo $num_1 ;?><br />
100 %<br />
</h2>
</div>
<div class=”col-md text-center bg-primary”>
New
<?php
$args = array(
‘post_type’ => ‘taxonomys’,
‘post_status’ => ‘published’,
‘taxonomy’ => ‘taxonomy-type’,
‘term’ => ‘New’,
‘numberposts’ => -1,
‘author’ => $current_user->ID,
);
$num_2 = count( get_posts( $args ) );
$sum_total_2 = $num_2 / $num_1 * 100;
?>
<h2>
<?php echo $num_2 ;?><br />
<?php echo number_format((float)$sum_total_2, 2, ‘.’, ”);?> % <br />
</h2>
</div>
<div class=”col-md text-center bg-danger”>
Progress
<?php
$args = array(
‘post_type’ => ‘taxonomys’,
‘post_status’ => ‘published’,
‘taxonomy’ => ‘taxonomy-type’,
‘term’ => ‘Progress’,
‘numberposts’ => -1,
‘author’ => $current_user->ID,
);
$num_3 = count( get_posts( $args ) );
$sum_total_3 = $num_3 / $num_1 * 100;
?>
<h2>
<?php echo $num_3 ;?><br />
<?php echo number_format((float)$sum_total_3, 2, ‘.’, ”);?> % <br />
</h2>
</div>
<div class=”col-md text-center bg-warning”>
Completed
<?php
$args = array(
‘post_type’ => ‘taxonomys’,
‘post_status’ => ‘published’,
‘taxonomy’ => ‘taxonomy-type’,
‘term’ => ‘Completed’,
‘numberposts’ => -1,
‘author’ => $current_user->ID,
);
$num_4 = count( get_posts( $args ) );
$sum_total_4 = $num_4 / $num_1 * 100;
?>
<h2>
<?php echo $num_4 ;?><br />
<?php echo number_format((float)$sum_total_4, 2, ‘.’, ”);?> % <br />
</h2>
</div>
</div>
Does Affliates or Affliates Pro or another combination of plugins create the option for buyers to select a rep when checking out?
Thank you.
]]>So let’s say I have members of Group A, Group B and Group C. Can I make a list of blog posts that contains only posts for members of Group A? Another one for Group B? And another one for Group C?
Also, can I make for example a list of blog posts with posts just for Group A and C?
]]>If I try to simply add “groups_login redirect” and then the URL (eg redirect=”myurl.com”) then it doesn’t seem to work.
If I add the attribute show_logout=”true” then that seems to work just fine.
What’s the correct code syntax I should use if I want to redirect a user after login?
The documentation simply says:
This shortcode allows the use of the following optional attributes:
redirect defaults to the current URL and will redirect to the given page after successful login.
No actual example shortcode is shown.
Any help appreciated!
]]>I have installed the groups plugin and i have to provide some discount at per the customer group.
when i print the get_userdata() value its not showing customer associated with which group.
I want the list of group associated with the customer.
Please help.
Thanks
]]>I’m trying to import users to a group but I don’t know what meta tags to use.
]]>Warning: Parameter 2 to Groups_Restrict_Categories::posts_where() expected to be a reference, value given in /x/wp/wp-includes/class-wp-hook.php on line 298
Any ideas?
Edit: sorry realised this was a premium add-on and probably not updated in a while.
]]>