59211 comments found.
Hello,
On front end publisher, how do I show product quantity up? There is no quantity field showing?
you can add custom filed with key
_stock
for this
also, maybe you need to add hidden field with key
_manage_stock
and value as
yes
I still waiting your support , i sent the screenshots , answer me please ?!!!!!
answered already
Hi Igor, How come I see an adv by the end of the article in this (and other) page? How to remove it?
http://regaliperlui.it/regali-videogiochi-console/nes-nintendo-classic-miniThanks
I guess that you used demo clone. You can control ads in theme option – ads option
Hi Sizam,
I’m using Rehub with great success – thank you!
Just wondering – does the theme support Rich Snippets? If so, how do I go about configuring them?
Thanks in advance,
Chris
Supported review and offer. Review shows data if you make post as Review format and add review with criterias. Offer is supported if you add main offer in Post offer section (currency code and offer url is required for this http://rehub.wpsoul.com/documentation/docs.html#27
I see after latest update you remove YITH woocompare integration from theme. How can I continue to have it as before as I like how it was. I even have PRO version of plugin purchased.
You can copy file
inc/parts/woo_grid inc/parts/woo_column functions/woo_functions
from previous version of theme
Where can I get old files? I already updated theme automatically I dont store theme anywhere
I can send
I have sent you email
Hi,
Are we just one time demo clone option? After register the theme can’t we change the theme from Re:pick to Rehub for example? Same domain, same website?
you can
Hi
I bought this theme yesterday,i have few questions and would appreciate your help: 1) I want to use this theme specifically for indian ecommerce stores like amazon.in,flipkart.com,paytm,shopclues and infobeam Which plugin would you suggest out of content egg / affiliate egg.
2) I want to add search filters to such kind of lists,is it possible to do that? If yes,can you please explain a little or point me to the right place. http://rehub.wpsoul.com/list-top-reviews/1. To get almost all popular shops you need both plugins, because some shops have API which can be used in CE, some can be used only in AE
2. http://rehub.wpsoul.com/documentation/docs.html#37 But this will work only if you add filters manually, you can’t use data from Content Egg to create search filters automatically
Hi, There is a fundamental bug/missing feature in the RE:Cash theme deals filter – There is no option to filter out expired deals. This is essential for sections like Editor’s choice, top deals etc.
what deal filter do you mean? If you use page with visual composer, there is such filter
Thank you, Did notice this new edition. it was not working properly before.
on a similar subject – I’d like to add an automatic message to deals older than 1-2 days (just to mention they might not be relevant anymore). This is required as manually updating and checking numerous deals is becoming impossible.
Do you add offers manually? Why do not use one of supported ways with autoupdate of prices?
This is important for flash sales, coupons and alike which a re time and quantity sensitive. Price compare tools are irrelevant for such deals. Manually checking and updating each post is also too much work and time, even if users report to us. We need either a pop up message at the top of the post when it’s older than X days, or some rule that X number of users who click ‘expired’ will automatically change the post to expired.
I mean another. You can use Content Egg which will update your prices automatically. You can also add expiration date to offer if you set it manually, you can also use report button http://rehub.wpsoul.com/documentation/docs.html#reportbtn
Hi,
i bought this template in old version for my site (ecommerce-school.it) and now i want update to the last version. How i can do? I need to buy another one the template? Pls contact me, Thanks Francesco Chiappini
you don’t need to buy. http://rehub.wpsoul.com/documentation/docs.html#5
Anyway, I don’t see that you are a buyer
- you state niche demos coming, so any chance you can create a demo where this theme can be used as an international multi-currency multi-location classified ads portal, somewhat similar to the following
3) https://themeforest.net/item/sj-live-responsive-classified-joomla-template/7849156?s_rank=15
- I would hate to have to buy any of these niche themes just because I have not been able to use your theme for my originally intended purpose as it is not what I had actually expected it to be.
post and user locator were added half year ago
http://redirect.wpsoul.net/home-page-with-business-locator/ http://redirect.wpsoul.net/business-locator-list/ http://redirect.wpsoul.net/business-locator-custom-table/ https://wpsoul.com/creating-business-directory-site-with-search-filters/#toph2_6New functions will also have locator, but it will possible to use Social Business Directory, this is unique function which currently available only in our theme, follow updates, we will add tutorial in next 1-2 weeks
- unfortunately, business directories are completely different from a classified ads website, Totally different from each other.
My links not about ads site, it’s about directory functions
How can add user Id as a sub Id of Affiliate url to track user action
currently no – but this is in TODO
You have given reply of a question “if you mean – adding user ID to subid of affiliate link – this is possible for some small code tip. user must be registered and loged on site for this” What is small code tip?
yes, but we decided to add this in core, so, wait this update.
So this will be in next update, when it ll be?
Not in next, but in nearest. Do you ask about Content Egg plugin, right?
No not in content egg, I have asked about using user Id as subid of affiliate url link means user specific affiliate url to track transaction. These affiliate links I have import through wpai or manually post not by content egg.
Do you import them in Post offer section?
Yup I have import as a post
Ok. And how do you use this data? As post offer box? Or in Post layout?
As post offer box
So how can add user Id as subid
Waiting for your reply
Still waiting for your response
I have read about function “get_current_user_id()”, how can I use this function to create user specific URL with uid
sorry, this is code which can help. It works only in latest theme versions
add_filter('rh_post_offer_url_filter', 'add_user_subid_rh');
function add_user_subid_rh($offer_post_url){
if (is_user_logged_in()) {
$user_id = get_current_user_id();
$offer_post_url = $offer_post_url.'?user_subid'.$user_id;
}
return $offer_post_url;
}
I hope this will help
This code must be in functions.php of blank child theme or, if you use one of child themes, install bundled RH Grandchild plugin and place there
Thanks, I have installed Rhg Grandchild plugin and place the code in the rh-grandchild-func.php, but after that my site stop working even my WordPress admin also stop.
Thanks, I have installed Rhg Grandchild plugin and place the code in the rh-grandchild-func.php, but after that my site stop working even my WordPress admin also stop.
you placed it wrong. send ftp
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment)
I have send you the ftp details and my issues
check now
Thanks, what mistake I have done and how do you rectify?
Have you added the code to Grandchild plugin?
you copied code with pre tags
Thanks, now all affiliate urls comes with user specific UID number. Now I want to ask 1.where I can find out user specific UID number. As I have checked registered users detail, there is no uid number for individual user. 2.how can be username defined as a UID
it’s in edit link of user http://screencast.com/t/WmBRKbnIml
there are some plugins which adds ID in table of users
2. You can extend code and get user name from user id https://codex.wordpress.org/Function_Reference/get_userdata
Thanks, now i can track user specific affiliate transaction, Please tell me how can i give cashback or reward points as transaction is successful
There is no simple or any ready sollution for this. It’s possible only with custom code for special Afiliate systems. Each system has own code and API and it’s not available for all, I know just 2-3 sites which allows to use purchase tracking and push notifications about sales. This is very hard question and we will investigate this later
Thanks for replying, I can track purchase and I have purchase report with subid from affiliate. Tell me 1. how can I export users detail and again import, after few editing? 2. How can i add few options in user account or user profile i.e. order, cashback etc.
Waiting for reply
Waiting for reply, i want to ask one more question as you have given me the code for offer post tracking, i am also using colored table. So please send me the code for tracking colored table url tracking
COlored table doesn’t have any links, so I don’t know what you mean
2. Most simple way for me (without codding) to add options for users – use Buddypress and their bundled Xprofile profile
Hi Sizam, the code you have given for user subid link with affiliate url is working only in manual post, if i’ll post using WPAI, than user subid will not link with affiliate url. why this is happen?
No matter how you post them, because this filter works for button, not for post. How did you set offers on site? in Which way?
Yeah I got the issue, if coupon code is masked. Then on click shop button affiliate store open with subid on same page and another page open with coupon code and on click that code one more page open affiliate store but without subid. There’s no issue, if coupon code is not mask. So please resolve that If code is masked then why deal open twice.
Hi, I want to use image gallery as a slider Is it possible to generate subid affiliate link for images custom link
But slider doesn’t have links
I have linked all images with custom link.
How can I show deal stores with quantity of offers posted?
You can’t do this now. Only all shops + their logos http://rehub.wpsoul.com/documentation/docs.html#woobrand
Hello, in my comparison table i want to add Criteria1 Criteria2 Criteria3 and compare them who can i do it please ?
already answered in previous
I really feel i need to voice my frustration now..I have sent you my login details and done everything that you said i need to do. And still nothing. I cannot log in with your rehub password or my admin password. I am not building this site for fun. Like everybody else this is a business, and right now I feel like I have wasted my time and my money. My final plea. help me sort this out, so I can get this site up and running.
After my last message, I don’t see any answers from you. I wrote you to delete current installation, setup new wordpress again and use alternative method of importing. Did you make this?
Also, why your site has url site.com/wp? but all links go to site.com? Do you have multisite installation?
Send hosting access if you can’t do by yourself or install new wordpress and send me admin access to wp dashboard
Hi Sizam. I have done all of this, reinstalled wordpress, downloaded the latest version of the theme, I however not tried alternate method of import. I will send you my hosting access. and you can see for yourself what is wrong.
Ok. We will set demo site for you
Thank you. I really appreciate it.
Hi Sizam , i want to create a comparison table and i follow your demo’s video in youtube and it’s works,but for the meta fields to add criteria in my table,how can i generate it ? MDTF i didnt know how works they dont give me meta fields to add it into my table ..Can you help me ?
use, ACF plugin.
MDTF also gives you custom field which you can use. Custom key name you can find in setting of each search filter
how to change copyright mark on the bottom of the page ? where it says 2016 Wpsoul.com Design. All rights reserved. can i change that?
theme option – footer option
Hi!
Is it possible to use [contents h2] in a sidebar?
I’ve tried but not working, is printing “[contents h2]” directly
Thanks
it works only in content of page
Ok!
Thanks for your answer.
One more question. Is it possible to hide “back to menu” links when using [contents h2]?
Thanks
.kc__gotop{display:none}
place in theme option – general – custom css
It works perfect!!
Thanks!
Hi Sizam, great theme you’ve made. now, i cant seem to be able to replicate the store locator as it is on the demo. the revendor demo stack does not include the store locator page. i follow you post on creating the multivendor site but the section for store locator does is not comprehensive. can i get a more comprehensive guide of the shortcodes used to create the page? i already installed the required plugins
Hi, after installing and activating the theme there is this error: /wp-content/themes/rehub/vafpress-framework/bootstrap.php on line 24 License active, plugins active but still this error. The named File exists. Can you tell me what to do? Thanks!
write error code
Fatal error: Class ‘VP_FileSystem’ not found in /www/htdocs/xxx/xxx.de/wp-content/themes/rehub/vafpress-framework/bootstrap.php on line 24
I guess you have broken file.
Check next file
/wp-content/themes/rehub/vafpress-framework\classes\filesystem.php
is it on your site?
yes it is.
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment). Also send ftp
done
my developers answered to you
Hello Author , is it possible to Replace Default Search with Custom Google Search ,
yes, but you should find plugin for this. I think there are some free
i Replace it , ok , But In your theme > Ads Section > ”” Insert custom ads code This code will be visible after title”” is Not Working , [note: i tried several times , no cache plugins are enabled , tested with another browser not working]
not all Post layouts has such output, try to use another post layout and check again
Ohoo… ok ok , Iam Using Standard Layout ,
How Can i Disable Page Name [Globally and Specific Page ] , Reference Image : https://s27.postimg.org/hmvp58r7n/image.png
Use page for layout builder template in Page attributes
OK problem solved.
Hi The rehub theme looks perfect for what i need…but i have a couple of pre-purchase questions, I am setting up a price comparison site.
1: Can i add the same price comparison table to the woostore? (not just a standard post)
2: Are there any currency switcher plugins that you know of that will change the currency within your theme?
I will mostly be working with xml datafeeds provided by my partners. (So content egg will not be useful here).
3: When importing a stores datafeed will i have to set up a parser for each store i use within my comparison table manually, or does your theme handle this?
thankyou
1. Yes
2. I didn’t test this, I guess that there are some plugin for this, but they will work for woocommerce price, not for comparison tables
3. There is no any parser when you use xml feeds, this doesn’t have a sense. You imported posts as they are in xml feed. To update prices you must have live link for xml feed which has actual data every time you use it.