Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

[SOLVED] How to disable cimy image rotator plugin on pages


  #1  
Old Nov 8, 2011, 05:26 PM
apienovi
 
25 posts · Sep 2011
Hi all,

Currently my Cimy Image rotator php is after %logo%. Is there a way that I can disable the plugin on pages?

Thanks,
  #2  
Old Nov 8, 2011, 07:43 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You can generally do that with CSS but I would need to see the site to determine a direction. Also are you sure it is php you have in that area? In my install of Cimy it doesn't use php for the code.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Nov 9, 2011, 02:40 PM
apienovi
 
25 posts · Sep 2011
Larry,

Your right, the cimy rotator is a <div>. Here is the site www.kneedeepflyfishing.com
  #4  
Old Nov 9, 2011, 02:45 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
One possible solution is to put the following in the CSS Inserts section of the theme options.
HTML Code:
body.page #cimy_div_id_0 {
    display: none;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Nov 9, 2011, 03:23 PM
apienovi
 
25 posts · Sep 2011
I tried entering that into the CSS inserts section, but no such luck.
  #6  
Old Nov 9, 2011, 07:12 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
When I view your site the header is not showing on pages such as the contact page. If you are talking about not showing on single posts you would have to modify your code to
HTML Code:
body.page #cimy_div_id_0, body.single #cimy_div_id_0 {
    display: none;
}
This is where learning how to use Firebug and how to determine selectors via page source really comes in handy.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Nov 10, 2011, 01:10 PM
apienovi
 
25 posts · Sep 2011
Larry,

Thanks so much! It worked...And I checked out firebug and it looks like this will be a game changer for me and troubleshooting my lack of html knowledge!

Thanks again,

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Image Rotator stutter when loading site for the first time nerves76 Header configuration & styling 4 Sep 9, 2010 11:01 PM
Sidebar Image Rotator Suggestions, Or Can I use the Header Rotator? ptsail Plugins & Atahualpa 3 Jun 11, 2010 03:42 AM
disable single post pages & disable link in post titles jen Center area post/pages 0 Jan 11, 2010 02:09 PM
[SOLVED] disable sidebar on certain pages f0rd42 Sidebars & Widgets 2 Jul 9, 2009 07:56 AM
nextGen gallery with image rotator as header image shatchp Header configuration & styling 1 Feb 13, 2009 07:40 PM


All times are GMT -6. The time now is 05:58 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.