59156 comments found.
How to reduce the block size of rh_mailchimp action or if not supportable , is there any other smaller rh_mailchimp action https://snipboard.io/QM0U8H.jpg
it fills whole available space, we don’t have any other block for this part
got it, thanks for your reply.
Hi Sir,
I am observing “Originally Posted Date” on all my post ends. Earlier it was not there. Is there any way to remove or disable it? I am using Greenshift plugins.
https://snipboard.io/LRZcI9.jpgwe don’t have this in theme or any of our plugins
Sir, I am using REHub from last 3 years and my support is already expired but you never denied for support. Whenever I am posting issue you simply resolving without any additional cost every time ready for support.
I am very happy with support and theme features. Thanks lot
One more time. It’s not from theme, you need to review your plugins
Yes, I missed to inform in previous email. It is resolved post disabling other plugins.
Hello! Is that a way to import page from other child theme? I mean, if i install one child theme, but i want to import a page from other child, can i do that? Can you explain how? Thank you!
I saw this documentation, but neither greenshift/gutenberg has the full page model that I want. Can you help me in another way to import a specific page from other child theme? Thanks.
Hello, greetings, we have been using your ReHub template, especially the hot and thumb tool, and we noticed that only one device can make a vote per Wi-Fi network. What we want is to allow more than one device to vote per network. Do you have any code to do it?
For example, in a house with a single Wi-Fi network, a user has a computer and a phone, the user would have to be able to vote once on each device.
We have the thumbandhot.php file located, could you provide us with some code that does what we need?
you can enable option to vote only for registered users. Other ways are not possible, guests differs only by ip
THANKS FOR ANSWERING
I EXPLAIN IT AGAIN
1.- WE ARE CONNECTED TO A WIFI ROUTER WITH 4 DEVICES.
2.- A CELL PHONE VOTES AND THE VOTE IS REFLECTED IN THE POST
3.- A COMPUTER VOTES AND THE VOTING IS REFLECTED
4.- BUT. WHEN A THIRD DEVICE WANTS TO VOTE, IT NO LONGER ACCEPTS THE VOTE.
IT IS AS IF IT ONLY ADMITS TWO VOTES FOR EACH ROUTER.
WE WOULD LIKE A CODE TO ACCEPT THE VOTE ON EACH DEVICE, THAT IS, IF WE HAVE 2 COMPUTERS AND 2 MOBILES WITHIN THE SAME WIFI NETWORK, THEY CAN VOTE SINCE EACH OF THESE HAS ITS OWN IP.
OR DO YOU TAKE THE IP OF THE ROUTER?
It’s taken IP of user. If you use the same connection, it’s counted as the same user
i am still waiting for reply can you please help me with all the rest api keys as below example: post_data = { ‘title’: title, ‘content’: content, ‘status’: ‘draft’, ‘categories’: [category_id], ‘dealstore’: [store_id], ‘featured_media’: attachment_id, }
i am using python want to upload data using programmatic. also can you help me with all the short code
Hi, answered you in previous topic
Hey
It seems it does not get my license. I want to remove it and make it dedicated for a domain but I cannot do so. Can you please support
hi there, we are having problems with rehub/greenshift feature global classes. please find the topic here: https://ibb.co/VW7dbR3 looking forward to the reply. thanks
unfortunately we are not able to test sites by screenshots, you need to send admin access https://sizamtheme.support-hub.io/
Hey I just install the theme and it saying that I used it before which I didnt. I cannot add demo pages as well
You can deactivate license from previous site. Everything is described in Rehub – registration
Hey I cannot install demo content
Hi there. Am I able to l add location filters?
possible to use GeoMyWordpress plugin if you need map
Help with 2 issues:
1.When comparing products side by side when tap on compare icon, for PC (desktop mode) when I tap on add to Wishlist icon below the button, the product is added and removed right from the comparison page. But when same is done on mobile, tap on Add to Wishlist when on product comparison, nothing happens. Switching to desktop mode on mobile, nothing happens.
2. While on desktop, I want to make the header i.e. (shop/ comparison header (logo+search+cart/compare), I want to make it sticky for desktop version. Currently it hides no scroll. Please let me know a way to make it sticky header. I don’t want to use custom header.
1. please share link 2. theme options – header options and enable sticky
For 1. Can you please share a link where I can give you temporary access to view website and the issue. I have set the site in private mode for reasons.
2. Under Dashboard-> Rehub-> Theme Options—>Header and Menu , I see only the Sticky Menu Bar On/Off toggle, there is no option to set just the Header sticky. Please help
1. You can add here
https://sizamtheme.support-hub.io/2. Then I don’t understand what you need. Please explain
Ticket raised, please have a look at the issues and solution at earliest.
Hey Sizam,
How are you..
I am trying to add product attributes in woocommerce product list layout using below code but its not working
rh_is_category ids=7 wpsm_custom_meta field=”display-size-inch” type=”attribute” show_empty=1 posttext=” inch Screen” wpsm_custom_meta field=”operating-system” type=”attribute” show_empty=1
Hello. 4 days ago I created a ticket on Sizam Support. Could you help me there? Thank you
Hi, you need to wait, sorry but tickets from not supported accounts will be processed in last order
Hello,
i,m using affiliatestores for cashback and want to force users tu log in for using the go to shop button. How can i enable this. Actually logged out users can use the link without subid. May you please help. Thx Christian
maybe it’s better to add login to all links
https://rehubdocs.wpsoul.com/docs/rehub-theme/snippets/make-all-affiliate-external-buttons-only-for-logged-users/Hi, Can you please update the Revolution Slider plugin. Current version is 6.6.20
hello. I am trying to load a taxonomy ‘category’ created with the cpt ui plugin in the ‘Tax archive block’.
I have created an image field with ACF in the category created in CPT UI, and named the field ‘product_cat_thumbnail’, but it only loads the category name and not the image. The type of this is Woocommerce Category archive. Here is an example: https://prnt.sc/3hi0F_pTz92d
Please let me know how I can solve this.
woocommerce category archive is for woocommerce, it’s not for CPT
Please can you privide CSS Code to hide Header in transparent Mode on Tablets. See here red marked:
https://i.imgur.com/Vh3hbOk.jpeg@media(min-width:768px) and (max-width:1024px){#main_header{display:none !important}}
Hi, i read that the migration to Greenshift is in progress.. 1-Is it here to start full customization now? If no when it will be?
2- does rehub include include all necessary Greenshift addons?
Rehub theme includes only Animation addon. Most of demos were imported already
so do you mean that your comparison website template needs comparison builder addon ?
our comparison website doesn’t require comparison builder addon, we don’t have such addons
i am trying to post data using python, can you help me getting post data variables for the items inside the post offer area
hi, let me explain i am trying to post using python and rest api in the below format post_data = { ‘title’: title, ‘content’: content, ‘status’: ‘draft’, ‘categories’: [category_id], ‘dealstore’: [store_id], } but i cannot find the end points to target through my script, can you please help me with that for the post section.
I think I don’t understand what you need. If you are looking for Rest API endpoints for regular posts, there are a lot of details in WordPress documentation
https://developer.wordpress.org/rest-api/reference/posts/Can the ‘Most Helpful / Highest Rating / Lowest Rating’ options above post comments be removed? Alternatively how do you set them up so visitors can apply them, at the moment when i click on them in an incognito browser nothing happens. See screenshot: https://snipboard.io/rByAbI.jpg
Sorted – now found how to remove this.