Olga
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated fields for ACF] Flexible field – will it work?A similar page with empty ids – https://www.kursak.com/dykhalni-vpravy-dlia-rozvytku-movlennia/
Forum: Plugins
In reply to: [Automatically Paginate Posts] The paginate links really not working!Wordpress – latest
plugin – latestIt will be so good if I can set up that if a variation doesn’t have a regular and a sale price then the plugin will copy them from parent product. Any idea how can I do it?
Thanks, but I think it can be done in the plugin in the future.
Have a nice day!
“did you fill in all separate regular and sale prices for your variable products? If not then the plugin will leave them empty in the product feed;” – If I have the same prices for all products I have an empty regular and an empty sale price for all variations because it’s a too big work to add many the same prices, I have a few of hundred products.
“On the attribute mapping page you need to put the USD in the suffix field behind the g:price field you mapped instead of the prefix field.” – Thanks, it works.
How can I add “.00” at the end of count? I have “15 USD” but Google says that price should be with “.00” like “g:price>15.00 USD</g:price>”.
“have you tried mapping g:price to the normal ‘price’ attribute? 9 out of 10 times that should work just fine.” – Yes, it gives an empty price for variable products.
Thanks for your replies!
Also, I get empty price and sale price if it’s variable product. I selected “Regular price” and “Sale price” as values on the Field mapping page of the plugin settings.
- This reply was modified 6 years, 2 months ago by Olga.
Forum: Plugins
In reply to: [Contact Form 7] Contact form not support French languageThank you! This works!
Forum: Plugins
In reply to: [Category Editor] Bug if I deactivate and activate plugin againOnly on admin category page that was open when deactivating and activating the plugin.
Forum: Fixing WordPress
In reply to: Get_terms and meta_query not workingallisonplus,
& it was working previously?
– This is done by the wp codex. So once it worked.
Wait, do you have a duplicate of your array inside your meta_query array?
– No
Forum: Reviews
In reply to: [WP Custom Post Template] Works Fantastic. Here Sum TIpsThis does not work in the latest version WP
Forum: Reviews
In reply to: [WP Custom Post Template] Deprication Issue with easy fixIn file wp_content>plugins>wp-custom-post-template>wp-custom-post-template.php щn lines 85, 86 & 87 no info
“
$themes = get_themes();
$theme = get_current_theme();
$templates = $themes[$theme][‘Template Files’];
“In wp_content>plugins>wp-custom-post-template>wp-custom-post-template.php is lines:
“if(function_exists(‘wp_get_themes’)){
$themes = wp_get_themes();
}else{
$themes = get_themes();
}
$theme = get_option( ‘template’ );
$templates = $themes[$theme][‘Template Files’];
$post_templates = array();”What replaced here? Please, help me!
Ok, thanks for the explanation
And why if you insert a shortcode in category.php does not work? This is some kind of magic wordpress?))