netviper
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] Using Multistage Gravity Form in Modalajax=true solved the problem. Thank you guys! Now I have one more question, but I will open a new ticket.
Forum: Fixing WordPress
In reply to: Can WordPress Do this?The site is basically an ecommerce site without the purchasing. Many Products, many Categories. I am not sure WP is the best way to do it unless there is a pluging for it.
Forum: Fixing WordPress
In reply to: How to display different content on different pages with one widgetFigured it out.
First used the PHP widget — then placed.<?php
if (is_page(‘aramis’)) {
echo ‘<h3 class=”widgettitle”>Brochure Downloads</h3>’;
echo ‘Click Here to Download the Aramis Brouchure‘;
}
if (is_page(‘pontos’)) {
echo ‘<h3 class=”widgettitle”>Brochure Downloads</h3>’;
echo ‘Click Here to Download the Pontos Brouchure‘;
}
if (is_page(‘argus’)) {
echo ‘<h3 class=”widgettitle”>Brochure Downloads</h3>’;
echo ‘Click Here to Download the Argus Brouchure‘;
}
if (is_page(‘tritop’)) {
echo ‘<h3 class=”widgettitle”>Brochure Downloads</h3>’;
echo ‘Click Here to Download the Tritop Brouchure‘;
}
?>Forum: Fixing WordPress
In reply to: How to display different content on different pages with one widgetI don’t think this will will for me.
Thanks for the Suggestion.
Anyone else?
I am looking to do the same thing. Hopefully someone will know.
That was it. I thought they had a lot of quotes. Guess I was wrong.
Thanks.
I am trying to figure this out right now. Anyone know?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide Show cutting off Top and BottonNot sure, but that you for your help. Great plug in!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide Show cutting off Top and BottonI tried it both ways.
I just did it again uploading from the computer. That seems to have worked.
Bizzare.
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Slide Show cutting off Top and BottonJust did it again from scratch.
These steps.
1. create slideshow (homepage)
2. set dimensions 621×272
3. add featured images.Same problem. It is making all my image links 621x200px.
I can make it work using firebug to change the height and image file it calls – but i can’t make it work for real.
I can’t seem to get it to work using your “excerpt=yes”
Forum: Fixing WordPress
In reply to: Another “How do I” question. Help is appreciated ^.^I am trying to get this to work to show the except. I did [catlist id=8 except=yes] and nothing happens. Any ideas?
Forum: Fixing WordPress
In reply to: Adding Blog to my current siteWith the instructions I followed above no side bar was created, just blog postings. Is it possible to add the sidebar to a non-WP site?
Forum: Fixing WordPress
In reply to: Help integrating website with blogI did the basic version which makes comments have to go to the blog site. Is there any way to keep this all in my site without having to link out to the wordpress site?