Forum Replies Created
-
AuthorPosts
-
You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.You must have valid license to access this content.
FocuxTheme Support
KeymasterV1.5.2 doesn’t contain top bar.
If you are in a hurry, maybe you can try this plugin https://wordpress.org/plugins/top-bar/
FocuxTheme Support
KeymasterSorry, I haven’t found the php function which can be used to output the product point in the documentation, please contact the plugin author to tell you.
I have to say that our support doesn’t include the customization. Just let you know the method so that you can do it by yourself.
1. Put the PHP function of output point under price:
Check dgwork/inc/functions/template-tags.php file, you can findif ( ! function_exists( 'dgwork_page_header' ) ) : function dgwork_page_header(){ ..... } endif;
Copy the whole function to the functions.php of your child theme.
Then you can find this code
if(get_post_meta($post->ID, "_dgwork_product_template", true)<>'' && get_post_meta($post->ID, "_dgwork_product_template", true)<>'0' && get_post_meta($post->ID, "_dgwork_product_template", true)<>'3' && get_post_meta($post->ID, "_dgwork_product_template", true)<>'4'){ echo dgwork_buy_button($show='price'); }
You can put anything under echo dgwork_buy_button($show=’price’);
2. I don’t know where you want to put the badge.
February 22, 2019 at 8:29 am in reply to: page scroll to top when clicking blog posts in some environment #23310You must have valid license to access this content.You must have valid license to access this content.FocuxTheme Support
KeymasterThe button position in the sticky menu look normal on my browser https://www.dropbox.com/s/oqt6l1cp9l78t47/Screenshot%202019-02-22%2016.12.26.png?dl=0 What is your browser?
For EDD point, is there any public documentation of this addon? I need to know which function or shortcode can be used for output the point.
February 20, 2019 at 7:29 pm in reply to: Post only showing content when Gutenberg editor used #23291You must have valid license to access this content. -
AuthorPosts