Forum Replies Created
-
AuthorPosts
-
AlvinParticipant
Yep. Fixed before you checked thanks!
AlvinParticipantSkandha! those menu are menu’s I created before I brought the site over to a new host. And that’s my whole point!!.. the theme is showing them in the default menu location instead of showing them where I had assigned them and in the back end where I can edit them. It was a hell of a lot more than that but it norrowed down because I deleted a lot of pages. If I try to create any new menu it does not work…. if you are unable to figure this out. Can you let me know where to delete the menues that are there.
I am putting back some of the pages that I deleted so you can see the menu’s are what I created.. The theme is not calling the menu’s right because of a register issue according WP.
AlvinParticipantThis is a link where the Adventurous pro theme is showing the menu on the front end only as a main menu. The menu is not visible in admin.
http://s737348678.onlinehome.us/AlvinParticipantI am not the only one having this problem and I understand it’s because the theme is not registering the menu’s the right way, so they are customizable. I would appreciate it if they would address this problem in Adventarious Pro. The right code needs to be in the theme’s functions.php according to below:
Add this code to your theme’s functions.php to register your menu:
function register_my_menu() {
register_nav_menu(‘header-menu’,__( ‘Header Menu’ ));
}
add_action( ‘init’, ‘register_my_menu’ );Then place this in your theme at the place your menu needs to be:
<?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu’ ) ); ?>
I haven’t tried it yet but hope catch themes will address this issue.
AlvinParticipantThe Adventurous pro theme is not picking up the menu that is visible on the live site when I go into the customizer it has the folowing:
Menus
It doesn’t look like your site has any menus yet. Want to build one? Click the button to start.AlvinParticipantWhat is happening has nothing to do with the cache I cleared that many times over trying to solve the problem. I will use FTP to delete the menu and start over.
AlvinParticipantNo! The menus are showing on the live page, they are not showing on the back end where I can edit or delete them. Also, all the menu links are showing only for the header right location not the other location I had originally assigned them to.
AlvinParticipantThank you for your quick response Mahesh the code works like a charm.
AlvinParticipantHi Mahesh, Thank you for your quick response the code you gave worked fine. Is there a code to change the sidebar widget titles font color as well? Thanks.
AlvinParticipantHi Pratik & Sakin. Thank you for your quick responses. I was able to improvise from the codes Sakin sent to take care of the issue. I basically just wanted left aligned images to have a smaller right margin and used this code. img.alignleft { margin-right: 13px; } thanks again.
Aj
AlvinParticipantThank you for the quick response Sakin. I am using Quform and was able to figure out how to customize the form submit button. Adventurous pro rocks.
AlvinParticipantThanks Sakin. Works like a charm..
AlvinParticipantWhat is the code to put in the custom css to control table padding? I tried various codes but they do not work. Thanks
AlvinParticipantThank you Sakin! That took out the space and was exactly what I was talking about.
I have two more things if you don’t mind:
– Is there a short code to create columns in a page content area? A few of my pages will need two columns.– Most of my pages will also have a pricing table but I notice the theme table is overriding my table format. I want to customize the padding especially and need to know how to do this in the Custom Css box.
I might want to customize the header secondary menu padding too, am having issues with padding sizes. Thanks
AlvinParticipantHi Sakin, thanks for your quick reply. Just look at the Adventurous theme home page versus any other page. On the home page contents under the header slider is closer to it than contents under the header image of any other page or post that’s how you have the theme design.
-
AuthorPosts