Asus24
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twelve] Css for IE 8, IE 7 and belowThank 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
Forum: Themes and Templates
In reply to: [Twenty Twelve] Css for IE 8, IE 7 and belowThank 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.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Css for IE 8, IE 7 and belowI 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
Forum: Themes and Templates
In reply to: Adding css to a pluginDownloaded the plugin from wordpress itself. Are you asking me to put the code here? Are we allowed to do that?
Forum: Themes and Templates
In reply to: Adding css to a pluginThe 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
Forum: Localhost Installs
In reply to: wordpress file permissionsIt 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
Forum: Themes and Templates
In reply to: Multiple menus for the same pageStill 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?
Forum: Localhost Installs
In reply to: wordpress file permissionsI 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.
Forum: Everything else WordPress
In reply to: CSS3 support in ie8The developer told me he has fixed the issue
Forum: Plugins
In reply to: [IE CSS3 Support] The plugin wont activateWow that worked, didn’t think of doing it like that. Thank you so much this is a great plugin.
Forum: Plugins
In reply to: [IE CSS3 Support] The plugin wont activateThis 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?
Forum: Plugins
In reply to: [IE CSS3 Support] The plugin wont activateThank you so much, I will check it out now
Forum: Everything else WordPress
In reply to: CSS3 support in ie8Thank you very much
Forum: Themes and Templates
In reply to: Page template and menuBelow 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>"; }
Forum: Themes and Templates
In reply to: Page Template does not workWow 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.