dcaryll
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Blank /podcast page@keleigh824 just bumping this thread. Thanks!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Blank /podcast page@keleigh824 my apologies. I realized I stated “podcast feed” in my ticket, but the archives page is what I’m trying to get to show (a view of all of the podcast episodes that links to the individual posts). The feed page also seems to be broken.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Blank /podcast pageThanks @keleigh824. I have verified and resaved again. It is set to https in both circumstances.
Forum: Plugins
In reply to: [Easy Modal] Modal Breaking Meta SliderThanks for your help!
I figured out that it was Formstack using Javascript that was already present on the site and was creating errors. I had to use Formstack without including the Javascript and all is well.
Thanks again!
-DanForum: Plugins
In reply to: [Multiple Post Thumbnails] Responsive Images Not WorkingI was able to resolve this by adding
.classname img {
width: auto !important;
height: auto !important;
}to my CSS.
Hope that helps someone.
-DanSure. I didn’t purchase the Meta Slider Pro so I don’t have a transaction key.
I attempted to switch themes and it still wouldn’t work.
Please let me know if you’d still like a login even though it isn’t pro version.
Thanks!
-DanHi Tom,
Thanks for your reply.
Yes, I’m trying to edit the text but it won’t let me activate it. I’ve used Meta Slider on multiple sites and this is the only time I’ve had a problem.
Appreciate the help,
-DanForum: Plugins
In reply to: [WP Fluid Images] Issue with firefoxI found that the containers that the images were in had something to do with the images having a max-width of 100%.
I was able to solve this by adding the following to the CSS:
article { width: 100%; } .entry-content { width: 100%; }Hope that helps!
-Dan