skippywp
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Do not upgrade to 1.10.10 – kills datesOuch! I just upgraded too! The dates are back to 1969! Added a new event, the date defaulted to 1969. What to do, what to do!
Hurray! Tried again and I can get into “Available Apps”.
Thanks for helping out.
I’ll mark this resolved.
Thanks again!!
Skippywp.Forum: Plugins
In reply to: [GC Testimonials] Testimonial Settings Page is showing blank screenI found that the plugin – Call Now Button, v 0.1.2, by Jerry G. Rietveld is conflicting with the GC Testimonials settings page. I deactivated the Call Now Button (CNB) plugin and the settings page content appeared. When I activated the CNB the GD Testimonial settings page content showed for a very split second and then went blank.
Workable for now, but definitely inconvenient.
Any way to resolve this would be helpful.
Thanks!I replaced the code per the other support request (see above). The rotating widget text still wasn’t showing, but I went to the existing widget, decided to change from rotating to static. Refreshed and saw the text. So far, so good. I then chose rotating and now the rotating text is showing. I am marking it as resolved. Whew!
I am marking this resolved. Thanks!
Wonderful! I added the code and voila! Working again!
My client loves the plugin and she will be so happy again.
Thanks so much for helping out!
Have a great weekend.
skippywp.Hi Celeste,
Shareaholic on the site is now updated to 7.0.3.6. (I had updated with the sexybookmarks plugin, but now it’s shareaholic. I knew something was off, but it was late in the evening after many hours of working on this.)
Unfortunately, both in chrome and FF it is still showing as above.
Thanks for taking a closer look.
SkippywpForum: Plugins
In reply to: [HMS Testimonials] Limiting text in widget and see all text in PageHi Kreitje,
The ability to limit by number of words works great! Thanks so much for your efforts.Forum: Plugins
In reply to: [HMS Testimonials] Limiting text in widget and see all text in PageHi Kreitje,
Yes! That would be great to add a limit the number of characters or words in the widget with a read more right after the cutoff and then the full text for the testimonial page. Limiting the number of words would be more elegant then an abrupt cut-off based on the number of characters. Or perhaps providing a way to show an excerpt in the widget and then the full text in the testimonial page. Just a couple of ideas after you get back from vacation. ??
skippywpUnfortunately, my initial resolution didn’t work when I checked for mobile responsive. The margin top didn’t change while the rest of the content was now in a single column. There are now 2 issues. One is that the 3 pictures overhang on the right when the site collapses to a single column and the other where the margin top needs to be changed to handle responsiveness. For now, I decided to just change to do display:none; for #post-1130 #multiple_slides_visible, so the recommendations don’t show on the page. bummer!
Hi, I would still like to know how to turn off the Recommendations. In the meantime, I resolved this issue by changing the margin-top from 20px; to 625px; with the following code, the post is the page where the images reside.
/* shareaholic recommendation area was showing up on the side instead of below the images on the video page (post-1130) */ /* needed to push them down. */ #post-1130 #multiple_slides_visible { margin-top: 625px; margin-bottom: 20px; }
If there is a better way to do this, I’d like to know as this also may help with getting the sexybookmarks to show on this page. Thanks!
breeze76,
I am newbie to both these plugins, but I got collapse-o-matic to work with contact form 7. When I first added collapse-o-matic code, it wasn’t collapsing, but when I came back to it a few days ago, it worked. Must be a caching issue.Anyway here is how I did it. It’s in a widget with no other code other than shown below.
<div style="font-size:18px;">Sign up for my monthly newsletter</div> [expand title="trigger text"] [contact-form-7 id="11" title="Contact form 1"] [/expand]
I hope that helps.
Forum: Plugins
In reply to: [Eazyest Gallery] Slideshow not foundI am also having this problem where I get a page not found (404) when clicking on the slider link. I updated the plugin on my site with the development code. But no go, still the 404.
It was working before and then I decided to change the name of the gallery from gallery to photos and kablamo! The slider is no longer found. For further testing, I created another gallery folder of pictures after I loaded the dev version of the app and then called up the page, but the clicking on the slider link continued to give me a page not found. Weird!
As a workaround and so I can still use the photo gallery portion, I commented out the slider from displaying on the gallery page(s), and will continue to use the photo gallery portion.
Here is the code that I used in my style.css:.eazyest-gallery a.button.small {display:none; }
I really like this plugin so I hope this author will be our hero and find us a solution. Thanks!Forum: Plugins
In reply to: [Contact Form 7] Spinning arrow icon shows foreverlattyak – Thanks! Your solution led me to look at the wp-config.php file. It showed that Super Cache had put a url in that file and the path was not correct. I had restored the site from HG to another hosting solution, HM, and the path was still showing HG’s path. I fixed the path in the wp-config.php and now the send button works perfect!
Thanks much for taking the time!Forum: Plugins
In reply to: [Contact Form 7] Spinning arrow icon shows foreverI am also getting the spinning arrow. The form works and sends the email, but the spinning error continues with no success message. I tried 2 different email names/domains.
I am on HostMonster with WP 3.5.1 and Contact Form 7, 3.4.Note: I also have the same configuration on HostGator and it works fine as I get the success message and the emails.
The only difference that I can determine is the hosting. Any ideas?