59156 comments found.
currently you can only remove it totally.
Okay, it will be better if remove it totally. How to do that? Thanks.
.rh-icon-notice{display:none}
you can place this in theme options – general options – custom css
Thank you. Now is better. Thanks
good morning I need help I do not appear visual composer in the intras of the page have if you can help me thanks for this problem I destroyed the page and put it back again and the error is still there I need help urgently thanks
You must update visual composer. Check this http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/wordpress-5-0-changes/
Or send admin access in private topic https://sizamtheme.support-hub.io
Am currently using Remarket type website for our multivendor website. Currently it got Vendor and Customer. We want to add an additional option using buddypress for changing it into a franchise multi vendor business in various location.
Working Model: We are appointing authorized persons A, B, C for various location namely 1, 2, 3 respectively. Each Person will add vendors to their specific locations and look over the business there. We will share the revenue from the business with that person in the particular location.
Requirements :
a) Can we add each location as a group in buddypress and making Person A as the admin of Group 1, Vendors under location 1 as members of that group.
b) Person A act as Sub Admin and can delete and approve vendor posts of his location
c)Track the business generated in that specific location and share the revenue on real time.
d) The hierarchy we are looking is Master Admin> Admin/ Super Vendor ( Person A for location 1) > Vendor in location 1.
Maybe it will be better to use multisite in this case. But, this approach requires a lot of custom code and currently we can’t take such long term project. I recommend you to write to authors of vendor plugins, maybe someone will take such tasks
Good morning,
I have a problem viewing my amazinghightechnology.com site on smartphones.
As you can see the products are badly seen.
How can I solve?
Thank you
It was fixed early. Please, update theme
I updated the theme but I have the same problem from what can depend?
you didn’t update. You have 7.8.6 version, current is 7.9.2
http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/updating-theme-and-bundled-plugins/Hello is it possible to set header and footer to full width but have 2 different colors (one for content + 1 for body background) ? Exactly like on this example : https://www.actugaming.net/test-earth-defense-force-5-review-186310/
Thanks
Content is always have white background. Just set grey background in theme option – appearance or via Customizer. Also, there is option to add or remove border under content in the same place. Also, there is option to have boxed version
1. How do I make it possible to search for products by price in Post?
2. How can i make Wishlist Please let me know
and email me i want custom order my site info@misowebdesign.com
1. Only if you add price in title or content. I don’t see reason for this because you can have normal price range if you use products, not posts
2. http://rehubdocs.wpsoul.com/docs/rehub-theme/shop-options-woo-edd/wishlist/
You can register on Trello first
Здравствуйте!
Подскажите, в каком файле шаблона Repick я могу заменить код вывода дата публикации поста, на код вывода даты последнего обновления?
И еще, заметил что у текста написанного в редакторе второго описания у рубрик, на странице отображается перенос строк. Тексты идут одним абзацем. Как это исправить?
1. зависит от пост лейаута
2. Зависит от текста
Нужны ссылки, скриншоты и т.д.
1. Button in corner (Repick style)
2. Посмотреть можно тут https://goodsi.ru/cat/aksessuary/zonti/ , описание под товарами.
поменять можно в functions.php
the_time(get_option( ‘date_format’ ));
надо заменить. этот код в нескольких местах выводится
2. Что-то я не понял где посмотреть проблему. Вроде текст нормально отображается как и должен
хорошо, добавлю
Добавите в новую версию? Я сейчас обновил на последнюю, сегодняшнюю версию, но проблема осталась.
нужно и дочернюю тему обновить
Hi can you assist me in some RTL issue (abwabnet.com)
-The login and registration popups are not RTL https://paste.pics/51039f6aa18fb2dd51920db7af1da3bc https://paste.pics/4db81fa08a76c87257af81d7d9c574b6 https://paste.pics/afe76d4aa6f79f780522b3962b7f7bf2 -Vendor widgets in buddypress profile and vendor shop are not RTL https://paste.pics/6bf857b40b659304ba27ccb9e055d140 https://paste.pics/57cd1f5553bb17693ba4aadbe5d41991 - In buddypress:in the form of groupe creation the check box are above writing https://paste.pics/65502af2364dd700dc2ed8c4cdf190ff same thhing when user edit their buddypress profile field. https://paste.pics/edit/f1397f71b74a5cf47dac751ca8133663Thanks
Ok. but for last two issues, I need test account for your site
Thanks, I send you a message with a test account
last two (and some other) are coming from your custom plugin. It loads Bootstrap 3 version which is outdated. Also, plugins must not load whole bootstrap, I can’t tell you which plugin do this, but can give you fixes
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{position:relative !important; margin: 0 10px !important}
you can place this in theme options – general options – custom css
some other issues will be fixed in upcoming update
Thanks Sizam I fixed the bootstrap issue, your code is working and the update resolve others issues. Great 
Hi, there seems to be a problem with the comparison page. when all the products are deleted and the page is refreshed, the page reloads random products. can you fix this, please?
Thanks
send link
did you use shortcode to create this page?
yes
are you sure? Page must be empty if you don’t have any products for comparison. Try to update theme
I’ve got a couple issues I’m having with this theme.
1) Any post or blog article that is created seems to exist (in the sense that it is saved) but the url assigned to it never works. Clicking through on a new post simply goes to a page that says “product not found”. Any ideas?
2) I’m trying to upload a new logo, and I get an error saying “The uploaded file could not be moved to wp-content/uploads/2019/01.” How can I fix this?
Please, create topic according guidelines, so, we will be able to check your issues and help you
https://sizamtheme.support-hub.io/articles/how-to-write-to-support-if-you-need-technical-helpHi Sizam,
I am using the custom post function to show my separate blog posts on my home page – I love everything about it, except that it defaults to saying “Show All” when I use the filter panel – Show All implies that when you click that button it would return to showing all the posts, but this obviously doesn’t work like that (it’s saying Show All because that’s the back-end decision)
I’d like to change this to “Posts” instead – I mocked it up in developer tools and this looks good – where do I need to insert that to change it?
Here is the code I changed: <span data-sorttype="{"filtertype":"all","filterorderby":"date","filtertaxcondition":"1","filterorder":"DESC","filterdate":"all"}" class="re_filtersort_btn resort_0 active" data-containerid="rh_clmgrid_818656007">Posts</span>
Please let me know if you need more context.
Thanks! ~L
I don’t know why you try to change core files instead of changing labels in filter panel
https://youtu.be/Ycv7SfNOyhI?t=17m35sOH! Dur.. Because I am an idiot! Thank you very much – I didn’t think the down arrow was the edit button! 
Hi, I recently updated from Rehub v3 to the latest version. This happened on Friday. From Saturday until today, google organic search traffic has dropped around 25%. This is highly unusual – traffic typically remains fairly steady. The only change to the website was the theme version update. Any thoughts about why this might have happened? Or anything I should check? Thanks!
send link
Hi Sizam, I need to put js codes on frontpage like <script src=”https://s3-eu-west-1.amazonaws.com….into the body section… and
Sorry looked at rehub theme options – still cant find it:( Please help..
At the end it should look like this ” running=”” piece=”” on=”” top=”” again=”” https:=”” />
or should I put the javacript into the header section before google analytics? thanks
my problem is that the javascript code in the head section <script src=”https://s3-eu-west-1.amazonaws.com/bitpanda-assets/widgets/widget.min.js” async></script> is killing my widgets, I tried it out on https://gesellschaftswetten.com
theme option – general – header JS (head section) or footer js (for body section)
Sizam, sorry fact: I only need this specific bitcoin widgets on https://gesellschaftswetten.com/blog/krypto-wetten/ nowhere else. But the footer is still ruined – please help
How did you add on footer? You must add it in custom HTML widget
sorry, for being so blond:) Last question – is there a chance to put widget just on one category? as in here https://gesellschaftswetten.com/blog/krypto-wetten/?
I put the div code in the side widget and under the post but it does not show
Yes, you can make custom widget area http://rehubdocs.wpsoul.com/docs/rehub-theme/basic-settings/custom-sidebar-and-widgets/
2. Give us more details, please https://sizamtheme.support-hub.io/articles/how-to-write-to-support-if-you-need-technical-help
ok I do and thanks again
Can I have support email? Cause I help my friend to purchase, he gonna ask himself
I get errors trying to see my last comments. Is this built with visual composer? I need to know if I can easily edit the design after I purchase. Please provide admin access to a demo so I can test. thank you
Yes, visual composer is bundled and you can edit, change design.
Currently we don’t provide admin access due to huge hack attempts. Thank you for understanding
hi, i want to know if it’s possible to show automatically coupon based on users’ area
example: if i’m from berlin, i want to see only coupon that i can use in berlin.
and, i need to know if a certain role user can insert his own coupon.
please let me know!
Luigi
you can add locales to coupons and you can add location search, but it’s not automatically.
2. Yes, users can add own data
thank you,
is it compatible with buddypress? i mean, can buddypress users add coupon from their buddy press area?
is this the same theme? the one of coupons?
the same user can both publish posts and insert their own coupons?
is this need premium add-ons or third part plugins?
sorry for the question storming but here i see only products. i want user to upload/GET (not buy) coupon codes. is this theme good for this purpose?
eventually it would be great if user could post articles, too.
we provide bonus frontend posting plugin with our theme, so, you don’t need to buy it.
You can read about our coupon functions here http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/coupon-functions/
Currently we use Coupons as POST type. But you can enable also Blog section on site. You can make frontend posting for coupons, blogs and for any post types
ok i got it,
coupons are only for online use? i want an user to post a coupon for his own offline store, no link then. is it possible?
all these coupons are shown in homepage or their personal user public area?
sorry for all these quesion thanks
We provide printable option for woocommerce http://rehubdocs.wpsoul.com/docs/rehub-theme/affiliate-settings/coupon-functions/#Woocommerce_External_Product_Coupon but if you want to remove totally external urls, it requires some code changes. But we can help to do them
how would it cost?
sorry, another question: i see you can filter shops/vendors by location. but can you filter COUPONS by location?
We will try to give you such customization for free if you buy support with theme. And yes, location can be added to products also
revendor- theme option- user options – Add custom register link – cannot be save. How to fix this problem?
Please, write private message with details of your site in Support Hub https://sizamtheme.support-hub.io/
You can login there with the same Envato account details for more fast verification
https://www.screencast.com/t/9aG1d6sMh2VQuick question
Dose the Infinite Scrolling in your theme uses Wordpress jquery.js file? (wp-includes/js/jquery/jquery.js)
Thanks
whole site uses this file, all plugins, themes in wordpress use it
hi i got this error after updatening to last version. please help.
Fatal error: Uncaught Error: Call to undefined function rehub_option…...
http://recompare.se// Yonatan
Upload Rehub theme on site. Child theme can’t work without parent theme. You deleted parent theme or renamed it’s folder
I did not deleted parent i just updated to the last version. Now i try to upload the parent theme without any success..
remove both themes and upload them again
Dear Team
how to convert currency in post layouts USD to SAR most of the website has in USD dolllar and we want to convert into saudi riyal SAR
Posts don’t have any currency, so, it’s not clear what you want to convert. For product, you can set currency in woocommerce – settings
Dear sizam we are fetching data from aliexpress ebay etc the currency is getting in dollar for affiliate program basically we are from saudi arabia and we made website affiliate program in that we want to show all currency in saudi arabia currency which is SAR and we are using content egg pro plugging for fetching products from all affiliate vendor so kindly sugges how to achieve to convert USD into SAR thanks
if you need to access the server kindly give me the email id
this function is working in latest theme version. You use outdated
http://rehubdocs.wpsoul.com/docs/rehub-theme/theme-install-update-translation/updating-theme-and-bundled-plugins/half an hour ago updated automatically
you updated only child theme, Update main theme
Dear sizam i updated main theme also but still show currency in USD if u want a user name and password i will provide you send me email id
Ok. Now show me screenshots that you really added your currency in woocommerce – settings and correct currency in theme option – affiliate
have a look…... https://s3-eu-west-1.amazonaws.com/xflyer/img/currency.JPG
It’s for woocommerce. I asked also about theme option
Please, write private message with details of your site in Support Hub https://sizamtheme.support-hub.io/
You can login there with the same Envato account details for more fast verification
https://www.screencast.com/t/9aG1d6sMh2V