Roy Mahfooz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Notification Bars] toggle, close buttonsHello,
Thank you for your cooperation with us, We are sorry for not following up quickly on this issue and for the inconvenience that might have caused due to that.
It is not possible to disable the notification bar after the first appearance for that specific session and appear again for the next session. we are sorry but the plugin does not have this option.
You will have to customize the plugin code for this purpose.
We will not be able to make these changes for you as it goes beyond the scope of standard support policy.Thank you
Hello,
Thank you for contacting MyThemeShop.
Please try to use the following free plugin from MyThemeShop to translate or change strings in WP Review plugin.
https://mythemeshop.com/plugins/my-wp-translate/Let us know how it goes.
I hope this helps.
Thank you
Forum: Plugins
In reply to: [WP Notification Bars] toggle, close buttonsHello,
Thank you for contacting MyThemeShop.
We are sorry for not following up quickly on this issue.It is possible to hide the notification bar by default, but it will not be possible to hide on “TODAY” or “TOMORROW” basis.
Can you please explain a little more what are you trying to achieve actually?
So that we can suggest a solution accordingly.Thank you
Hello,
Thank you for your cooperation and patience.
Here is the code which sets the comment type for visitors rating.
To set the comment type:
“comment_type” the value will be “wp_review_visitor”.
Here is the list of meta keys and custom fields for comments and visitor ratings.
You can find all these constants in the wp-review.php file available in the root directory of the plugin.
For value of above variables, please check function
wp_review_visitor_rate(), inincludes/functions.phpline 3340I hope this helps.
Thank you
Hello,
Thank you for your cooperation and patience.
We are sorry for the inconvenience, can you please check the issue by deactivating all third-party plugins temporarily? Check if the issue is resolved, if yes then activate plugins one by one and keep checking the issue until you find the conflicting plugin.
Let us know how it goes and we will suggest a solution accordingly.Thank you
Forum: Plugins
In reply to: [WP Real Estate] How to change slug urlHello,
Thank you for contacting MyThemeShop. it is not possible to make this URL change using the plugin options. it will require a custom code to be added to your child theme.
Please add/append the following code to the functions.php file of your child theme.function mts_custom_post_type_args_change( $args, $post_type ) { if ( $post_type == "listing" ) { $args['rewrite'] = array( 'slug' => 'listing' ); } return $args; } add_filter( 'register_post_type_args', 'mts_custom_post_type_args_change', 24, 2 );You can change ‘slug’ => ‘listing’ and replace “listing” with your desired text to make the change in URL.
After adding the code, please go to Settings -> Permalinks and hit “Save Changes” once.I hope this helps.
Thank you
Hello,
Thank you for contacting MyThemeShop.
We are sorry for not getting back to you quickly and for the inconvenience that might have caused due to that.
We have checked your site, it seems like there is an error in the console, please take a look here.That seems to be the reason why the widgets are not working, the error there is not due to WP Review plugin. You might have added some custom JS code in your site using theme options or child theme. The issue is here.
Please check and fix this, widgets will work fine then.
Thank you
Hello,
Thank you for contacting MyThemeShop.
We are sorry for not following up quickly on this issue and for the inconvenience that might have been caused due to that.
We have checked the URL you have shared, there is an area in that page where we can add the review, can you please check and let us know?
Secondly, please can you check by deactivating all third party plugins and check if the issue is still there? If the issue is resolved, activate all plugins one by and keep checking the issue, you can identify the conflicting plugin.Thank you
Hello,
Sorry for not getting back to you quickly for any inconvenience that might have been caused due to that
Yes, you can import reviews from “Author hReview” but it is not possible to import “WordPress Reviews” also this feature is not available in free version of the plugin. You will have to buy the premium version to import reviews from “Author hReview” here.
https://mythemeshop.com/plugins/wp-review-pro/
Thank you
Hello,
Thank you for getting in touch with MyThemeShop support.
Please share the URL to your site so that we can replicate the issue and suggest a proper solution if it is related to our plugin.Thank you
Forum: Plugins
In reply to: [WP Notification Bars] Hide on pageHello,
Thank you for sharing the URL.
You can use the following CSS code to hide the notification bar on the page you have shared with us..page-id-10183 div#mtsnb-9844{ display: none !important; }Let us know how it goes.
Thank you
Forum: Plugins
In reply to: [WP Notification Bars] Hide on pageHello,
Thank you for your response.
Can you please share the URL to your site and the page so that we can provide proper CSS code to hide the notification bar?Thank you
Forum: Plugins
In reply to: [WP Tab Widget] Unable to load tab contentHello,
Thank you for your response.
Can you please try to activate one of the default themes like twenty seventeen or twenty sixteen and check the issue again? If it resolves the issue it can be a conflict with your theme.
Secondly, you have protected the content and restricted right click and copying etc on article pages, you are doing that using some plugin that plugin can be an issue also because it has disabled all events on the page. We are not able to debug the issue that way also, please check by disabling the plugin temporarily also.Please check the above instructions and let us know how it goes so that we can check further.
Thank you
Forum: Plugins
In reply to: [WP Notification Bars] Show notification bar after X seconds?Hello,
Thank you for your response.
We are sorry for the inconvenience and for this misunderstanding, We did read your message, we just wanted to know you have figured this out or not and if you still need help with the question, anyways, it is not possible to show the notification bar after X second in available options of this plugin.Thank you
Hello,
Thank you for the response.
Yes, the plugin WP Review can help you with that. You can enable reviews for restaurant pages and visitors can leave reviews and ratings.
If you are looking for advanced level features then please do take a look at the pro version of this plugin here.https://mythemeshop.com/plugins/wp-review-pro/
Please check the video which shows all the features and setup details.
I hope this helps.
Thank you