tazekins

Forum Replies Created

list of topics you have created till now.

  • tazekins
    Participant
    Posted in : Dropdown Boxes Issues

    I tried to add code but it wouldn’t work. What is the format? Not sure what I did wrong.

    Here is a screenshot of the code http://www.screencast.com/t/UiWssU8HE49E

    tazekins
    Participant
    Posted in : Dropdown Boxes Issues

    So I’ve abandoned this theme for a while and came back to it recently. I’m still stuck with the same dropdown issue.

    I’ve disabled the theme and checked with another theme and the dropdown works perfectly fine. As it should. I’ve commented out all .selector css I can find, but there appears to be inline styles and I can’t find the source of it.

    With the 2012 theme, the dropdown css is :

    with read wp:


    Select category

    Where is this extra div and inline styles coming from?

    Please help. It’s making me nuts.

    tazekins
    Participant
    Posted in : Sidebar width

    Just what I needed, is there anyway to make the new changes load immediately? While the page is loading it first loads the old css and then swaps mid-load to these new changes

    tazekins
    Participant
    Posted in : Dropdown Boxes Issues

    Hi

    thanks, that fixed the responsive issue, but I still have issues with the “submit blog” page. I have no idea why it’s repeating the same category and not letting me add different ones. (as shown above). http://www.screencast.com/t/v3YU7szRCutF . If you have any clue then I can try and figure out the rest

    I’m going to ask the directory plugin author as well,

    tazekins
    Participant
    Posted in : Dropdown Boxes Issues

    I sent you the URL in the contact form.

    If you could identify the issue that would be great.

    tazekins
    Participant
    Posted in : Dropdown Boxes Issues

    Hi

    I thought I fixed everything, but I was wrong

    The theme dropdown css is overriding my current css which is making issues for mobile responsiveness and for adding categories.

    In image 2 the issue was that it’s adding the same category, even when I select something other than beauty, it still adds beauty. E.g. if the first category I select is books, the 2nd and 3rd category I select will also be books. Go to the “submit blog” page.

    In terms of mobile responsiveness you can see in the image, how it usually looks with the plugin I have and then with the theme it doesn’t work as well. The image on the right is my website
    http://www.screencast.com/t/U6xdNe6RaqFs

    I hope you can help because I’m not sure what css to alter/delete!

    tazekins
    Participant
    Posted in : Adding a top header

    Sorry the code came out weird. I added an extra class “top-navigation” to change the css slightly so could I assign a mobile menu to only this menu using that class?

    ‘firsttop_menu’,
    ‘menu’ => ‘AfterLogin’,
    ‘menu_id’ => ‘nav’,
    ‘menu_class’ => “menu-custom”,

    ));
    }else{

    wp_nav_menu(array(

    ‘theme_location’ => ‘firsttop_menu’,
    ‘menu’ => ‘BeforeLogin’,
    ‘menu_id’ => ‘nav’,
    ‘menu_class’ => “menu-custom”,

    ));
    }

    ?>

    tazekins
    Participant
    Posted in : Adding a top header

    I sent a link on the contact form.

    Here is a screenshot. I managed to create the top header, but now I have difficulty with the mobile menu. How do I assign my new menu “topheader” with the mobile menu?

    http://www.screencast.com/t/lODBc6ir

    'firsttop_menu',
    'menu' => 'AfterLogin',
    'menu_id' => 'nav',
    'menu_class' => "menu-custom",

    ));
    }else{

    wp_nav_menu(array(

    'theme_location' => 'firsttop_menu',
    'menu' => 'BeforeLogin',
    'menu_id' => 'nav',
    'menu_class' => "menu-custom",

    ));
    }

    ?>

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