59157 comments found.
Hi
I have purchased recash template I am using it in here https://www.achladeal.com I got a bug when someone wants to leave a comment see in here at bottom https://www.achladeal.com/electrical-services/When you leave a comment, it goes to an error page. Click back on the browser then submit the comment again Now it is working. So basically it works only at the second time when we hit the send button.
Can you asist with that to solve for us the problem?
Thanks, Ilan Gez
Which error do you have on error page?
HTTP ERROR 405
please, check possible solutions https://www.google.com/search?q=HTTP+ERROR+405+on+wp-comments-post.php
Activate default WordPress theme and check please
This is not resolving the issue. Can someone PRO from the support team look in to it and find a solution please?
Please, activate default WordPress theme and check comments first
Hi, after updating to Rehub 9 the ‘top rating reviews’ disappeared from the pages attributes… is that possible? My site relies on a list of reviews as I guess most of them here. Is there a new way for showing lists of reviews now or is it a bug?
it seems I don´t have all the options that are available in the demo video… do I need to pay for that? Check here please -> https://snag.gy/IGVLDT.jpg
I can´t select category or get the shortcode when the template is saved.
You don’t see new option because you use old version of theme. You must update to latest 9.1.1
thanks a lot, great customer service as usual! Last question…. how can I sort the products according to the overall score I´m assigning to them?
Data settings, choose order by meta value and use meta key where reviews are stored http://rehubdocs.wpsoul.com/docs/rehub-theme/list-of-important-meta-fields/
How I get the demo http://recart.wpsoul.com
Would it be possible to have a list of all theme files that changed between v8 and v9? List of new files, files deleted, and files with edits. Newspaper by TagDiv includes that in all their updates and it’s incredibly useful
This doesn’t have a sense because almost all files were changed
When using the Shop/Comparison header, the logo on mobile devices is not center. how to center that?
Hi. If you need customization help, please, update your support
HI Sizam, here is my question: when I click on a button or a text, I don’t want it link to other pages, but to the content below the page, Can we achieve that?
All links from titles are going to inner posts, so, I don’t know what you mean
Please, create topic according guidelines, with all information, links, screenshots. This will allow us to understand your issue and give you more better and fast answer.
https://sizamtheme.support-hub.io/articles/how-to-write-to-support-if-you-need-technical-helpall right, send you a pm with all the needed details, pls kindly advise, thanks
How to show last updated date in Rehub theme instead when was post published?
Please, update your support if you need customization help
9 version Question 1 Question WPBakery Page Builder (formerly Visual Composer) deprecated ?Need to remove in 9 version because on one of my site I update your theme and have this plugin after update.
WPBakery Page Builder (formerly Visual Composer) OR ELEMENTOR only in version 9.What is the best choice 2 Question In version 9- full width page .
After update I have some minor css bugs but this is not problem for me and some data from setting in theme is deleted and is this not problem .
I still stay of version 8 of my General site :)I Need from time for analyze how to update without any bug
Thank and Best Regards.
No, WP bakery is supported and will be supported in future. No changes for WP bakery, but we recommend Elementor, because we added more interesting modules there
and it’s better for design, usability and much easier to use.
Hello, Is it possible to use external product Xpath in Wp all import for things like images, prices, product names, descriptions and other? To use that data my website when importing coupons, offers… Thank you
wp all import is for importing feeds by xml or csv, it’s for scraping websites by xpath
hi
I couldnt find new bonus plugin as you have informed us before update ,
http://prntscr.com/o4khnlHow we can reach it ?
thank you
Rehub – plugins. And it’s visible only in new theme version
Hello,
After the latest update, some fields of admin panels visually corrupted > https://gyazo.com/6c5b1bd04759c3712d9972d7c82f3f0d
The images shows that error, as seen trying to re-write double /wp-content/ to urls
404 Not Found The request /wp-content/wp-content/plugins/rehub-framework/vendor/vafpress/public/img/vp-logo.png was not found on this server.
At last time, you’ve told that my server doesn’t detect wp-content folder correctly and I tried to update RH Grandchild plugin with the following code below, but did not help, do you have a quick fix for that?
define(‘VP_URL’, ’//[website]/wp-content/wp-content/plugins/rehub-framework/vendor/vafpress/’);
Try to remove one /wp-content in your code, because you have it two times
Thanks, yes, it was my typo, removed it already but still same error occurs
I mentioned that fix as you’ve provided that solution before for same issue with adding that code to rh-grandchild-func.php
define(‘VP_URL’, ’//instant-deals.com/wp-content/themes/rehub/vafpress-framework/’);
I tried to update it like this below, but did not help so far;
define(‘VP_URL’, ’//instant-deals.com/wp-content/plugins/rehub-framework/vendor/vafpress/’);
if you think this should fix again what should be new VP_URL path? Or what would be another quick solution?
I can’t tell you, because I need admin access to check real links of site
I have the version 9 installed. But I want to import ReDokan. I have the package. But when I upload that. It was giving an error that, You have not installed the parent theme. But I have installed the theme. Please help me.
Hi. Please, write from your buyer’s account for technical support
Hello Sizam,
I am having issues leaving woocommerce reviews for products …..I get the error -
Duplicate comment detected; it looks as though you’ve already said that!
Can you help me? Deactivating all plugins is not helping.
Send link
Check your security plugins. Usually they can do this bug. Check link of site in settings – general, maybe you have wrong link there or you have not proper setup for ssl certificate on site
Hello Sizam,
I have checked all these with my hosting provider. Here’s the response from my host:
Regarding the duplicated comments’ issue I investigated the case but regretfully I could not resolve it.
Even after deactivating the security plugin on your application the problem persisted.
Therefore I inserted the below code Code: add_filter( ‘wp_die_handler’, ‘my_wp_die_handler_function’, 9 ); //9 means you can unhook the default before it fires
function my_wp_die_handler_function($function) { return ‘my_skip_dupes_function’; //use our “die” handler instead (where we won’t die) }
//check to make sure we’re only filtering out die requests for the “Duplicate” error we care about function my_skip_dupes_function( $message, $title, $args ) { if (strpos( $message, ‘Duplicate comment detected’ ) === 0 ) { //make sure we only prevent death on the $dupe check remove_filter( ‘wp_die_handler’, ‘_default_wp_die_handler’ ); //don’t die } return; //nothing will happen }
to the public_html/afrimash.com/wp-content/themes/revendor/functions.php file per:
https://stackoverflow.com/questions/2943036/wordpress-duplicate-comment-detection/11595416#11595416While no longer the duplicated comments’ page appeared I could not find the reviews made by me.
Thus I reverted the changes made by me.
This issue appears to be application related and not really caused by server configuration
Sizam, I really need your support to solve this problem. I look forward to your response.
add_filter('duplicate_comment_id', '__return_false');
Thanks ….the error still persists …..I used in in RH Grandchild functions . I also tried revendor functions file.
Any other thoughts on this?
Update your support, please, and I will send your site to developers for deep investigation
Thank you so much Sizam ….I really look forward to solving this problem. I will update support now.
I have renewed support.
Ok, I see. Please, write now to next email webbizdirect@gmail.com and describe your problem and give them links. Then, wait for admin access request
Thank you Sizam. I have sent an email.
Hello Sizam, I have sent a message to the email address you gave me. Please let me know if you have seen the email. Thanks.
Our developers will check it tomorrow
Okay, thanks a lot.
In widgets, Using custom sidebar I have inserted a text widget, in which I have written the html code for an ad, but some ads are not displaying completely, they are half hidden, but some are showing complete. I have removed all the cache, but still this problem exits. Link : http://pricegrill.com/samsung-3/
You must set iframe height in your ads. Please, ask ads provider for instructions
iframe height is already set correctly and is same as the other ads (which are displaying correctly). Still not displaying full ads
With same height and width set, some ads are displaying correctly, while some are not
I don’t see height in code of site. And, please, update your support if you need help for questions which are not depending on theme functions
Are you planning to create recash website demo with the new theme version + elementor? and when will it be ready
yes. Maybe on next week, but Rewise and Recompare will be first
Hi Sizam! My posts that are listed in categories are opening in the new tab. How to fix it? I want them to open in the same tab. Thanks! Hoping for a fast reply.
Please, create topic according guidelines, with all information, links, screenshots. This will allow us to understand your issue and give you more better and fast answer.
https://sizamtheme.support-hub.io/articles/how-to-write-to-support-if-you-need-technical-helpHi your theme is great! but I found some issues using dokan pro business with. Here some example detail of hidden field using smarthphone:
1.http://i63.tinypic.com/o5w45s.jpg 2.http://es.tinypic.com/r/o6hfso/9 3.http://es.tinypic.com/r/14l4tmw/9 4.http://es.tinypic.com/r/34958pc/9
we can’t help without direct links and test accounts
Hello, I would like to add basic subscribe field and button like in your video. https://www.youtube.com/watch?v=14qe-ePG0Bk
I went to documentation for code/shortcode: http://rehubdocs.wpsoul.com/docs/rehub-theme/how-to/how-to-add-mailchimp-email-form-to-post-or-page/ and http://rehub.wpsoul.com/documentation/docs.html#mailchimpBoth of those give a square box with grey background, mail icon etc
I would like to add the same as in your video. Video says see documentation, but I do not see any for simple field for email and subscribe button (without the box and shading and icon). What is the shortcode/code to place in shortcode area in custom footer? To get only email field and subscribe button please.
Thank you.
shortcode example of flat form is in end of article http://rehubdocs.wpsoul.com/docs/rehub-theme/how-to/how-to-add-mailchimp-email-form-to-post-or-page/#How_to_add_another_color_for_button
Thank you!
Hi everyone, I have 9.1 on fresh install, I thought rehub-theme.zip alone would come with Elementor extra modules, asking for woocommerce etc.. Do I need to install a demo to get those and which one is the most compatible with new 9.1 at this stage? Or should I wait a bit more ? I dont want to install a child theme, instead will use staging for tests and pre-updates before pushing live. Thanks.
All elementor modules are available in 9.1 version. You must install Elementor plugin to use them
Thanks. I’ll use old rewise setting until new one is available.
Aaargghh, I forgot I have to download VC to get demo. You wrote it could take a week for new ReWise to be ready (without VC, only Elementor), I’ll wait then. Thanks (will you send an email when ready?)
Just follow updates. We will add description in changelog once it will be available
To your team and the new V9.1 https://www.gif-maniac.com/gifs/53/53233.gif
Thank you. Some new features and new demo will be added soon. I am sure that many users will love new demos
Hi Igor, I have tried to create a Top Listing with elementor but I am getting some warning messages. Check the example: https://nnhotempo.it/elementor-test/
it was fixed in 9.1.1
in your general data settings, you must disable order by random parameter. Disable it. And try to disable showing only reviews
Also, any kind of sorting by price should be made in products. You used posts for this and this will have a lot of problems