59155 comments found.
64223067-55ca-4dc8-8cad-1339dc70440d
Go to widgets admin area. Sometimes, widget can be reassigned from widget area while updating. In this case you will find it in Inactive widgets in the bottom of page. Assign widget to it’s area again
Hello I have bunch of issues with MDTF Filter and Catalogue Constructor Template. My site http://www.aroundvr.com
1. Firs thing which never functioned (for me) is when in filter settings you using option “Auto submit form”. When you using filter you put a tick and select an option, filter gives you list of results, when you take of the tick it should return you back to the (reset page?, like in your example http://rehub.wpsoul.com/catalogue-constructor-list-mode/) but in my case, taking off the tick, does nothing, it stays on the same page.
2. After ReHUB theme update v5.7 MDTF Sorting Panel stopped fuctioning properly, when you try to sort anything it throws you on “Latest Posts” page, instead of sorting product list.
3.After the last ReHUB theme update v5.8 MDTF Filter almost stopped fuctioning at all, it doesn’t add new products or update old ones.
Trying to resolve this issues for some time, but have no success. Need help.
I didn’t add any updates to MDTF last 5-6 updates. You can send me admin details, I will check your settings
Thanks, sent you details.
Tested.
Your first problem is that you use shortcode form and widget form on the same page which is not correct. This can work, but try to avoid this
2. You added price range slider, but most of posts don’t have prices. This add a problem, because range slider is always working while filtering (even if you leave it as is). This is why your filter results are different from results before filtering (because plugin can’t find price in post and such post excluded from search results)
3. Panel is working, but looks like it’s not working if you set search results on home page (I will send this to author). Currently you can add catalog on home page, but for search results use another inner page (set there the same catalog constructor). I tested on your site and found that if search results are on inner page – panel is working on it. But I will ask from author, maybe it’s possible to use panel on homepage
Where can I find the Envato Market Plugin to update automatically?
is there way to update REhub automatically without losing language and customization?
Where did you add language and customization?
Language = loco translator. Other customization… logo… layouts… etc
Loco translator is ok. Other customizations – do you add them in theme files or in theme options?
Theme options + a couple of changes in the files
Theme options are safe. But changes in files must be from child theme to make them safe. Do you know how to use child theme? You can also use blank child theme (you can find it in full theme package)
Infinite Scroll is not working correctly.
Please look at 1) couponhackers<dot>in/testpage/ 2) couponhackers<dot>in/testpage2/
Same Posts are keep getting repeated as you scroll down. Instead of fetching new posts.
This means that you have issue with pagination. Send me admin access
Hello, I have a pre-sale question, Can I use this theme for generating own coupons for business and daily deals for them or it is just only for affiliates.
You can add coupons and deals manually or even combine both methods
Hi Sizam, I am having trouble adding my custom font. I have followed the comment you made about adding it to functions with enqueue_custom_style but that is not working when pointing to my uploaded font. It either causes my page to not load or it just doesn’t have the font show up in theme options.
I basically would like to be able to chose between the different styles of this particular font like bold, italic etc. I want to make my entire website use this font but keep the sizing and coloring you have in place. I also will message you with a little more detail. Can you help?
Thank you.
Ok. Write here code which you use in functions.php
I have tried many variations of it. None I am able to get it to show up in Theme options fonts. I also don’t know how to have the font available to change all fonts anywhere.
proxima_nova_rgregular = font family name proximanova-regular-webfont = one of the file names (without extension because there are many different font files svg,ttf,eot, etc). I’m not sure how I get it to use all these variations and point to them.
below are just some of variations I have tried more then these also. I also sent you a style sheet i tried using @font-face formats to list all the fonts.
/* variation 1 / add_action( ‘wp_enqueue_scripts’, ‘enqueue_custom_style’ ); function enqueue_custom_style() { wp_enqueue_style(‘main_nav’, ’mydomain.com/wp-content/uploads/fonts/proxima_nova_rgregular’); }
/ variation 2 / add_action( ‘wp_enqueue_scripts’, ‘enqueue_custom_style’ ); function enqueue_custom_style() { wp_enqueue_style(‘main_nav’, ’http://mydomain.com/wp-content/uploads/fonts/proxima_nova_rgregular’); }
/ variation 3 / add_action( ‘wp_enqueue_scripts’, ‘enqueue_custom_style’ ); function enqueue_custom_style() { wp_enqueue_style(‘main_nav’, ’http://mydomain.com/wp-content/uploads/fonts/proximanova-regular-webfont’); }
/ variation 4 */ add_action( ‘wp_enqueue_scripts’, ‘enqueue_custom_style’ ); function enqueue_custom_style() { wp_enqueue_style(‘main_nav’, ’http://mydomain.com/wp-content/uploads/fonts/css?family=proxima_nova_rgregular:400,700’); }
This code will not work. First of all, because you add link to folder, not to font.
Note, that if you want to add custom font to theme options – you can’t do this. But you can add it inside css with next code
Add it to theme option – custom css
@font-face { font-family: FontName; src: url(http:/your-site/wp-content/themes/your-theme/fonts/FontName-Regular.ttf); font-weight: normal; }
Link on font must be absolute
After this, you need to change css for parts which you need. I can give you code to change headings, navigation, body fonts. Tell me which you need
Understand. I sent you direct message with my WP admin yesterday. I would like to change all my headings, body and content fonts.
I added styles. Problem is that your server caches css files and all changes are not visible immidiately. You can ask from your hoster how to clean css cache. After this, must work
I checked and my site is not cached. I verified with my hosting provider and I also have ability to purge cache if it does exist and it said it did not. I am still not able to use the font. I also tested with new post. It seems like the code is not hitting and its getting inherited overwrite from parent theme maybe? Thank you for helping me on this.
It’s cache, because I don’t see any changes in css file which I added. First of all you have supercacher plugin, so, you have cached plugin. Second – it’s can be something on server which tells browser to save css in browser cache. Looks like css cache updated 1 time in 1 day, so, you need to wait one day more to check
I can tell you for certain it is not cache. I only activated that cache control plugin AFTER you said cache was my problem. That plugin is from my hosting provider and it has option to clear purge cache and I also can login to my host and turn cache OFF. It is not cache because I can make other CSS changes and I see them right away with no problem. I can send you screenshots of it cached turned off and purged messaged but I really don’t want to waste time on that. Please take a more detailed look and you will see. I’m at a point now were I want to move on if this takes much longer.
I fixed it. It was the path URL to the fonts that was not working. Once I corrected this the font immediately showed up. Thanks for your help on this.
++
Hi,
How can I move the hamburger button when the website is in mobile mode from the center underneath the logo, to the right side of the logo?
I recommend to enable compact mobile header for this. You can see example on http://rehub.wpsoul.com/
For this – go to theme option – header and menu and you will find there toggle for enable this
Hi Sizam,
I cannot see such an option at all.
You use not last version of theme. Update it (if you use child theme – also update) http://rehub.wpsoul.com/documentation/docs.html#5
For your 3 Column Posts, i am trying to make them display three posts while excluding the latest post. So if I have 4 posts, I want it to display posts 2, 3 and 4. I am setting the offset to 1 but that doesn’t seem to work.
What should I try?
I checked again. Offset must work. What theme version do you have? Also tell me other settings of this module
Version 5.8. I have it set it show all categories and tags, AKA I have not input any numbers in any fields. Clicking over to Data settings, I put the offset to “1” and I click save. When I update the page and check out my site, nothing has changed. The 3 Posts are still showing the first and latest post. Also, the number “1” disappears from the module when I go back to check on it.
Did you save changes and save post before checking? http://screencast.com/t/yOcJzYYOqy
Quick install demo clones. Go to Rehub – Demo stacks in the admin panel and followed instructions…
Not clear what you need
How did you install demo clone but didn’t read instructions which have login account?
rehubdemo/RehubPass999777
don’t forget change your pass
P.s. I added also VC to your site, now shortcodes are working. Looks like some plugins were not imported. I think this is because your site is installed in subfolder (demo installed in main folder). So, some links can be broken. But most things are working
AWESOME, THANKS SIZAM! LOVE THIS WP THEME!!!
Bug Rehub Featured Slider Widget: Although the contribution the Editor recommendation to “no” is, the post appears in the feature Slider! That was not so in the old version!
Can the slider now only filter with Slug?
If you mean featured slider from theme options – yes, it’s only by tags. You can use also visual composer module which has much more options to filter. Also, you need to read important changes https://wpsoul.com/rehub-5-7-update/
Hello,
I want to set up an mp3 digital download store with your bonus theme RE:Pick and i want to ask if it supports the woo commerce plugin on it’s own so I can customize it for sale.
Thanks
It supports
Thanks for the answer, well still wanted to know if you customize for tracklisting that will work with EDD on the RE:pick theme (since it works with woo commerce i guess it does with EDD too) and how much that would cost cos I sent a private mail yesterday and you haven’t answered me yet. mail me at shehuad@gmail.com
Is there any way i can create the mega menu like couponzguru dot com
Any compatible pluggin?
Yes. You can use Ubermenu, it’s compatible with theme. You will have the same as your example, even better
Thanks
Hi, I’m noticing that on my new Review posts, the User Review Ratings (stars, etc.) are missing from the Comments area. They still show up on the older posts from the demo. Please help?
Check my answer in previous message
I recently updated to 5.72, but when I scroll down, my logo gets cut off and the menu disappears. This did not happen in previous versions. I would post a picture, but am unable to do that here.
First of all, update to 5.8.
Second, after update – clean your cache (on site and on server if you have something like cloudflare)
Hi Sizam, looking for a good theme as a business directory. User should be able to rate services from agencies. The main page should be static – like a blog.
Hi. Yes, you can use our theme. But note, theme is better for product/services + reviews/comparisons. If you need something like simple local business directory with map – there are better solution. If you need something for service directory with ability for users to add reviews for each service or product – this is possible with theme. You can also add search criterias (filters) to help users to find service which they need. There are many other possibilities in theme. You can ask me or show example
Hi Sizam, thx for the fast reply. It would be nice to see some examples. I’m looking for something where users can review agencies of a niche – nationwide. Possibly the agencies would need to pay for the listing (not sure about that) whereas the review function for useres should be free. I’m also interested in the forum function. I wouldn’t need space for lots of pictures – it should more look like a business page.
Currently I don’t know sites with agency reviews. But I remember one site which can be very close what you need.
Please, get in touch through the contact form and I will send you link
How do we add the lines in the main menu? like in the one before the update?
.main-nav{border-bottom: 3px solid #fb7203 !important;}
you can place this in theme options – general options – custom css
Hello how i cann update this rehub version on the old one?
Why do you need this?
Hi i have installed rehub
I want to know how to remove the pagination? Also
I am only able to show the Green Badge on 1 Post and not on the other even though both the post are selected as Editor Choice
1. If you don’t need pagination and you need custom home page. You need to use VC page builder for homepage.
http://rehub.wpsoul.com/documentation/docs.html#20 http://rehub.wpsoul.com/documentation/docs.html#21Each module has option to enable/disable pagination
Hello. I have two questions:
1) How can I center the title text “Related Articles” section?
2) In the updated Rehub, the text within the shortcode boxes are larger than the body text. Can I fix this?
Thank you.
1. But it’s already centered. Send me link
2. What box do you mean?
Hello. I mean center the text underneath each image in the related articles section. Currently, it is justified to the left.
.related_articles ul li{text-align:center}
you can place this in theme options – general options – custom css