59160 comments found.
Hi, how can i do for that when my plugins will be updates the changes that i made in them don’t desappear. I use the rehub blankchild theme and i copy the code on the original folder of the plugin and translate to the rehub blankchild theme at the folder of the plugin. How can i do for this issue don’t happen?
what plugin?
ALL, for example Dokan and Woocomerce are the main
and what changes did you make? Plugin customization must be added with hooks of plugins or with overwriting classes, functions. I think if you have such questions, you don’t have enough skills to overwrite plugin functions
I make the cystomization in the file, how you know if i have enough skills? Supposedly if use a blankchild theme, the customization shouldn’t affect in a update!!
Because developers who have skills for this don’t have question where they must update file and how. If you use blank child theme, your customizations are safe
I use your blank child theme and the customizations aren’t safe, when i update some plugins that contain one file in the rehub blank child the customization disappeaf
plugins or theme can’t change your blank child theme. all customizations there are safe
Well but the blank child theme must replace the file of the plugin and work the file of the blank, and this don’t happen with my files today
The WP plugins cannot change files of the parent or child themes, they can only change their own functionality which can affect the work of themes if they both have the same area of influence. Some plugins allow using their templates in themes but they can disallow this also.
theme can’t replace files of plugin, only if plugin has such option. ask author of plugin how to customize plugin
Hi,
i´m using Vendor childtheme with woocommerce.
I’m not happy with the default woocommerce attribute fields. Here you have too few options. Especially graphically, I find it very easy and boring. I would like to take an alternative. Many recommend Advanced Custom Fields. Now I would like your opinion. Can ACF be integrated into your theme so that it can replace the default attribute fields? In addition, the fields must also be suitable for product comparisons I also use RH Frontend Pro.
If it does not work with ACF, what would you recommend for an alternative?
you can use ACF, but they don’t replace attributes, they just add additional fields to product. You must also create custom comparison chart if you want to include these fields to comparison
http://rehubdocs.wpsoul.com/docs/rehub-theme/comparisons-tables-charts-lists/table-and-charts-constructor/Hi,
Is there a way to make product searches exclude the words within a product description? I keep getting irrelevant search results based on the words within the product description. For example if i search gucci, it will bring up gucci products but the same search will also bring up products from other brands where ‘gucci’ is in the product description.
We are currently using the rehub theme. We are wanting all of our catalog images within woocommerce to display as one size for example 200×200 but resize themselves so that they remain in the same ratio as they were uploaded in. There used to be options within woo commerce settings for this (soft crop) but these are now unavailable. Most affiliate merchants have different sized images and we want them all to display the same size on our site without cropping the edges off for them to fit. Can you recommend a method of doing this?
It’s available if you set design of product archives as Product grid.
Can you guide me to add bulk post using wpai pro and rehub addon. images are not displaying.
i need to add top 10 mobiles etc. page… what would be the best possible way. im using recash .
Hello,
Do you activate the Child Theme like Re:Cash or the Main theme Re:HUB. In my case I activate the Child Theme is that right?
right
I have been trying to install the demo stack with all-in-one wp migration plugin and it cannot get past activating wu-plugins. It seems to go on for hours and never stops. Is there another way to do it. I am following all the instructions
do you have mutlisite install?
One more thing, related to mobile i need to things:
1) i have very few pages in main menu (just two) so i want to remove the menu icon in mobile version which looks like three lines one under the other
2) in case i end up using the menu in mobile, now i click the icon and
a) is too wide; much more than the text. is it possible to reduce the widht? how?
b) is goes form top to bottom of the screen, leaving a lot of blank space under the elements of the menu. is if possible to reduce the height? how?
c) the cross to close should be at the top and it appears in the middle of nowhere. how can the cross be moved?
lot’s of thanks
not clear what you want – remove menu OR customize it?
Both. Not sure if gonna remove it
#dl-trigger{display:none}
you can place this in theme options – general options – custom css
thanks. and how can i customize mobile menu?
a) is too wide; much more than the text. is it possible to reduce the widht? how?
b) is if possible to reduce the height? how?
c) is it possible to move the cross to close the menu? it appears in the middle of nowhere.
thanks a lot
it’s not clear what width and height do you mean. Width and height of menu is not wider than content
After installing rehub. Https is not showing in green colour. My hosting provider asked to contact you.
ps. you didn’t change images on your site, logos, homepage background, etc Replace to own and all will be fixed
done. thank u. and good pic 
Hidden products are shown in Deal of Day widget. How can I avoid it?
but deal of day shows product by ID. Why do you set hidden products to widget?
Sorry, I didn’t read “By default, widget shows latest product which is on sale, you can specify product ID to overwrite this”
http://prntscr.com/ibi7ycSo I understand to avoid hidden products to show I must specify ID of the product.
Do I specify more than one ID product and then they show randomly?
ok, i will add this to deal of day widget
Sizam, from your experience, which one works better with the Rehub theme (which one gives less problems): the Dokan plugin or the WC Vendor Pro plugin?
I like Dokan much more, but their price policy is worst from all plugins. Check their license packages, if basic or business is ok for you, i recommend Dokan as it has better design and more addons
do you have any working video on “product-sets-or-product-hub” and “top-content-list-inside-post”
Hello Support, 1. How can i show review criteria to the woocommerce products means from frontend user able give rating on different criteria. 2. How can i categorize woocommerce products according to users given Review… Means if user give review between 0-4 product should be in Good, if 5-8 then Very Good and 9-10 then Excellent. 3. How can i show products according to Reviews like Good, Very Good, Excellent.
Please help me to implement this ASAP.
1. You can’t. Woocommerce has only star rating, no criterias. Only posts have option to use user criterias
2. Users can add 1-5 star only. You can add filter panel to sidebar with star filtering with woocommerce rating widget. Go to appearance – widgets and you will find it
3. it’s the same as previous
to be real with you, All you prebuild home page does not have that modern feel to it. your designing skill is very poor But I like your theme so many great features and one more question, why didn’t you pre-build you header like all other develops do. The theme like( Cena)( electro)( home market) these are Modern store Design I am using your theme for reason which is Dokan Compatibility Issues
Hi. Design is very subjective thing, half of our 5 star reviews are because of great design. Ugly designed theme can’t be in top of wordpress themes for last several years as Rehub. If you need specific design, you can hire customization team.
also we have plans to make separate demo with e-commerce style. This is in plans on march + some new functions like vertical menu, category search, etc, which is almost ready
Hello!
So far, so good
I’d like to remove H1 title from posts but keep it in the blog.
.title_single_area h1 {display: none} doesn’t work as removes it form the blog
help please
.single-post .title_single_area h1 {display: none}
sweet! thanks
Pre-sale question: What’s the maximum number of product listings can the theme handle before experiencing a noticeable slow down on a virtual hosting server?
theme doesn’t affect product number or server load. it’s more question about wordpress. We found that WP can handle unlimited products, but most weak part is number of taxonomy (categories, tags, etc)
Anyway, we can recommend you some advanced plugins. On test pages we get near 800 000 products and site was loaded near 1.5 sec on simple VPS hosting account (30-40$ in month price of hosting)
hello. if i publish many sites (affiliate) and i want to add site logo in each post how can i do it
this is my site: http://ali-buy.com/xiaomi-redmi-4x-4gb/i wish to add “gearbest” logo fot this page for example
thank you
thank you. can i change logo size? what is the best logo size to upload?
Please, resave permalinks in Settings.
sorry i cant understand….where? how?
ok i found it thank you!
how can i remove some tabs? i dont want sales and deals (its same in hebrew) how to remove one of them
possible to delete only all of them
How come My Re:Cash is not updated to latest version but the RE:HUB theme is updated to latest version? What should I do? The latest Re:Cash update has Time expiry etc…..
Themes – appearance. And update recash from theme list. If Recash doesn’t show that new version is available, you don’t need update it
Hello,
How do you change the “BUY IT NOW” button to something else? Please see screenshot http://prntscr.com/ib8q86
theme option – localization