smittyhead
Forum Replies Created
-
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] layout of itemok cool, i have just a basic understanding of css, customising the look of simple html elements. Wasn’t sure if there was something different using short code in it. Thank you for your help.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] layout of itemhmm, ok. How would I use that to move different eshop elements?
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Widget links to page its onAhhhh!! That was it! Yay!!! looks like i created a new shopping cart page a ways back for some reason and forgot to associate the ID on the special pages settings. Thank you so much for your help!
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Widget links to page its onOk, I was afraid of that, doing so will not hurt what I have done is-as-so-far, will it?
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Widget links to page its onYes but I do not think my client will want his site changed for that long, I will have it up only a short time from posting this.
Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Widget links to page its onI have tried the twenty eleven theme but not without all plugins before. I tried again just now with all plugins off except for shop and it still does it. Bummer!!
Playing around, I found a fix. I had the top drop down going to the same page as the menu item with the dropdown so it was making the submenu black, not sure why it did that. I used a custom link as the main item instead and it works fine.
This only happens on the first menu item, when i go to a menu item under it, goes back to the color I have put in.
Can someone help me with this please?
ok I found the problem, did a bit of research and finally figured it out with the help of all the resources out there. Someone else was doing the same thing with another plugin in the header, heres what I found out for anyone else that needs it:
<?php if (is_front_page()) : ?>
<div align=”center” id=”header”>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(“generic”, “”); } ?>
</div><!– #header –><?php elseif (is_page(‘about’)) : ?>
<div align=”center” id=”header”>
<?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(“about”, “”); } ?>
</div><!– #header –><?php endif; ?>
Hope this saves someone else some time
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] integration with NextGenThanks for the timely response and extreme helpfulness to your wonderful plugin. I am extremely impressed with your attitude to your public!! Went and bought you a few coffees through your site, keep up the good fight!!!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Floating logoThanks mate! Just for your info the site now lives here
https://www.interactivetrainingonline.com/itranew/Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Floating logoI got it sorted now. I put the div’s in the header.php and took out the title bit. Can you have a squizz and let me know if that is the proper way of doing it?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Floating logohi, thank you for the reply, I’m a little confused thoug, where do I put that bit? in the meteor-slideshow.php?
I tried to put it right before the <!– .slides –> but it didnt work
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Floating logohttps://www.smittyhead.com/itra
what I want is to have the logo, which I used your info from your site to put on, to stay over top of your meteor slides so it never moves. Can this be done?