REHub - Price Comparison, Affiliate Marketing, Multi Vendors Store, Community Themes

REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme v19.9.2

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
  • Like
Reactions: UglyKidJoe

SalveJoy

Well-known member
Null Master
Trusted Uploader
Apr 22, 2019
410
827
100
how to registered new version
What do you mean? It is NULLED. You don't register NULLED software. If you want to register it, you buy it. It is activated on installation.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120

UglyKidJoe

Active member
Trusted Uploader
Aug 30, 2018
138
137
43
Did anyone found a way to get rehub main menu to show 3rd, 4rd and so on submenu level?

I have looked in source code and I think that max depth for submenus is hardcoded in rehub-framework plugin.

Tried to play with php and css found there but my php/css skills are below this task :)

Found this code in:
rehub-framework\vendor\vafpress\views\option\set.php

PHP:
                <div id="vp-menus" class="vp-menus">

                    <ul class="vp-menu-level-1">

                        <?php foreach ($set->get_menus() as $menu): ?>

                        <?php $menus          = $set->get_menus(); ?>

                        <?php $is_first_lvl_1 = $menu === reset($menus); ?>

                        <?php if ($is_first_lvl_1): ?>

                        <li class="vp-current">

                        <?php else: ?>

                        <li>

                        <?php endif; ?>

                            <?php if ($menu->get_menus()): ?>

                            <a href="#<?php echo ''.$menu->get_name(); ?>" class="vp-js-menu-dropdown vp-menu-dropdown">

                            <?php else: ?>

                            <a href="#<?php echo ''.$menu->get_name(); ?>" class="vp-js-menu-goto vp-menu-goto">

                            <?php endif; ?>

                                <?php

                                $icon = $menu->get_icon();

                                $font_awesome = VP_Util_Res::is_font_awesome($icon);

                                if ($font_awesome !== false):

                                    VP_Util_Text::print_if_exists($font_awesome, '<i class="far %s"></i>');

                                else:

                                    VP_Util_Text::print_if_exists(VP_Util_Res::img($icon), '<i class="custom-menu-icon" style="background-image: url(\'%s\');"></i>');

                                endif;

                                ?>

                                <span><?php echo ''.$menu->get_title(); ?></span>

                            </a>

                            <?php if ($menu->get_menus()): ?>

                            <ul class="vp-menu-level-2">

                                <?php foreach ($menu->get_menus() as $submenu): ?>

                                <?php $submenus = $menu->get_menus(); ?>

                                <?php if ($is_first_lvl_1 and $submenu === reset($submenus)): ?>

                                <li class="vp-current">

                                <?php else: ?>

                                <li>

                                <?php endif; ?>

                                    <a href="#<?php echo ''.$submenu->get_name(); ?>" class="vp-js-menu-goto vp-menu-goto">

                                        <?php

                                        $sub_icon = $submenu->get_icon();

                                        $font_awesome = VP_Util_Res::is_font_awesome($sub_icon);

                                        if ($font_awesome !== false):

                                            VP_Util_Text::print_if_exists($font_awesome, '<i class="far %s"></i>');

                                        else:

                                            VP_Util_Text::print_if_exists(VP_Util_Res::img($sub_icon), '<i class="custom-menu-icon" style="background-image: url(\'%s\');"></i>');

                                        endif;

                                        ?>

                                        <span><?php echo ''.$submenu->get_title(); ?></span>

                                    </a>

                                </li>

                                <?php endforeach; ?>

                            </ul>

                            <?php endif; ?>

                        </li>

                        <?php endforeach; ?>

                    </ul>

                </div>

            </div>

Thanks in advance if anyone can push me in right direction with this :)
 

dFMeieR

Member
Dec 21, 2018
75
69
18
Did anyone found a way to get rehub main menu to show 3rd, 4rd and so on submenu level?
If you choose to modify the theme files there is a chance that you need to modify them manually after every updates.
I would recommend two other methods:
  1. Standalone wp menu plugin like Ubermenu. (Maybe you need to change the code in this case as well but it much simpler than hack the whole menu part of the theme. )
  2. Using the rehub built in custom mega menu (with elementor):
http://rehubdocs.wpsoul.com/docs/rehub-theme/basic-settings/mega-menus/
Check the video as well if you are visual type of person.

I know this is not the exact solution for your problem but worth to think about them in my opinion.
 

Pat

Member
Jul 24, 2018
38
12
8
Hello Tomz,

I download the lastest version of Rehub. I've read your post on Jul 31, 2018
rehub/admin/rehub.php I've edit this file > Save it > upload to replace.
but can't null it.
I don't understand you said "Save the file and enter anyname and code to activate the theme."
 

UglyKidJoe

Active member
Trusted Uploader
Aug 30, 2018
138
137
43
Hello Tomz,

I download the lastest version of Rehub. I've read your post on Jul 31, 2018
rehub/admin/rehub.php I've edit this file > Save it > upload to replace.
but can't null it.
I don't understand you said "Save the file and enter anyname and code to activate the theme."

Nulled version allready posted, even downloading of bonus plugins works with it.
Just install and enjoy, no need for licence or anything.

 

pk0786dk

Member
Jun 18, 2019
59
10
8
how to install this ?? i am installing this first time :) . why old files are there ??? any use
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
thanks let me try , but can you add a installing guide in next upcoming theme :) it will be very much helpful :) THANK YOU So Much.......
you can find installing guide link in documentation folder
 
  • Like
Reactions: pk0786dk

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu