| User | Post |
|
9:59 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
HELP ME!!!
My Theme: Cordobo Green Park 0.9.2 BETA 12 by Andreas Jacob
1st Problem: Mess up when Contact Form 7 is activated.
Not Activated: [IMG]http://i30.tinypic.com/35d1c0j.jpg[/IMG]
Activated: [IMG]http://i26.tinypic.com/6z7yat.png[/IMG]
moderator: plugin code deleted
|
|
|
10:03 pm 24 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
wow, did we need the whole plugin?
contact form 7 is known to conflict with simple:press forum… suggest a switch to cforms and things tend to work better…
|
|
|
|
|
Thanks. Now I can remove all that code!
Ah you did it. Great
|
|
|
10:04 pm 24 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
beat ya to it! 
|
|
|
10:09 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
LOL, I didnt know what else to put.
As for switching to cforms-plugin i tried that one first and contact form 7 just works to my advantage. but i also love this plugin. what about the image problem with my theme i really need help with that. it was problem #2
|
|
|
10:15 pm 24 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
those look like theme issues caused by your wp theme… if you can give us a link to your site/forum, we can give you hints on what to fix in your theme or add to the forum skin to help alleviate those css issues…
|
|
|
10:20 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
http://gpt-forums.com/sf-forum
please excuse the clutter its not ready yet is consantly on Maintenance Mode which i am taking down to let you see the forum page. can you guys see if you could TRY to help me fix the contact form 7 issue cause if you go to http://gpt-forums.com/advertisement-request you'll see one of the reasons why it works in my favor, its quick and easy and any of the others i've used.
|
|
|
10:28 pm 24 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
has it been a while since you tried cforms? very simple and default one works out of thebox… not trying to advertise for them, but it will be a bit before we debug some conflicts that only affect one or two folks… more pressing issues…
I cant see your site yet, but multiple forms including ad reqs like I suspect yours will look like are easily possible…
|
|
|
10:36 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
ok u should be able to see the site now. and its been a lil while.
|
|
|
10:44 pm 24 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
yes, I am in… however, those css issues are actually caused by the contact form 7 plugin… it converts /n characters in forms to <br /> which messes with the css… if you can figure out in their options how to prevent it form dorking up others code, you might be able to make it work… why they are dorking with stuff that is not in one of their forms/pages is beyond me…
|
|
|
10:49 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
this code is causing that
$pee = preg_replace('|<br />\s*<br />|', “\n\n”, $pee);
how to fix it tho?
|
|
|
10:50 pm 24 Mar 2008
| Mr Papa
Moderator
| | Arizona, USA | |
|
| posts 1602 |
|
|
remove it? not sure what that will do to the rest of that plugin though… a better solution would be to only load the contact code on pages where its actually used so it cant mess with other plugins…
|
|
|
10:52 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
its all through the script
|
|
|
11:02 pm 24 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
I fixed this problem: http://i26.tinypic.com/6z7yat.png
If you find anyone else with the same problem tell them to
change:
$pee = preg_replace('|(?<!<br />\s*\n|', “<br />\n”, $pee); // optionally make line break
to:
$pee = preg_replace('|(?<!\n)\s*\n|', “\n\n”, $pee); // optionally make line breaks
—–
but i still have problem #2.
|
|
|
11:51 pm 24 Mar 2008
| -Radio-
Moderator
| | Florida - USA | |
|
| posts 558 |
|
|
Actually I will just recomend wp-contactform initially by Rayn Duff and updated by Doug Karr
The plugin works out of the box with SPF and does all the neat lil tricks you need it to.
As for the second Issue with themes and skins, obviously you have a persistant Image or Float directive in your theme's css, the css is redefining where images are displayed.
If this is an important part of your theme then perhaps we need to find a way to priortize the forum css when the forums page is displayed… otherwise I would simply start looking for alternative themes…
Generally when a theme is this intolerant of content, it shows that the theme author has no consideration for his audience, the quality of the theme deteriorates use and management of the blog/site to the point that it becomes unuseable over time.
|
|
|
12:35 am 25 Mar 2008
| Money Boi2
Guest
| | | |
|
| |
|
|
-Radio- said:
Actually I will just recomend wp-contactform initially by Rayn Duff and updated by Doug Karr
The plugin works out of the box with SPF and does all the neat lil tricks you need it to.
As for the second Issue with themes and skins, obviously you have a persistant Image or Float directive in your theme's css, the css is redefining where images are displayed.
If this is an important part of your theme then perhaps we need to find a way to priortize the forum css when the forums page is displayed… otherwise I would simply start looking for alternative themes…
Generally when a theme is this intolerant of content, it shows that the theme author has no consideration for his audience, the quality of the theme deteriorates use and management of the blog/site to the point that it becomes unuseable over time.
I have went through the style.css file and changed float settings around and the problem didnt change
|
|