59155 comments found.
Thank you is there a way to vote these up or down?
What do you want to vote?
Sorry I should have been more clear. The deal or coupon offers for each brand.
which brand do you mean? send link, please
On RE:Cash is there a way to set a starting point for the number of votes for what is hot so more important deals appear at the top of what is hot. Also is it possible to not show the discussion tab? http://recash.wpsoul.net/category/baby/
I found it thanks
Hi, is it possible to disable the Woocommerce gallery automatically generated with Amazon images on single product pages? Thanks
you can disable woocommerce synchronization or use other product templates than Content Egg templates
For Recash, when an user click on a deal to see details. there is a section showing username and “Show Full Profile”. How can I hide this section?
Also, in Content Egg autoblogging, there is an option for making reviews as User reviews. How can I add the same function to Affiliate Egg Autoblogging? AE autoblog add reviews to a tab, not as user reviews.
1. theme option – global enable/disable and disable author box
2. No
also upon scroll down to see all posts , the posts grid appeared as linked without border separation and not arranged equally or symetrically ?
How did you add offer button and read more button? Which customization do you use?
I am using AC template for most of my post and the RH synchronization plugin to add the price and button , and EC for a very few posts (which are the only ones still without this overlapping problem ) When I deactivate RH sync. Just until foiling this last update 9.2 of the main theme, when deactivating RH sync plugin The button Read More appears normally and when activating it again the button Buy it Now or I mean my replaced text Check it out appears instead of the Read more , but now they are overlapped at the same time . For customization , I do not have any customization in the main theme
I am using AC template for most of my post and the RH synchronization plugin to add the price and button , and EC for a very few posts (which are the only ones still without this overlapping problem ) Just until doing this last update 9.2 of the main theme, when deactivating RH sync plugin The button Read More appears normally and when activating it again the button Buy it Now or I mean my replaced text Check it out appears instead of the Read more , but now they are overlapped at the same time . For customization , I do not have any customization in the main theme
Second message
this situation is possible only if you have customization for your buttons. Maybe you use some kind of plugin which changes button url. I will add some changes in next update
Ok ,Waiting for the update to fix it , thanks
I have updated the theme today and nothing has changed , please i need a help to solve this problem
I have updated the theme and nothing changed , i need solving this problem please
the buttons overlapping and home page posts overlapping
Send admin access https://sizamtheme.support-hub.io/
TICKET CREATED , THANKS
Hi, 1. how do I change the currency of the website from euro to Dollar or others? 2. Is there an option to set a product not shipping to a certain area and tell the user when searching? “we are not shipping to your area” message. 3. can I set payment with Visa\mastercard? how?
1. Woocommerce – settings
2. Woocommerce – shipping
Hi, When i am building list from my review posts with the Advanced Listing Builder is it possible to add the post offer content next to the image in the same row? there is a big empty gap and the disclaimer text is quite small. I have screenshot https://ibb.co/1K44566
This place must be filled with post content. So you must have content. Or place title in separate row
I have content on my posts but it is still empty. Is it possible in future updates to make possible to add the post offer content. Thank you
It can’t be empty. Send link
I don’t see list builder on this page
Sorry. Here is the link. Please note the list is end of the page after Parhaat Pay’n Play -kasinot 2019 title also the text of the buttons are not centered. https://www.netti.poker/nettikasinot/
I guess you don’t have post excerpt, but ok, I will add fallback for content here
which icons and how did you add them?
facebook, telegram and instagram icons – I added them using elementor
But regular social icon module can’t work with theme because it has outdated icons, so we removed it. New update for Elementor will have new icon fonts, so, we return it back
I have purchased this theme. I am trying to upload via Wordpress dash board. Zip file does not install. Every time I try . It says The Link you followed has expired.
Try again.
What’s wrong ? Will you please help.
Regards, Seema
I’d like to enquire about custom work to your ReHub Theme.
The image is a concept of something that I would like added. It would be controlled from the Brand Section and seen on the Sections with Sidebar Layout. https://imgur.com/a/eHqe4gx
As you can see, there are 2 main elements highlighted. Would you be able to provide me with both costs and timelines for such customisations?
Thanks
Ok. write to webbizdirect@gmail.com
Hi Sizam.
1.) How can i reset the likes of my account at buddypress? (Its still that much likes because i imported demo from you) https://imgur.com/a/x3QDYAK
2.) I am confused. When i start a post and add a product with content egg it don’t refresh all the datas at “post offer” and “own fields” like it did always in the past. https://imgur.com/a/g1Li0Zp I use Content egg PRO and at the settings i changed nothing (correct post type is activate, synch, etc.)
1. no way to change this for user. You can create new user account on site in Users – All users
2. Because you don’t have enabled synchronization http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/content-egg-plugin/#Synchronization_with_theme
and you should use woocommerce, not posts https://wpsoul.com/make-smart-profitable-deal-affiliate-comparison-site-woocommerce/
Hello! There was a problem when trying to recover a password, the user redirects just to the main page, and not to recover the password. What could be the reason?
woocommerce – settings – advanced and choose correct My account page
even despite the fact that there is a Buddy Press plugin and it has its own registration page?
If you use woocommerce on site, theme will use woocommerce lost password feature. Also, any woocommerce site must use woocommerce register page and not buddypress
I use woocommerce only as a product catalog. Also, the button to buy the product was replaced by contacting the customer. Previously, everything worked
Make sure that you installed woocommerce account page https://docs.woocommerce.com/document/woocommerce-pages/
2. Which button?
Yes, I have Wocommerce pages installed. screen pages: https://prnt.sc/obs99m https://prnt.sc/obs9cj https://prnt.sc/obs9qw https://prnt.sc/obsa78 Button changed via functions.php
add_filter(‘woocommerce_single_add_to_cart_link’, ‘woocommerce_template_single_add_to_cart’);
function woocommerce_template_single_add_to_cart() { global $product, $post; $link = $class_show = ’’; if(class_exists( ‘BuddyPress’ )){ if ( bp_is_active( ‘messages’ )){ $author_id=$post->post_author; $link = (is_user_logged_in()) ? wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . ’/compose/?r=’ . bp_core_get_username($author_id) .’&ref=’. urlencode(get_permalink())) : ’#’; $class_show = (!is_user_logged_in() && rehub_option(‘userlogin_enable’) == ‘1’) ? $class_show.’ act-rehub-login-popup’ : ’’; } } echo ‘
’; echo ‘Связаться с продавцом’; echo’
’; }add_filter(‘woocommerce_loop_add_to_cart_link’, ‘rh_change_woo_btn_in_archives’);
function rh_change_woo_btn_in_archives(){ global $product, $post; $link = $class_show = ’’; if(class_exists( ‘BuddyPress’ )){ if ( bp_is_active( ‘messages’ )){ $author_id=$post->post_author; $link = (is_user_logged_in()) ? wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . ’/compose/?r=’ . bp_core_get_username($author_id) .’&ref=’. urlencode(get_permalink())) : ’#’; $class_show = (!is_user_logged_in() && rehub_option(‘userlogin_enable’) == ‘1’) ? $class_show.’ act-rehub-login-popup’ : ’’; } } return ‘Связаться с продавцом’; }
OK, I set it up. But before, everything was visually different. now another question. The user does not receive the password recovery link in the mail.
No, you don’t have my account page https://www.screencast.com/t/UXGC8zpg
Emails are in Woocommerce – settings – emails.
if you have problems with emails https://www.google.com/search?q=debug+wordpress+email
Hi Sizam,
Is there a simple setting to set buddypress products to compact grid not columns ? My store is set to compact grid and this important to maintain continuity across the site.
Thanks
Currently – no, but option will be in future
Ok thank you for the answer.
Hi,
My Rehub review site has hunderds of posts (with review). I like to use all the Rehub theme WOO-commerce-layouts-features. And update to the new version 9.
What is the best way to migrate existing posts to woo-commerceproducts in Rehub. And leave existing URL, for SEO purpose and google search engine rankings.
I read a lot of your great tutorials, but i can’t find this answer.
Can you advise me, what to do, i’m not an Woo-commerce-expert;-)
Leon
Which woocommerce feature do you need?
Filtering instead of mdf, nice product lay-outs and datafeedr (ce doesnt support performance horizon).
Now i have all post reviews with shortcode.
I like to know if there is an easy way to migrate existing posts to woo commerce product pages.
I didn’t test this, but I think you can try WP all export and WP all import. I can send you plugins if you need
I am looking to show CPT posts with the WPbakery elements but very few of the elements allow one to choose CPT. I specifically would like to use Column news block, Tabbed block and News with thumbnails. What can I do?
Those layouts don’t have CPT now. Maybe we will add in future.
Send admin access in private messages https://sizamtheme.support-hub.io/
Hola, buenas noches, recien adquiri el tema me encanto con verlo. pero quisiera si hay alguna forma de editar el header con elementor por ejemplo, o como hago para editar el header por codigo sin que me afecte las actualizaciones. ya que me gustaria poner unas cositas y cambiar de lugar.
check this please https://www.youtube.com/watch?v=14qe-ePG0Bk
Because our theme has better functions, more functions and more actual design
Hi, When I use Affiliate Egg Autoblog. The theme automatically turn out like this https://cdn1.imggmi.com/uploads/2019/7/7/7f25261a7502c73aa0028145e00c3ea8-full.png . How can I make it look like this https://cdn1.imggmi.com/uploads/2019/7/7/6a0b0a096fab060efcaced2affd06df3-full.png , where the price and picture goes on top automatically.
Theme option – general – post layout and set Big offer post layout
The Post Layout is currently set to “Big Offer Block in Top” but AE still look like the picture above. What can I do?
I also went to AE and tried all different Layout but The price would NOT go under the top title.
Because you didn’t add AE synchronization add-on http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/a/
Also you must remove output shortcode from post to prevent offer duplication
Ok. That fixed the price problem BUT i can’t comment on the post from AE autoblog. When i tried to put a comment, I got this error “Sorry, comments are not allowed for this item.”
Update: actually, the comment works now. It might be under Draft
Hi again. I know the booking theme has been delay. Do you think it will be available during July? thanks
Maybe in end. On next week must be ready our e-commerce demo. Then, we will start booking, but it must be available faster as we finished design.
Hi, is there a future version of Rehub not needing VC/WPBakery coming soon? I thought next childs/demos would be Elementor only. As all pages are based on VC actually, I’m afraid using Elementor on top of that will create a too complex framework. And if Rehub turn all Elementor, what will happen with things done with VC in the next updates? Sorry for my confusion. If you say it’s a question of days, weeks, I prefer to continue waiting, if months/year I’d better start building again with VC only, or uploading as is and use only Elementor from there, meaning keeping 2 builders for ever. Thanks for your good work and advice.
All demos will be rewritten for Elementor soon