chrysgpc
Forum Replies Created
-
That works. Thanks.
I’m trying to disable this css because it conflicts with my theme.
It doesn’t work for me. And I assume the purpose of these command lines is to disable the whole event manager css whereas I was trying to disable only “ui-lightness.css”. Anyway if there is no way to disable only that CSS I’ll find a workaround.
Thanks.
I’m trying to disable the css using the following code but it does not work:
function my_deregister_styles() {
wp_deregister_style( ‘ui_css’ );
}add_action( ‘wp_print_styles’, ‘my_deregister_styles’, 100 );
Any help would be appreciated.
Thanks
It doesn’t work. Is this CSS loaded using the wp_enqueue_style method ?
I’m using wordpress 3.8.1 and EM 5.5.2 – local wordpress install
I can’t. I’m working locally.
Using the default theme ‘Twenty Twelve’ here is what I can see with Firefox inspector:
—— Page displayed correctly<!--#masthead--> <div id="main" class="wrapper"> <div id="primary" class="site-content"></div> <!--#primary--> <div id="secondary" class="widget-area" role="complementary"></div> <!--#secondary--> </div> <!--#main .wrapper-->
—— Broken Page (In my case the edit event page)
<!--#masthead--> <div id="main" class="wrapper"> <div id="primary" class="site-content"></div> <!--#content--> </div> <!--#primary--> <div id="secondary" class="widget-area" role="complementary"></div> <!--#secondary-->
I understand why the sidebar get displayed on the bottom but I cannot narrow down the root cause. I believe it’s not related to the theme as all the themes behave like that including default wordpress themes. Appreciate any insight here.
Thanks.
Forum: Themes and Templates
In reply to: [Arcade Basic] Top header image on each postYes agreed. Thanks for that. Great theme by the way ??
Hello, I’ve tried with all the plugins disable and I keep having the same behavior. I’m running wordpress 3.8.1 and EM 5.5.2
Forum: Themes and Templates
In reply to: [Arcade Basic] New Bug, only me?I’ve upgraded to 1.0.3 today and I do not get this issue.
Forum: Themes and Templates
In reply to: [Arcade Basic] Top header image on each postI’ve upgraded to the version 1.0.3 and post featured image is not used anymore as the header image for the post.
Forum: Themes and Templates
In reply to: [Arcade Basic] Top header image on each postToo bad the plugin does not give the possibility to enable or disable that function. How does it works if I have multiple images in my post?
Is there a way to modify this function in my child theme ? As I’m quite a newbie with wordpress and php I’m not sure if it’s a good solution and how to do it. Any suggestion ?
Thanks
I’m closing the topic by the way.
Thanks for your feedback. It works for me.