59157 comments found.
With repick theme I want to disable offer button in archives and loops, but when i do it also takes away the price. Is there a way for the button to take the user to the post but still show the price?
Theme option – global enable. You can find option to disable button
Yes but when i disable offer button the price goes away as well. Anyway to keep the price?
only with customization file inc/part/query_type3.php. You can find code of button in end of file
<?php rehub_create_btn(‘yes’) ;?>
change to
<?php rehub_create_btn('yes', 'price') ;?>
Hello, I have added the code but the price still does not seem to be showing. https://www.homerungifts.com/
If i disable offer button now the price goes away, If i leave it enabled it only shows price. Is there a way to have price and the read more+ button that takes them to the post?
right now it is disabled, if i enable it the read more will go away and the price will appear but i’d like to have both.
Don’t disable buttons,just do modifications which I wrote
Yes but when i do modifications and leave everything enabled the read more+ button goes away
you can’t show price and read more in the same time, this requires more deep customization. Price for this is $30 from our team
Ok how would i go about paying?
If they send me the changed file or just tell me what changes to make so i can redo the changes after updates that would be good.
do you use child themes?
Yes i am using repick
ok. register on trello.com
I am trying to add my affiliate IDs to offer submitted by users but this doesn’t work if I try to pass more than one affiliate links. I am following your example at http://rehubdocs.wpsoul.com/docs/rehub-theme/user-submit-memberships-profiles/auto-adding-affiliate-links-to-user-submitted-offers/
What am I doing wrong?
function rh_change_affiliate_string($offer_post_url, $checkdomain, $afftag, $affstring){
if (!empty($offer_post_url) && strpos($offer_post_url, $checkdomain) !== false) :
if (parse_url($offer_post_url, PHP_URL_QUERY)): //check if link has query string
if (strpos($affstring, $offer_post_url) !== false) : //check if link already has affiliate ID
$offer_post_url = preg_replace("/(".$affstring.").*?(\z|&)/", "$1".$afftag."$2", $offer_post_url);
else:
$offer_post_url = $offer_post_url.'&'.$affstring.$afftag;
endif;
else:
$offer_post_url = $offer_post_url.'?'.$affstring.$afftag;
endif;
endif;
return $offer_post_url;
}
add_filter('rh_post_offer_url_filter', 'link_change_custom');
function link_change_custom($offer_post_url){
$offer_post_url = rh_change_affiliate_string($offer_post_url, 'ebay.it', '5338259355', 'afepn=');
$offer_post_url = rh_change_affiliate_string($offer_post_url, 'amazon.it', 'megapromozion-21', 'tag=');
return $offer_post_url;
}
And what is not working? How did you test?
it is not passing the affiliate ID to the url. For example if an user adds an offer from Amazon, when from the post you click on the offer button that takes you to amazon the URL will not show tag=megapromozion-21
if ( !empty( $_POST['rehub_offer_product_url'] ) ) {
$url = $_POST['rehub_offer_product_url'];
with these:
if ( isset( $data['rehub_offer_product_url'] ) && !empty( $data['rehub_offer_product_url'] ) ) {
$url = $data['rehub_offer_product_url'];
Then write your results.
Your fix doesn’t apply to me, I am using the 3rd example in http://rehubdocs.wpsoul.com/docs/rehub-theme/user-submit-memberships-profiles/auto-adding-affiliate-links-to-user-submitted-offers/
Do you understand that this code doesn’t change real link, it’s working only on site, but link inside admin page will be original
Yes ok. The problem is that if a user add this deal with this link: https://www.amazon.it/dp/B075GYNXD1/ref=psdc_632623031_t1_B075GR44MV
If I use rh_change_affiliate_string my afftag is not added
If instead I use $_POST[‘rehub_offer_product_url’] it works.
I saw other posts on this but looks like others got stuck on this as well
from your code above, i don’t see that you are trying to overwrite ref= you are overwriting tag=
OK thanks, I managed to make it work. I tested Amazon and the affiliate ID is taken correctly it’s counting the clicks, but it doesn’t work for eBay.
For what I read is because eBay uses prefix. Do you have a solution for this?
Currently – no, but it’s in plans
Hi Artist, hope all is well
1. I have been looking into the comment to find a possible way to remove the annoying related products from my rehub vendor child theme now at version 7.2.1 with no success till now
tested: _tested the disable relative post from the theme options. _ tested the install rh woo tools (there is no related product to eliminate) _ tested this: http://rehubdocs.wpsoul.com/docs/rehub-theme/shop-options-woo-edd/how-to-disable-related-products/I really need your help on this pls as I have not selected any product in the cross or upsell
2. am having issues when I change the single product page from default with sidebar to default with no sidebar see: https://loibuy.com/wp-content/uploads/2018/03/Captureyjyjytry.png while I would love to avoid that and have the image bigger like something like this: https://loibuy.com/wp-content/uploads/2018/03/vggsrgv.pngSorry, help with advanced questions are only for buyer’s with actual support
so you mean that my 2 questions, are too advanced for you to provide me an answer, even dough I have not been able to lunch my store yet, after a year that I have bought your theme?? because of issues am trying to figure out my self??
and this is not even customization request, but minor errors/issues or bug am having in the theme.. as you can see from my request, I always do my research before asking, if the solution was there in your guide, I would not be asking your support,
hope you will understand, a link to a solution would be enough.
1) Please, send FTP and admin access in the contact form. Provide also in the message: your issues and link on the current comment (you can know it if you press on the time in your comment).
2) There is no sidebar on that template. This is a standard WC template, but you can choose another template or edit current one if you have some PHP skill.
thanks a lot.. all the info has been sent
Hi Sizam, I got this message after install this theme. Can you fix this? Thank you.
Your theme (Rehub child theme – Revendor) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.
`- WordPress Environment ###
Home URL: https://hijrahenvision.com Site URL: https://hijrahenvision.com WC Version: 3.3.3 Log Directory Writable: ✔ WP Version: 4.9.4 WP Multisite: – WP Memory Limit: 256 MB WP Debug Mode: – WP Cron: ✔ Language: en_US
- Server Environment ###
Server Info: Apache PHP Version: 5.6.33 PHP Post Max Size: 256 MB PHP Time Limit: 0 PHP Max Input Vars: 1000 cURL Version: 7.58.0 OpenSSL/1.0.2n
SUHOSIN Installed: – Max Upload Size: 256 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔
- Database ###
WC Database Version: 3.3.3 WC Database Prefix: wpn0_ MaxMind GeoIP Database: ✔ Total Database Size: 12.12MB Database Data Size: 10.88MB Database Index Size: 1.24MB wpn0_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB wpn0_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB wpn0_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB wpn0_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.05MB wpn0_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB wpn0_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB wpn0_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB wpn0_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB wpn0_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB wpn0_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB wpn0_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB wpn0_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB wpn0_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB wpn0_woocommerce_log: Data: 0.02MB + Index: 0.02MB wpn0_cegg_autoblog: Data: 0.02MB + Index: 0.02MB wpn0_cegg_price_alert: Data: 0.02MB + Index: 0.03MB wpn0_cegg_price_history: Data: 0.02MB + Index: 0.08MB wpn0_commentmeta: Data: 0.02MB + Index: 0.03MB wpn0_comments: Data: 0.02MB + Index: 0.09MB wpn0_links: Data: 0.02MB + Index: 0.02MB wpn0_loginizer_logs: Data: 0.00MB + Index: 0.00MB wpn0_options: Data: 1.31MB + Index: 0.05MB wpn0_postmeta: Data: 1.52MB + Index: 0.19MB wpn0_posts: Data: 4.52MB + Index: 0.13MB wpn0_revslider_css: Data: 0.14MB + Index: 0.00MB wpn0_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB wpn0_revslider_navigations: Data: 0.02MB + Index: 0.00MB wpn0_revslider_sliders: Data: 0.25MB + Index: 0.00MB wpn0_revslider_slides: Data: 2.52MB + Index: 0.00MB wpn0_revslider_static_slides: Data: 0.02MB + Index: 0.00MB wpn0_termmeta: Data: 0.02MB + Index: 0.03MB wpn0_terms: Data: 0.02MB + Index: 0.03MB wpn0_term_relationships: Data: 0.02MB + Index: 0.02MB wpn0_term_taxonomy: Data: 0.02MB + Index: 0.03MB wpn0_usermeta: Data: 0.02MB + Index: 0.03MB wpn0_users: Data: 0.02MB + Index: 0.05MB wpn0_wc_download_log: Data: 0.02MB + Index: 0.03MB wpn0_wc_webhooks: Data: 0.02MB + Index: 0.02MB
- Post Type Counts ###
attachment: 183 nav_menu_item: 23 page: 14 post: 7 product: 17 revision: 268
- Security ###
Secure connection (HTTPS): ✔ Hide errors from visitors: ✔
- Active Plugins (9) ###
All-in-One WP Migration: by ServMask – 6.63 Content Egg Pro: by keywordrush.com – 4.4.4 Elementor: by Elementor.com – 1.9.7 WPBakery Page Builder: by Michael M – WPBakery.com – 5.4.4 Slider Revolution Particles Effect: by ThemePunch – 1.0.6 Slider Revolution: by ThemePunch – 5.4.6.3.1 Themify – WooCommerce Product Filter: by Themify – 1.1.6 WooCommerce: by Automattic – 3.3.3 Custom Product Tabs for WooCommerce: by YIKES Inc. – 1.6.4 – Not tested with the active version of WooCommerce
- Settings ###
API Enabled: ✔ Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable)
Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5)
- WC Pages ###
Shop base: #31 – /shop/ Cart: #32 – /cart/ Checkout: #33 – /checkout/ My account: #34 – /my-account/ Terms and conditions: ❌ Page not set
- Theme ###
Name: Rehub child theme – Revendor Version: 7.1.9 Author URL: https://wpsoul.com/ Child Theme: ✔ Parent Theme Name: Rehub theme Parent Theme Version: 7.1.7.5 Parent Theme Author URL: https://wpsoul.com/ WooCommerce Support: ✔
- Templates ###
Overrides: rehub/woocommerce/archive-product.php version 2.0.0 is out of date. The core version is 3.3.0 rehub/woocommerce/cart/cross-sells.php rehub/woocommerce/content-product.php rehub/woocommerce/content-product_cat.php rehub/woocommerce/global/wrapper-end.php version 1.6.4 is out of date. The core version is 3.3.0 rehub/woocommerce/global/wrapper-start.php version 1.6.4 is out of date. The core version is 3.3.0 rehub/woocommerce/loop/add-to-cart.php version 3.0.0 is out of date. The core version is 3.3.0 rehub/woocommerce/loop/loop-end.php rehub/woocommerce/loop/loop-start.php version 2.0.0 is out of date. The core version is 3.3.0 rehub/woocommerce/loop/sale-flash.php rehub/woocommerce/single-product/add-to-cart/external.php rehub/woocommerce/single-product/meta.php rehub/woocommerce/single-product/product-image.php version 3.1.0 is out of date. The core version is 3.3.2 rehub/woocommerce/single-product/product-thumbnails.php version 3.1.0 is out of date. The core version is 3.3.2 rehub/woocommerce/single-product/sale-flash.php rehub/woocommerce/single-product/share.php rehub/woocommerce/single-product/tabs/additional-information.php rehub/woocommerce/single-product/tabs/description.php rehub/woocommerce/single-product-reviews.php rehub/woocommerce/single-product.php
Outdated Templates: ❌Learn how to update `
Update main theme
How to update the main theme?
i have some questions, pls help me.
1 – how to change color in widget area, category area, currently its white. see look : http://teddylist.com/category/geeky/
2 – how i add categories or any link under menu which comes like this : http://prntscr.com/ilj6wh
3 – how i make my menu colorful like this: http://prntscr.com/ilj7jt
4 – in home page gif image can not cover complete box, see : http://prntscr.com/ilj9g9 or check in website :http://teddylist.com/
5 – in this page : http://teddylist.com/geeky/spiral-spring-nut-cracker/ , how can i increased size of featured gif image and why related item image can not cover full box.
1. theme option – appearance – Enable if you have white style of background
2. appearance – menu
3. only with customization. price from our team is $30
4. upload good image with more big size, currently, size is the same as you uploaded it
5. upload good image with more big size, currently, size is the same as you uploaded it
I just followed your steps for updating the safest way. And it lost all my design. Does your theme not save the settings to the database? I even tried changing back and now i have to start all over.
What design did you lose? Theme can’t remove any pages or WordPress settings
Hi,
I got mail for update in rehub theme. Can you please suggest how to update my theme. I am not using FTP.
I’m Usually duplicate Product post for similar new products I want to enter cause I don’t need to rewrite everything.
Therefore in the new post I have the old product view count.
Is there a way to rest this view count somehow?
Thank you,
AvivCreate draft and copy draft product, not live product
So the answer is no, I can’t delete the view count?
Great, Thank you very much it’s very helpful.
Hi, I would like to insert into “Theme options -> Shop settings -> CUSTOM CODE AREAS” of all products in my rehub site (digitalsolution.store) a custom code like this:
[content-egg-block template=custom/all_pricealert_full]
but this shortcode is visibile only if I open manually the product page and make a comparison with content egg over the other affiliate merchants. It’s possibile to active this shortcode automatically and avoid the manual activity?
Thank you very much
Chiara
This shortcode shows price alert form for content egg offers. If you don’t have offers, there is nothing to use for price alert
Please can you help me to use RH Cloak Plugin with CE. I only use CE at the Moment for front end search and RH Cloacking doesnt work… thats crap. 
RH Cloak Plugin does not work with CE. Content Egg plugin has its own cloaking. See settings of the CE module which you are using.
Yes but i import Deals with wp all import and had activate Rh cloacking, but links are not cloacked. Thats my Problem.
Where do you keep your affiliate links? Which field do you use in the import form?
currently, it will not work. disable it.
hello, nice theme, but i can’t understand from where begin…i’d like make a site like your Re- cash (with comparison, affiliate and with the option to add stores from users) ...could you link a tutorial to make a site clone of Re-cash? thank you
Hi, I have bought the theme and also the CE & AE PRO. I was trying to setup the price/deals/coupon portal but was not able to do it. Do you provide the services for building the portals based on ReHUB theme along with CE & AE pro?
You can do this by yourself https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/
Where To Customize This Box?:- http://prntscr.com/ilelf2 How to convert electricity to fa-fa-eye?
.post-meta-big span.postview_meta:before {
content: "\f06e";
}
Place the code in Custom CSS of the Theme options.
not working
send link on page and screenshot how you added code
Cashback functions which you have in plans is for Recash & Rewise themes right?
Great! XD
They are for main Rehub theme.
It functions like ebates or mrrebates, right?
I do not know yet. This is in plans only.
Hello,
There is an issue with checkout. After checking out, if an error occurs with payment, i’m riderected back to my site and my cart still contains the choosen items. If i proceed again to payment, i have to fill all the fields again and then at the last step cart get’s empted and checkout can not be completed. See screenshot steps: 1. https://imgur.com/a/mdXco 2. https://imgur.com/a/m1CKi 3. https://imgur.com/a/GYXFg
The theme does not deal with checkout or payments. Please, ask WoCommerce authors or check other plugins which can cause such behave of the cart.
Hi. Please write from your buyer’s account, so we will investigate your site
Does Child Themes Like Recash Gets Any Update? Have it got in recent update?
Current version: 7.1.9
Hi,
Where can I translate price history elements to another language ? It’s only in English and i can’t find it with locotranslate, somehow
Thanks
Search in Content Egg plugin.
Recently I’ve noticed the search results in the Search box Element in WPBakery Visual builder show all the pages and post when the search box is empty or the search term is not excited
I tried to go to the search box settings and to choose only to show post but the results didn’t change and gave me all the pages and posts in the website when the search box was empty.
Is there a way to fix it? because I don’t my users to see all the pages in the website only the one that I want to show them
Thank you,
AvivPlease, send a link to the page with Search form above.
what do you mean “search box is empty”? how it can be empty?
Empty happens when someone presses the search button with no queries in the search bar
But the issue is not if it’s empty or not the issue is that if you give it some product name it doesn’t have it show all the pages on the website.
What it should do is showing nothing or only showing the product posts.
This is if the setting of the search bar is working
For now, there is no filter on the results and the result page will show pages, posts, woocommerce product and basically everything
I believe the fix should be from your end but I’m not sure
Thank you,
Aviv
You do not have any post_type in your search form: http://prntscr.com/ily1x4 Try to choose one of them http://prntscr.com/ily2yu in Theme options -> Header and Menu
Thank you for the fast response
I checked the type of search that was chosen and it was post, the same as you suggested so I decided to remove it complatly and leave it blank and now everything is working fine
thank you for referring me there, I think that you have a small problem with the code there that when it’s selected it’s not working
rehub does not seem to be working, i install it with dokan, wp all in one import, woocommerce etc and when i try to import a child team the whole thing crashes
What do you mean by ” try to import a child team”? If you mean Import Demo content, please, read instruction in Rehub -> Demo stacks more carefully.
child demo imports dont work. it stops at 53% and word press crashes and needs to be reinstalled
You have a weak hosting. Try to ask your hosting provider to increase PHP memory or upload .wpress file via FTP to wp-content/ai1wm-backups folder then go to All-in-One WP Migration -> Backups and hit Restore button.
Hi Berdych the upload is fine, its the file restore that doesn’t complete and ends at 53% and crashes entire wordpress
does this theme support PHP 7+ if not please tell me what version it supports. thanks
It supports. Solution for your problem is described on demo stack page. Click on link about possible issues