Home › Forums › Themes Support › Vidio › no nav menu on home page
- This topic has 8 replies, 2 voices, and was last updated 1 year, 8 months ago by
admin.
-
AuthorPosts
-
May 31, 2021 at 4:11 pm #8736
Hi, just purchased and setup the demo content for home page 2
Have set a menu as primary, however, it shows on all pages but not on the home page! (homepage2 layout)any ideas?
Also the ‘submit video’ button that shows on nav menu links to your demo site and not my site… where abouts is this set?
June 1, 2021 at 12:14 pm #8737Fixed this by copying the page content onto a new page then the nav menu shows.
Still not found where to change the link on the ‘submit video’ button
June 1, 2021 at 12:24 pm #8738found the button link 🙂
June 1, 2021 at 1:47 pm #8739Hi,
Thanks for contacting us and choosing our product!
Sorry for late response but your site can’t access now.
Please send us the correct URL.
https://prnt.sc/13o6l41
In our theme have a notice that Page Options will override Theme Options. You can understand more about it follow this topic: https://harutheme.com/forums/topic/why-theme-options-doesnt-apply-changes/
That means you need to Edit Homepage (or page have header different settings in Theme Options) then go to Page Options at bottom of page to compare settings with Theme Options.
You can read more in theme document:
http://document.harutheme.com/vidio
and plugin document:
https://document.harutheme.com/vidi/
Hope this helps!****
Regards,
HaruThemeJune 1, 2021 at 7:02 pm #8740This reply has been marked as private.June 2, 2021 at 1:42 am #8743Hi,
1. We checked your site and see all icons is working fine:
https://prnt.sc/13p31n9
As we already replied in ThemeForest comment.
2. The Header you set at Theme Options is different Header you set in Page Options and that’s why it doesn’t show.
In our theme have a notice that Page Options will override Theme Options. You can understand more about it follow this topic:https://harutheme.com/forums/topic/why-theme-options-doesnt-apply-changes/
That means you need to Edit Homepage (or page have header different settings in Theme Options) then go to Page Options at bottom of page to compare settings with Theme Options.
Hope this helps!****
Regards,
HaruThemeJune 2, 2021 at 3:57 pm #8744About the Canvas Sidebar icon doesn’t display.
You can change it in:
wp-content/themes/vidio/templates/header/header-elements/canvas-sidebar.php
You need to change the code on line 37 from
<a class="canvas-sidebar-toggle" href="javascript:;"><i class="header-icon fa fa-bars"></i></a>
We’ll update this in the next version.****
Regards,
HaruThemeJune 3, 2021 at 10:52 am #8752On last thing!
Ideally, I would like to replace the canvas sidebar icon with a button with text on to say ‘Add Content’ as Im looking to place the add video,playlist,channel links in the sidebar.
Do you know how I would do this?Also does the canvas sidebar show on mobile view?
If not Im sure I can make a different link to add content on mobile 🙂June 3, 2021 at 3:03 pm #8753Hi,
1. You can change sidebar icon to button by use child theme follow this topic:
You can change this:
<a class="canvas-sidebar-toggle" href="javascript:;"><i class="header-icon fa fa-bars"></i></a>
to other code to display button.
Example:
<a class="canvas-sidebar-toggle" href="javascript:;"><i class="header-icon fa fa-bars"></i>Add Content</a>
2. Currently canvas sidebar doesn’t display on mobile because header on mobile is different header on PC.
However if you use child theme you can do it via child theme:
wp-content/themes/vidio/header/header-mobile-template.php
You can insert this code to display canvas sidebar at any position you want:
get_template_part('templates/header/header-elements/canvas-sidebar');
Hope this helps!****
Regards,
HaruTheme -
AuthorPosts
You must be logged in to reply to this topic.