Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter Asus24

    (@asus24)

    Thank you so much, it worked so well. I am still struggling trying to write ie 7 compatible css but at least its using the right css files. thanks so much

    Thread Starter Asus24

    (@asus24)

    Thank you paulwpxp so much for responding.

    The header.php only has IE condition for language. I tried adding a link to ie 7 css directly to the header and it still did not use it. I would like to try the dequeue option you suggested, can you please give me an example of how the code should look.

    Thread Starter Asus24

    (@asus24)

    I tried modifying the code in this way

    wp_enqueue_style( ‘twentytwelve-ie’, get_template_directory_uri() . ‘/css/ie.css’, array( ‘twentytwelve-style’ ), ‘20121010’ );
    $wp_styles->add_data( ‘twentytwelve-ie’, ‘conditional’, ‘lt IE 9’ );}

    wp_enqueue_style( ‘twentytwelve-ie’, get_template_directory_uri() . ‘/css/ie7.css’, array( ‘twentytwelve-style’ ), ‘20121010’ );
    $wp_styles->add_data( ‘twentytwelve-ie’, ‘conditional’, ‘lt IE 8’ );}

    but I still did not get the ie7 css, please someone any advice would be appreciated

    Thread Starter Asus24

    (@asus24)

    Downloaded the plugin from wordpress itself. Are you asking me to put the code here? Are we allowed to do that?

    Thread Starter Asus24

    (@asus24)

    The plugin is called Two Level Conditional Menu.Yes it is the same plugin, I am sorry if I placed the question in the wrong place

    Thread Starter Asus24

    (@asus24)

    It was Ubuntu Server 12.10 with lampserver installed on it, its one of the amazon web servers free tier servers. I suspect you are right it is an OS issue. Thank you so much for responding your feedback is greatly appreciated. PS I am still a newbie to all this

    Thread Starter Asus24

    (@asus24)

    Still hoping someone can assist me with this, Can anyone tell me how to at least get the menu location. Basically which menu the page/post was select from?

    Thread Starter Asus24

    (@asus24)

    I never got any response to this, and have not figured out a solution, but since no one has replied, I’ve decided this is unsolvable and will just close this topic.

    Thread Starter Asus24

    (@asus24)

    The developer told me he has fixed the issue

    Thread Starter Asus24

    (@asus24)

    Wow that worked, didn’t think of doing it like that. Thank you so much this is a great plugin.

    Thread Starter Asus24

    (@asus24)

    This is fantastic, it installed no problem, however only if all the corners are rounded it shows up in IE, and the box shadow does not show rgba colors. Is that something you will fix in the next release?

    Thread Starter Asus24

    (@asus24)

    Thank you so much, I will check it out now

    Thread Starter Asus24

    (@asus24)

    Thank you very much

    Thread Starter Asus24

    (@asus24)

    Below shows what I am trying to do. When I click on the corresponding link nothing shows up

    function no_sliding_menu(){
     $blog_url = site_url();
     $p_url= get_template_part( 'loop', 'index' );
     $theme_url=get_bloginfo('template_url');
    echo "<ul>
                         <li class=\"bk0\"><a href=\"".$blog_url."\" style=\"background: url('https://www.ccbl.info.tt/carib/wp-content/uploads/2012/09/tabs-01.png') no-repeat scroll 0%;\">slidingdoor</a></li>
    			<li class=\"bk1\"><a href=\"#\" style=\"background: url('https://www.ccbl.info.tt/carib/wp-content/uploads/2012/09/tabs-02.png') no-repeat scroll 0%;\">slidingdoor</a></li>
    			<li class=\"bk2\"><a href=\"".$p_url."\" style=\"background: url('https://www.ccbl.info.tt/carib/wp-content/uploads/2012/09/tabs-03.png') no-repeat scroll 0%;\">slidingdoor</a></li>
    			<li class=\"bk3\"><a href=\"https://mac-host.com/slidingdoor/slider.zip\" style=\"background: url('https://www.ccbl.info.tt/carib/wp-content/uploads/2012/09/tabs-04.png') no-repeat scroll 0%;\">slidingdoor</a></li>
    			<li class=\"bk4\"><a href=\"https://mac-host.com/support\" style=\"background: url('https://www.ccbl.info.tt/carib/wp-content/uploads/2012/09/tabs-05.png') no-repeat scroll 0%;\">slidingdoor</a></li>
    
    				</ul>";
    }
    Thread Starter Asus24

    (@asus24)

    Wow I did not even realise i had not ended it properly, I have been at this for days, thank you so much. I had some menu problems too, hopefully this resolves it as well.

Viewing 15 replies - 1 through 15 (of 28 total)