allshookup
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Unwanted File AttachmentsYes you are correct I was using Postman SMTP. I just now installed WP Mail SMTP and the ghost attachment is no longer included with the sent mail.
If you would like to see the difference you can complete the contact form again.https://www.jerrysavelle.org/contact-us/
Any ideas as to why this is happening with Postman SMTP? I really like that plugin.
- This reply was modified 7 years, 8 months ago by allshookup.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Getting 2 "read more" links showing upI am having the same issue. It has been nearly a year and no response.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Excerpt Length not going above 55I am having the same issue. How can we increase the excerpt or even an option to display the whole content.
Glad I’m not the only one that has been pulling my hair out.
I have had no luck getting my Post Type Podcast in my RSS feed.It would be nice to get a answer on this issue.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Numberposts not workingI am having the exact same issue.
It appear that the developer has avoided to address the issue even thought there are several support request in the forum.I am having the exact same issue. It doesn’t matter what number I set numberpost equal to, all the post are displayed.
Does anyone have a fix for this?Forum: Plugins
In reply to: [ViperBar] [Plugin: ViperBar] Viperbar not working with MailchimpIs this plugin dead? I can’t find any support for it.
The old 1.0 version works with mailchimp but the bar never goes away it is on every page even after to fill it out or close it… it just reopens on the next page or refresh.
The 2.0 version looks great and remembers if you already filled it out or closed it…. and it stays closed… but it doest work with mailchimp… all setting are correct on the backend but it never sends the info to mailchimp.Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Front end uploadYES! I need this feature as well!
What code is used to interject the upload/delete photo on the wp user page? I think to get it to work with bbpress… all one would have to do is add the code (that inserts it into the wp user page) to the profile edit page on bbpress. Is there some code like <php blah, blah php> that can be used to add the User Avatar uploader to any page?
Forum: Fixing WordPress
In reply to: putting “style” element in <body>Yes…
I added the <style> to my header and deleted the part of the code that inserted in into the page.
Open the cu3er_post_elements.php file and search for the following line of code. It should be around line 73 – 77
<style type=”text/css”>
<!–
#cu3er-container {width:<?php echo $cu3erWidth; ?>px; outline:0;}
–>
</style>Cut it out and place it in your header file before the </head> tag.
Forum: Plugins
In reply to: [Plugin: Cu3er Post Elements] Target _parentI found a way to add a link to the whole image slide rather then just the roll-up description, if anyone is interested.
Here are the steps:
1) Open the Cu3er Post Elements plugin and make a backup of the “config.php” something like config-old.php2) Then open the “config.php” file in an editor of your choice.
3) Find the following line of code: $xml .= ‘<url>’.$img_url.'</url>’;
4) Add this line of code after: $xml .= ‘<link target=”_self”>’.get_permalink($post->ID).'</link>’;
5) Save file and replace current config.php with the new one you just saved.
Now whatever the permalink is for the post, the image in the Cu3er Post Elements rotator with link to that.
Forum: Plugins
In reply to: [Cu3er Post Elements] [Plugin: Cu3er Post Elements] How to add link to image?I found a way to add a link to the whole image slide rather then just the roll-up description, if anyone is interested.
Here are the steps:
1) Open the Cu3er Post Elements plugin and make a backup of the “config.php” something like config-old.php2) Then open the “config.php” file in an editor of your choice.
3) Find the following line of code: $xml .= ‘<url>’.$img_url.'</url>’;
4) Add this line of code after: $xml .= ‘<link target=”_self”>’.get_permalink($post->ID).'</link>’;
5) Save file and replace current config.php with the new one you just saved.
Now whatever the permalink is for the post, the image in the Cu3er Post Elements rotator with link to that.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Add webisite option…Is this possible?
Forum: Plugins
In reply to: Calendar – plugin by Kieran O’Shea: next month errorHas anyone had this happen to them?
Forum: Plugins
In reply to: Calendar – plugin by Kieran O’Shea – Fatal error:has anyone seen this error before?
Forum: Plugins
In reply to: Gigpress error new.phpWe are using PHP 5.2.5.5
It is running on a windows 2003 server