tsea
Forum Replies Created
-
yes,
do_action( 'woocommerce_before_shop_loop_item' );
Putting that action in the loop worked, thank you!
I’ll be leaving a 5 star review great plugin.
I have a WP_query like the one below.
`$args = array(
‘post_type’ => ‘product’,
‘posts_per_page’ => 5,
);
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) {
while ( $loop->have_posts() ) : $loop->the_post();<?php the_post_thumbnail(‘medium’);?>
<?php endwhile;}
wp_reset_postdata();
?>
`The results of this query do not have the hearts to add to wish list.
Is there some thing i could pass in the query to add hearts to the query results.Forum: Plugins
In reply to: [Woocommerce CSV importer] Can’t purchase from websiteCustom fields import extension does not work if you were going to buy that one
Im echoing two functions ‘ahcpro_include_scripts()’ and ‘ahcpro_create_plugin_overview_page()’ in functions.php inside a custom dasboard widget function everything works but the jqplot stuff for the graph wont load would you know why this might be?
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Home PageI tried disabling my plugins 1 by 1 but that did not fix the issue. I also removed all the js from the homepage and that did not work as well.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Home Pagealso a star rating is showing in the footer
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Home PageForum: Plugins
In reply to: [Media Library Assistant] Adding HTML to gallery display‘mla_caption’ => ‘{+caption+}<hr>’ did work but it was displaying on images that did not have a text caption.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Updating a postThis problem was because i edited the javascript files
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Updating a postYou need to know the general settings?
So Is it possible to send the rating on “update” instead of clicking the stars
Yeah thats what i mean.. I changed the value to be the ‘menu_order’ attribute so its now a number input box. So when I enter a number like 3.2 and click “update” it saves then I have to click anywhere in the stars area for the rating to display. Im trying to combine these two clicks.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Placement issuesI wanted to place user ratings on the home page.. Also I can not edit the plugin files is there a way to take off the permissions.
I found the answer to my question::
[display-posts include_excerpt=”true” tag=”interpol” post_type=”events” order=”ASC” meta_key=”time_date” orderby=”meta_value” posts_per_page=”10″]
________________________Forum: Plugins
In reply to: [Simple Share Buttons Adder] Deactivated the plugin but icons still thereclear your cached in the wp dashboard