Jimitodd
Forum Replies Created
-
Forum: Hacks
In reply to: How to Connect Multiple Databases for Search ResultsI achieved something similar by using a php plugin and and sql/php code to pull the info across.
Also on a similar note which may help in Moodle I build a separate page to look like is was part of the Moodle website to pull info from a couple of databases.
Hope this helps.
Try disabling all other plugins and enable them one at a time.
Often there are conflicts between plugins and you need to narrow down which ones don’t like each other.Then you can look for alternatives or fixes.
Cheers
Forum: Plugins
In reply to: [Car Seller - Auto Classifieds Script] View on pageHi Martin
Do you just want a list of cars in stock without pictures or description..
Thanks Jimi
I said the wrong file it’s actually the style.css file that needs editing.
Figured it out.
luxury-carseller.php
line 377add margins done the trick
.content-area.carsellers-category-list {
margin: 20px 100px 20px 100px;
}
Forum: Plugins
In reply to: [Visual Form Builder] Add Form fields to notification emailHi Terry
I eventually stumbled upon a solution and a bit trial and error.
In the notification email I put <p>Dear {vfb-36}.</p>
to get the persons name to pull through.{vfb-36} is the id of my firstname field.
The only way I could find the id was to create a new field then it shows up before you save, delete the old one, reposition and go to the pub.
Forum: Plugins
In reply to: [Visual Form Builder] Add Form fields to notification emailAny info would be appreciated..
Thanks
Forum: Plugins
In reply to: Timed email reply pluginObviously not..
Forum: Plugins
In reply to: Timed email reply pluginAny Help please…
Forum: Plugins
In reply to: Woocommerce cart order totalIts soooo simple. It’s in the tax standard options.
It’s amazing what a good night sleep will do after you’ve been looking at something for hours.Forum: Plugins
In reply to: Woocommerce cart order totalI’ve looked through loads of the css and php files but can’t see the (includes variable tax) line.
Any help would be appreciated.