59208 comments found.
Hello,
This new update really messed up my site and I don’t know code so I removed the updated theme and reinstalled the previous version theme. Is there a work around for this or should I wait for the next update? If I wait will the next update fix this or get worse? Thank you
Update main theme, update child theme, clean cache and all things will be fixed
how does one handle a vendor with multiple brick and mortar locations who wants to use one email address for account? any work arounds? or settings I may be missing?
not clear what you mean
Not really getting this concept of My Projects, Products in the new updated version. Overall I am trying to Post Content (regular blog posts), Deals and then Products in the vendor. I am not seeing how to edit the profile to show all of them. The edit/new thing does not seem to be matching up with the posts content correctly.
Basically I started from scratch, used your new rehub stack, also added the recash child theme. Just trying to see how I get rid of the projects stuff to make it more about posting deals and regular blog articles. I am also going to be running the multivendor as well. Is it possible to show all 3 in the profile?
Like this confuses me. You can see that there are articles showing up in my content, but then if you click edit, nothing show up. So there is a disconnect on how do I get the right posts to show up. It’s just confusing..
http://www.screencast.com/t/WTEYE8HjI also found a bug that the cart is not updating in chrome or firefox on MacOS. You can see here that i add to cart and it does not add up. If I reload the page, the total is updated, but if i add another product, still doesn’t add more.
http://www.screencast.com/t/Dfc86CNLXg2CBecause form which you placed in tab shows only posts which are submitted from this form, if you need to show all posts submitted by user (including submitted from any other custom plugins), you need to delete showall=0 in shortcode of edit form
Ok, yes that worked. Still have the bug on the cart in the header.. Also, I know you are just trying to demo the s2Member features, but I am having a hard time trying to figure out how to do a nice flow to get people to know how they can start to sell items. When you go to the store, it is not easy to figure out what to do or what I need to add so that people know how to become a vendor. There just seems to be a huge disconnect on what is supposed to happen and how it would be easy for people to start selling items in the shop. Not sure if you have any solutions or is there anything you can do customizing it to make the flow of this really work well. If I am finding it confusing, so will my members.
For just vendor shop you don’t need S2member, it’s not for this. Use one of ready CTA blocks on home page and send users to special page with description for vedors. Like on http://revendor.wpsoul.net/ just place link in button to page with description
http://preview.premium-lizenz.de/-/neuer-gutschein-bei-wsk-modellbau/
strange, try next code
.rh_post_layout_big_offer .priced_block .btn_offer_block{padding: 10px}
Worked but the “checked Symbol” is not right in Button.. http://fs5.directupload.net/images/161229/yhvwrewm.jpg
i fixed in 6.7.2 – just update
Thanks! 
I had on my Search Page the Title “Search results for: ” but it’s not translatable and it doesn’t show, for what i have sarched.
It’s a Bug? http://preview.premium-lizenz.de/?s=xxx&post_type=postI will check.
To translate http://rehub.wpsoul.com/documentation/docs.html#6
Please, note, this string is in child theme translation tab
I found the text “Search results for “%s”” but 1. the Search for %s is not filled (see on my screenshot) and 2. i have translated it with Loco Translate but it should another “Search results for “%s”” what is not translatable.
it must be “Search results for:”
Search inside CHILD theme localization file
update both themes
I’ve searched in both Themes but nothing hapend. Had translated with both Entry’s but it not resolved.
update both themes, synchronize also translation files. To do this, click on rehubchild.pot in Loco translate and click on sync button, save. Then, open your translating, click on sync button, save
Yes i had do this but the Error is not resolved . at sync all files where updated. in rehub and recash theme..
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment)
The Error ist in Rehub Cash -> Search.php ->
<?php _e('Search results for:', 'rehubchild'); ?> <?php $cursearch; ?>
This is not translatable and it doent write the Search Parm. See: http://preview.premium-lizenz.de/?s=xxx&post_type=post
you use rewise, not recash and this was fixed early, update rewise
No i had activated rehub cash Theme
and here is the Problem with search.PHP im using deal view Reise style.
recash was also updated
Now Updates shows me the Update for Recash
Now the search parm is working! [But Translation doesn’t work
]
Hi sizam, you can look again. Because the search Result is not translatable.
downgrade Loco translate to first version. This string is in translation file, inside CHILD theme, not main theme (child theme has rehubchild localization file)
Hi Sizam, I wanted to create a dynamic comparison using the product attributes per category. Following your instructions both in Video and Documentation, but i guess I missed some points as it did not work. After Selecting 2 products to compare, the two items were added in the sidebar compare icon. However once you click the icon it show zero items were selected. Please see below screenshots: 1. https://www.screencast.com/t/0qGhAvAUn9u 2. https://www.screencast.com/t/6wDEiKiRiDD 3. https://www.screencast.com/t/mzbTrrCr
or you may try it here: http://www.phoneshop.ph
Thanks
I guess that you set not correct ID of product category
Hi, per the screenshot, I have my product categories as Smart Phones, Tablets, Gadgets, Feature Phones…there are no sub-categories. The nos. 46, 48, 49, 52 are the corresponding tag ID What is the proper way.
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment)
Is there a plugin that converts the rehub / revendor woo-commerce to catalog mode? I’m tried a few but to no avail getting the vendors to only be in catalog mode
What do you mean by catalog mode? How does this work?
I have a question regarding the top table; I’ve chosen to show the featured image in the first column, but the image is too small.
I found an earlier answer from you related to this where your advise is to edit template-toptable.php
$width_figure_table = apply_filters( ‘wpsm_top_table_figure_width’, 120 ); $height_figure_table = apply_filters( ‘wpsm_top_table_figure_height’, 120 );
Then disable crop in theme option – global enable/disable Also, add css in custom css; .top_rating_item figure>a img {width: 120px; height: 120px;} .top_rating_item figure {width: 126px;height: 126px;}
But this isn’t working. The column seems to get wider, but the image itself is still not any wider. I’m using the brand new main theme. Do you have any inputs on this? I’d like the image to be around 170 px wide.
change only
$height_figure_table = apply_filters( ‘wpsm_top_table_figure_height’, 120 );
+ code for css
.top_rating_item figure{width:170px; height:170px} .top_rating_item figure > a img{max-height:170px}
Thank you for your reply. I tested your changes, but I get the same problem as before. The column is getting wider, but the image still have exactly the same size as before.
send link
I guess you are using shortcode to insert table to page. So, you need to add changes inside shortcode/shortcodes.php file also
I also tried to make the following change in shortcode/shortcodes.php; $width_figure_rating = apply_filters( ‘wpsm_top_rating_figure_width’, 170 ); $height_figure_rating = apply_filters( ‘wpsm_top_rating_figure_height’, 170 );
But I don’t see any change for the image width in the table afterwards
I’ve also set: $height_figure_table = apply_filters( ‘wpsm_top_table_figure_height’, 170 ); in shortcode/shortcodes.php
Please, send admin access in the contact form. Provide also in message: your issues and link on current comment (you can know it if you press on time in your comment)
Thank you, message sent
i made a fresh new install of your theme but it looks now so. after your new update
http://www.pic-upload.de/view-32376018/Unbenannt-1.jpg.htmlproblem solved can be closed had to delete cache of browser all fine now can be closed thx
How do I delete/change the text in front of the scrolling images on my home page? “This is a test of custom exerpt of post. Lorem ipsum sit dolor amen creaturo esperanto aidento” etc.
It’s text from content of pages. You can also overwrite it in excerpt field in wordpress admin
Hey there I have 2 questions.
1.) I tried the submit a deal function and realised that only the content was put into a new post. All the other information like website, price, coupon end etc. are not to find. How can I see the full stuff that is given to me?
2.) I want to use scorebox in sidebar in review posts. I found the shortcode in documentation but how do I use it that it shows up in sidebar?
2. Appearance – widget http://screencast.com/t/jDuvUAHy
I’m sorry that doesn’t clear my question for 1.) I followed all steps, and when i “sbmit a deal” it only brings me the content and not the other values I put in the form. The additional fields are all enabled but in post only the content is shown.
what field’s keys did you use?
rehub_offer_product_desc / rehub_offer_product_url / rehub_main_product_price / rehub_main_product_price_old / rehub_offer_product_coupon / rehub_offer_coupon-date
It does work when i fill it out in new post. But it doesnt work with “submit a deal” button.
half of keys has wrong names
http://rehub.wpsoul.com/documentation/docs.html#metafieldok i changed every key due to the documentation. But post with “submit a deal” still doesn’t work. Only Title, description and image are send to the post inbox.
When user submit a deal I guess the post offer boxes under the post are filled with the content(deal website, deal price, ol price, coupn,etc.),right? this is not the case.
i send you login via email.
website is cheapfriends.de
submit form and keys are for Main single offer. You enabled multioffer mode in theme option – affiliate, so, you don’t see offer.
I disabled and now it’s visible http://screencast.com/t/Cv3qVO4cog
Thank you!
Catalogue mode – I have tried the various plugins to convert the multi vendor to catalogue mode but to no avail? does anybody know how this is done?
not clear what you mean by catalogue mode. If you need directory of users – use shortcodes of vendor lists https://wpsoul.com/how-to-create-multi-vendor-shop-on-wordpress/#toph2_4
Looks like the Ad code for showing an add after the title is not working. I have tried 3 different google ad codes and none are showing. Others are showing fine. This one here…”This code will be visible after title”
after title area is available not for all Post layouts, some doesn’t have because no space for area
Hi Igor, just updated the theme, it made it full width and aligned to left instead of center. Please fix it. reverting back to previous version for now.
I need more details
The website moves to extreme left of the screen and not in center. There are few more complaints regarding the same in the comments.
I need link
Make sure that you have actual main, actual child. If you have any customization, you should change it layout a bit https://wpsoul.com/rehub-6-7-update/
latest update fixed the issue. but now on mobiles, the site content appears on extreme left. There is no padding (on mobiles)
there are no issues for your site on mobiles http://www.responsinator.com/?url=http%3A%2F%2Fwww.newzars.com%2F
short question what do i have to setup on which child theme to get this profile menu
http://rehub.wpsoul.com/members/demovendor/products/U have as tabs my projects and my product. i want to know how u made this
problem solved can be closed
After updating theme to 6.7, repick child theme and Grandchild theme, my homepage no longer shows posts. I even resaved but it did not change. Please see – https://uniquehunters.com/ – Also fonts on post image do not have the shadow effect for words so words difficult to read. I think they used to have a shadow effect
what is grandchild theme?
Check you home page settings, it looks like not correct page is set for homepage
I meant grandchild plugin – the homepage is correctly set. I did not change anything after installing – Ill send you access
answered
I have made some changes in the css file.With each update this is again renewed. How could I make it this does not happen?
It is always very much work to search the codes…
theme option – general – custom css
HI sizam,
Hi sizam, i have been getting like this on some posts. Any fix for this? http://prntscr.com/dopv4j
Live url: http://www.dealsnest.in/infocus-m370i-2-gb-ram-mobile-rs-5799-tatacliq/
I guess you have some kind of customization, because I see many codes which are not in theme and looks like missing closing tag
http://screencast.com/t/hZaCCsYBkarDashboard – Appearances and plugin editor missing how to fix it?
need admin access