59155 comments found.
.
Hi,
I use categories in my main menu and the category description is showing in the menu making it look strange can you help?
Go to appearance – menu. Click to Screen Options in right top corner of page and enable there Description checkbox. After this, for each menu item you can control description
Hello Sizam,
Via my Filter Panel, I chosen “Taxonomy Dropdown” is “category” and it shows all my categories included “Uncategorized” and others, you can see them at here https://s32.postimg.org/k6ew52j7p/image.jpg or you can see at my home page: http://www.webmasteroffers.comI would like to show only some categories OR Tags only. How can I do?
I searched the questions and answers here and saw you have answered other at this post: http://themeforest.net/comments/13268663
“3. You can’t add only few categories, but you can add them inside main filter panel links (add filter by taxonomy instead of meta field)”
But I don’t understand at all, could you please help to make it more clear or take some screen shot to show me how to do?
Thanks
Yes, I can help, but you should write from your buyer’s account to get help for theme
When will you be done with a new package for rehub Main?
near 10 days
Hello,
How can I put the comparison table links (all links that go into comparison table) to nofollow?
Also, is possible to change H2 of the comparison table post tittles to other?
Thank you very much.
But they are already in nofollow
2. Yes, you can control what tag to use in title, because table constructor works as constructor, so you can wrap any element in your tags
Dear,
The links into the table are Follow. The tittle, thumbnail, cupón link… I would like to put them nofollow.
2. I don´t understand you how can I change the H2 of the each teatle in the table (each teatle of each reviw in the comparisson table). Can you explain me?
Thank you.
1. All inner links are follow, all external as nofollow http://screencast.com/t/ozAbFe7SpzYP Making inner links as nofollow will be seo mistake
2. How did you add your current titles if you don’t understand how to add tags? It’s strange, because adding titles is also working as adding tags. http://screencast.com/t/ozAbFe7SpzYP Maybe you mean not table constructor?
Sorry, I were in Top Rating Reviews. In Table Constructor also, there is a follow link in “Read Review” phrase (under review score). See here: http://rehub.wpsoul.com/list-top-reviews/ If possible to put it to nofollow?
Thank you
Of course, because it’s inner link to review. Why do you need to make it nofollow? It’s seo mistake
Because I link to those pages with other anchor in the same page, and I preffer google to take the other anchor and no: “reed review” anchor.
This is not correct. Google index all links, even nofollow. Only difference is that nofollow links don’t send seo juice, but such link grabs juice from page. As you have several links on the same page – nofollow doesn’t have any sense. If you want to add it – you can do this in file
inc/top/reviewrow.php
Dear Sir,
I recently bought the theme and really love the layouts. I have a social learning website and I do want to integrate only the visual composer templates you provide in this theme like tabbed content, blocks so as to use them for displaying latest news and trends in learning space there.
Could you pls help me out Hos an I do that?
Thank you for the reply, What I asked is I like the content blocks u provide, How can I Integrate the same to different theme that also powered by visual composer?
You can’t use theme functions on another theme
Is it possible to prioritize Amazon com prices over other networks? I want them to be on top and the one that is displayed in post meta. I understand that currently it shows the lowest price, but I don’t like that sometimes Amazon CA, or UK prices are shown first.
I’m using Content Egg pro, not sure if that matters. Maybe I should contact them instead?
Thanks!
Hi. Do you need this for output comparison list? or for synchronization with theme offer?
Sorry, I’m not sure if I understand what you are asking. But I need this for the shortcode that I use in the sidebar [wpsm_scorebox] as well as for price block that is displayed in post meta on every category page and home page.
Does that answer your question? Please let me know if I can clarify it and how?
This answers me on my question. This mean that you want to modify data which theme saves to meta fields and there is no easy ways to do this. I can send you example of similar function and point you where you can customize this or you can hire us for customizations. Price will be $25
I would like to try to do it myself, as I’m keen to learn it, if you don’t mind. So yes please send me an example and point show me the directions if you can. I really appreciate your support.
This is example of the same function which sort products in output templates
<?php
if (!function_exists('rehub_domain_filter'))
{
function rehub_domain_filter($items_list, $domain, $return_both = true)
{
$results = array();
$results2 = array();
$domain = preg_replace('/^www\./', '', $domain);
foreach ($items_list as $item)
{
$d = parse_url($item['url'], PHP_URL_HOST);
$d = preg_replace('/^www\./', '', $d);
if ($d == $domain)
$results[] = $item;
elseif ($return_both)
$results2[] = $item;
}
if ($return_both)
return array($results, $results2);
else
return $results;
}
}
list($d_items, $items) = rehub_domain_filter($items, 'amazon.com');
usort($d_items, 'rehub_sort_price_ce');
usort($items, 'rehub_sort_price_ce');
$items = array_merge($d_items, $items);
?>
You need to do something similar for function which saves data to meta. You can find it in functions/review_functions.php
rehub_save_meta_ce()
Hi, I downloaded the theme and started making some customizations in the theme backend theme settings but none of them are appearing on the live version of the website. I can see the changes when I go into the customize editor mode. Can you help me get the theme going? Thanks
Hi, never mind the changes have now appeared. Thanks
I’m still having a lot of trouble understanding the steps required to build out the profile pages in the redirect child theme. I’m making very slow progress but the guide is very confusing. For example, I’ve read the part about video groups and photo groups and don’t understand it at all. I’m completely stuck and it’s very frustrating.
I figured this out now. I was confused about the relationship between custom fields and the specifications.
There is no relationship between custom fields and specification, because custom fields are the base of specification. Another words – specification is a table of values of custom fields
Thank you. Yes, I didn’t realize I had to first create a custom field and then use that as the shortcode for the specification.
No. Not as shortcode. You need to create custom field and then, choose type of such custom field and place key of field. Then, plugin will generate shortcode for whole specification table, you can use this shortcode in post to generate specification table. You can create several specification tables for post. On my demo site, I created several tables, one for values, one for image screenshots, one – for videos.
Also, plugin can show values of taxonomies (for example, categories, tags, etc)
Yes, thank you. This is working now, I understand.
Hello, how can I have related posts for the default custom post type, blogs? I really want to be able to show related posts there but it looks like this isn’t currently supported.
if you mean – Redirect theme – I will add this in update
Great, thanks!
Hi, I’m trying to use WooSideBars to choose unique sidebars for my posts and pages. I’m trying to select the Blog Categories under the Taxonomy Terms section as a Condition for one of the sidebars. Unfortunately, when I select one of the categories it doesn’t seem to work.
I was able to use the Post Type and it worked. I’ve double checked all of my settings and don’t see an issue. Also, it would be great to be able to use Blog Tags as a Condition but that doesn’t show up as an option.
Send me admin access, I will check
What is the difference between the Blog and the Posts? Also, when using Blog it is adding blog into the link like: domain.com/blog/post. If I need to use the Blog type in order to not have Specification Tabs appear for posts that aren’t profile pages, how can I remove the /blog/ from the link?
Also, how can I add the Blog Categories (from post type Blogs) to the sidebar?
Blog is special post type for Redirect child theme. I made this to divide Posts (which are used in theme for main reviews and profiles) and news part of site. I don’t recommend to delete /blog/ from links of custom post type, because in this case link will have the same structure as profile’s posts.
To create custom category widget. Create custom menu in Appearance – Menu and add there categories from blog post type. Then, add menu widget (or Rehub:Better menu widget) and choose there your custom menu
Thanks!
Hello, can I use this theme for multiple website where I am the sole owner of these websites? Thanks!
There is no restriction in using theme on sites
alright thanks….
Hi, I’ve replied your email on the demo with my userID. Look forward to your help.
done
If I buy this theme can I use it on two domains?
Yes, but support and bonus plugins are for one domain per license (but you can use subdomains for single license)
Can you tell what are the bonus plugins? The plugin with the rating is with the theme or is a bonus plugin?
bonus plugins (you can get it only if you register license for site):
1. Specification fields and post layout plugin (for creating more complex specifications and dividing post on tabs http://redirect.wpsoul.net/leindeloff/ ) 2. Extensions for wp all import plugin to make more easy process of importing xml feeds of deals from affiliate systems) 3. RH Frontend – to make frontend posting for users
Hi, i don’ understando how insert the top list with links like in this page http://rehub.wpsoul.com/example-of-top-list-post/#first-gadget-title-for-awesome-phone
is not very well explained . May you help me?
many thanks
Fulvio
Just add shortcode on page
[wpsm_toplist]
that’s all. Theme will divide sections, create top list and add formating to headings automatically. Dividing will be based on heading h2
http://screencast.com/t/N5UyL8M4HZFwhere i should add it? In any place? on top? is not working. Can you better explain?
In any place where you want to have top list to be generated
When using “woo commerce product carousel” with Page Builder, I specify product category entering slug but carousel then shows all products from all categories. How to list only specified category products?
Switch on classic view of VC and copy shortcode – place it here, I will check
It is done with Page Builder modules, not VC.
old page builder is not supported now, use Visual composer. You can also use just shortcodes. For example, for woocommerce carousel
[woo_mod cat=37]
where 37 is Category ID
You can place this shortcode in content module of old page builder
I tried with shortcode but again it shows all product categories.
checked, but can’t reproduce this. Send me admin access
Hi,
I have purchased this theme. please install wp all in one plugin at my website.
Hi. Write email for this
Hi,
I have sent an email before 2 days but didn’t any response till now.. Please help!
Hi,
I have sent an email before 2 days but didn’t get any response till now.. Please help!
I answered to you yesterday. Check emails
I received it..Thank You!
Hi, may I ask if the theme and the plugins used by your theme work in Wordpress multisite environment? We’re thinking of using multisite as a solution for our multi countries implementation. I.e. ourdomain.com/countryA and ourdomain.com/countryB. Thanks.
Yes, it will work. Only one problem which was reported – no possibility to use demo clones. But we are working on better import tool for 6.3 version, so, this problem will be also resolved
That’s okay since we don’t need the demos. Thanks for the confirmation!
How to create paginated post with with ‘Next’ and ‘Previous’ page buttons?
<!––nextpage––>
Insert this shortcode between part of content
Thank you for your replay. I found this one, it creates links with page numbers. I would like to have only two buttons ‘Next Page’ and ‘Previous Page’. What do you recommend to customise it, maybe some plugin?
Do you use child theme?
No, I use main ReHUB theme
No, I use main ReHUB theme
file functions/review_functions.php
find
wp_link_pages
add next code
'next_or_number' => 'next',
in attributes. Like example
http://screencast.com/t/Z4HBj2JedSThank you sizam for your support, works great! Now, I would like to center pagination links. I tried with margin:0 auto, but it seems it doesn’t work with display:inline-block ( I deleted page link title ’ . __( ‘Pages:’, ‘rehub_framework’ ).’ ). How I can center these links?
It must work. Do you have live link?
Yes, see here http://goo.gl/dj7Ku5
.page-link a{display:inline-block; border: 1px solid #e0dadf !important; float:none} .page-link{display:block; text-align:center; border:none}