teamsoft
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor missing and broken in 3.1@ rosyid AWESOME FIX , I had tried a bunch of stuff to fix this but simply adding your code – define(‘CONCATENATE_SCRIPTS’, false );
fixed the issue for me!!!!
THANKS MATE!!!!
Forum: Plugins
In reply to: [Cool Video Gallery] How do I instal Cool Video Gallery into template?Can you post a link to your site and the code from the index template file
also have you looked at this https://shailan.com/2179/how-to-use-shortcodes-in-your-theme-files/
Seems shortcodes are reserved for posts and pages.
Forum: Plugins
In reply to: [Cool Video Gallery] How do I instal Cool Video Gallery into template?Hi John,
Have you tried inserting in in the main index.php file. This is usually the template for your homepage. You might want to play around with the positioning and then dial it in with some css.
thanks for the shortcode!
Forum: Fixing WordPress
In reply to: Contact Form 7 WP-Mail-SMTP Godaddy E-mail not workingHey, I had a bunch of trouble with contact form 7 not wanting to send emails with php_mail(). Also couldn’t get it to work with this plugin.
After trying every fix I could online I stumbled upon a comment on another forum that suggested the problem was in the set up of comment form 7, not with wordpress.
I want everyone who is getting this ” Failed to send your message. Please try later or contact administrator by other way. ” in a red box, to check the contact form settings. The to: , from: and message fields need to be set for the form to capture the data and send it off.
mine look like this. To: (whatever email you want it sent to) From: [your-email] **very important** , Message Body: [your-message] ** also important if you want to get their message.
Forum: Themes and Templates
In reply to: Some elements defined by an "ghost" CSS fileAwesome – Thanks Josh…..
It was from some inline styling in the footer. Problem was the style was also defined in my style.css.
Thanks for pointing me in the right direction! ??
Forum: Themes and Templates
In reply to: Some elements defined by an "ghost" CSS filehere is a screenshot of the image in question.
this is what firebug tells be about the image. notice where the css is defined, in teamsofttech.com #5 (line 329).
My original question was, where is this css file or how is being generated.
textarea {
background: url(“images/txtareea.png”) no-repeat scroll 0 0 transparent;
border: medium none;
color: #666666;
height: 112px;
margin: 0;
padding-bottom: 10px;
text-decoration: none;
text-indent: 12px;
width: 317px;
}
teamsofttech.com #5 (line 329)********