Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Menu items not showing in edit section #146930
    Alvin
    Participant

    Yep. Fixed before you checked thanks!

    in reply to: Menu items not showing in edit section #146486
    Alvin
    Participant

    Skandha! 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.

    in reply to: Menu items not showing in edit section #146398
    Alvin
    Participant

    This 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/

    in reply to: Menu items not showing in edit section #146361
    Alvin
    Participant

    I 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.

    in reply to: Menu items not showing in edit section #146246
    Alvin
    Participant

    The 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.

    in reply to: Menu items not showing in edit section #146237
    Alvin
    Participant

    What 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.

    in reply to: Menu items not showing in edit section #146192
    Alvin
    Participant

    No! 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.

    in reply to: Featured Content Headline & Subheadline #90705
    Alvin
    Participant

    Thank you for your quick response Mahesh the code works like a charm.

    in reply to: Page title font color #81775
    Alvin
    Participant

    Hi 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.

    in reply to: Image margins in page content #80534
    Alvin
    Participant

    Hi 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

    in reply to: Customize submit button #77926
    Alvin
    Participant

    Thank 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.

    in reply to: Space between page title and header image #68264
    Alvin
    Participant

    Thanks Sakin. Works like a charm..

    in reply to: Space between page title and header image #68215
    Alvin
    Participant

    What is the code to put in the custom css to control table padding? I tried various codes but they do not work. Thanks

    in reply to: Space between page title and header image #68180
    Alvin
    Participant

    Thank 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

    in reply to: Space between page title and header image #68147
    Alvin
    Participant

    Hi 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.

Viewing 15 posts - 1 through 15 (of 15 total)