Jayne
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Not receiving emailsHi All
Can I complicate the issue a little more. For testing CF7 4.4.1 on my WP site I use two Hotmail Accounts. One gets the emails OK and other puts them in the Junk folder. The Hotmail account that works uses the older interface & the one that doesn’t the newer (upgraded ???) interface. Just wondering if this a Spam filtering issue with different filters for each interface.
Originally no emails were successfully received by either Hotmail account, they just went into the Junk folder. Things improved when the Domain name was included as part of the sending sending email ie [email protected]
I could use the multi redirection idea suggested by ‘timbearden’, but I use the CF7 Selection option to select one of 6 destinations. Setting up and maintaining 6 messy re-direction system would be a nightmare. I have spent many hours trying to sort this out, but seem to be getting nowhere.
From my reading it appears that I might have to go down the SMPT road, but I get the impression this can be difficult to setup.
Jayne
Forum: Plugins
In reply to: [Simple Post Views Counter] How do I remove the DBThanks
I found lots of DB tables but not simpleviews or something similar.It was a great help in that I found all the DB tables for MapPress as I need to delete/modify some of the entries
Jayne
Forum: Fixing WordPress
In reply to: How to Remove Extra Grey Space below Caption Under ImageThank you WPyogi & Andrew
I hate to think how much time I spent trying to fix this problem even using FireBug. I ended up setting the margin to 5px to balance the space above/below the picture text
#content .wp-caption p.wp-caption-text {
margin-bottom: 5px; /* Sets the space below picture text */
}Forum: Fixing WordPress
In reply to: How to Remove Extra Grey Space below Caption Under ImageThank you WPyogi & Andrew
I hate to think how much time I spent trying to fix this problem even using FireBug. I ended up setting the margin to 5px to balance the space above/below the picture text
‘#content .wp-caption p.wp-caption-text {
margin-bottom: 5px; /* Sets the space below picture text */
}’Forum: Plugins
In reply to: [WP Hit Counter] Double count & /wp-hit-counter/settings_wphcu.php on line 56Hi All
I have exactly the same problem as Comziz. It works as expected when I run the plugin locally on my laptop, but when I installed the plugin on my live site, I got the counting error. When I go to the edit option I get the same sort of errors.
Using WP 3.5.2 with the TwentyTen theme.
Any thoughts
Jayne
Forum: Plugins
In reply to: [Column Shortcodes] Padding Added to the Top of ColumnsOpps
I left out the closing tags after the More text goes here… ie:
More text goes here…
</h5></div>
[/three_fourth][one_fourth_last]<bk><bk>[caption width="210" align="aligncenter"]but I am sure you all would have picked this error
Regards
Jayne
Forum: Plugins
In reply to: [Column Shortcodes] Padding Added to the Top of ColumnsHi
One of the solutions I found last night was to have the text/style statement immediately following the short code ie no carriage return. Also it might help to only work in the Text mode. I disabled the Visual mode as it kept changing my HTML.
This example has text on the left 3/4 of the screen with a picture on the right 1/4. Note the 25px padding to give separation between the two columns.
[three_fourth padding=”0 25px 0 0″]<div style=”text-align:justify;”><h5>Secretary
More text goes here…
[/three_fourth][one_fourth_last]<bk><bk>
[caption width="210" align="aligncenter"]
<img src=”https://picture address/Secretary.jpg” width=”100%” class=”xyz” />
Secretary Name
[/caption]
[/one_fourth_last]This code sits inside a Tabbed box which used the “Post UI Tabs” plugin
The Column Shortcode seems to work OK outside the Tabbed Boxes.
I did find a reference some where about putting the Column Shortcodes inside <p> </p> tabs, but I cannot now find the article. I think tried it, but did not keep the code.
Hope this helps.
Jayne
Forum: Plugins
In reply to: [IE Check] the plugin is outdated and brokenHi José
Your plugin does not work on my version of WP 3.5.2 – any chance of it being backward compatible. Some of my plugins are only specified as being compatible to my WP version and I don’t what to have to redo the work now that the site is nearing completion.
Thanks
Jayne
Forum: Plugins
In reply to: [Plugin: Contact Form 7 Select Box Editor Button] Can't get it to work :-(Hi All
Sorry to an alarmist, but after a couple of more hours of research I found the problem. I forgot about the ‘Mail To’ setting. It did not display the option with the Contact Form operating in a Text Widget. When I transferred it to a ‘page’ the option became available. Setting it to [recipient] fixed the problem and I transferred it back to the widget area.
All works fine except that the first entry is still the default selection, but that is not an issue in my case.
Regards
Jayne
Forum: Plugins
In reply to: [Plugin: Contact Form 7 Select Box Editor Button] Can't get it to work :-(Hi All
I am setting up a website for a support group that I am with. I set up the Contact Form 7 and the Contact Form 7 Select Box Editor Button, but it does not work. It appears on the screen as expected and I can select a recipient from a list of recipients, but the emails always come to my home address.
Also, the default Recipient is the first in the list. This is the code that I believe is required: I removed the real email addresses.
[select* recipient id:recipient "Secretary|someaddress1" "Contact Officer1|someaddress2" Contact Officer2|someaddress3" "Contact Officer3|someaddress4" "Contact Officer5|somaddress5" "Contact Officer6|someaddress6"]
Any ideas where I am going wrong
Regards
Jayne