megart04
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact for WordPress] cannot add hyperlinksForum: Plugins
In reply to: [Constant Contact for WordPress] Plugin Breaks Hyperlink FunctionHi. I am also having this issue – was going to write to the developer. Hyperlinks are not working anywhere on WP while this plugin is activated.
Unfortunately do not have EventSpot on my Constant Contact account so I just get an error message saying I don’t have access when going to the “Events” setting.
Would love a real fix to this.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Closed Captioning option not availableForum: Plugins
In reply to: [HungryFEED] HungryFEED Show wrong time?I think I found an answer to this issue. Go into plugins > editor > hungryfeed and change the hungryfeed.php
Add a line like this:
date_default_timezone_set('America/New_York');
Where I’ve written America/New_York find the timezone that works for you here: https://php.net/manual/en/timezones.php
If you update the plugin it will overwrite this code and you will need to re-add it.
Forum: Plugins
In reply to: [HungryFEED] Hungryfeed Timezone ErrorI added a line of code to the hungryfeed.php
date_default_timezone_set(‘America/New_York’);
It’s specific for MY timezone which unfortunately has that daylight savings time issue. It might be true that there is no way to fix this. I read several articles complaining about timezone issues and php code.
Forum: Plugins
In reply to: [HungryFEED] HungryFEED Show wrong time?I am also having this problem. I know it is an error because Hungryfeed is displaying a UTC timezone but I am unsure how to fix it. Any luck fixing your timezone feed issues? Thanks!
Forum: Plugins
In reply to: [HungryFEED] Need help with custom hungryfeed formattingThis page is full of shortcodes for HungryFeed. Some of your answers are there:
Forum: Plugins
In reply to: [HungryFEED] HungryFEED can't get feedI had the same issue and I pushed it through the ringer trying to figure it out. THen I ran my feed through feedburner.com and it suddenly worked in Hungryfeed.
Forum: Plugins
In reply to: [UnPointZero Slider] UnpointZero Slider auto resize not workingWait, you aren’t pickin’ up what I’m putting down. This is the link to my default site: https://meaganobrien.com/scatv/
I just inserted two featured images (the first two in the slider).
The first image is for Annual Meeting and is 960×539
The second image is for New Equipment and is 5184×2192Both 960 and 5184 should fit the width of my slider which is only 700px but the 960px does not fit. Why is that?
It’s a post content slider – so you need to make posts and add featured images to them. They will automatically show up in the slider.
Forum: Plugins
In reply to: [WPNewCarousels] No editor iconI have this same issue with this plugin.
Forum: Plugins
In reply to: [Google Analytics Dashboard] Signed into wrong Google accountI am also having the same issue. I will keep you posted if I find a solution but if someone could help! For some reason logging in with the wrong name makes this plugin unusable.
Forum: Fixing WordPress
In reply to: Blog is gone. Is this a WordPress, Bluehost, or 8Bit problem?Thanks for the fast response. The issue with the redirect started for me a few days ago when I clicked on the RSS feed and it said it was insecure.
I have asked the question to a couple forums and if there is no response then I will be purchasing a cheap level of https, too!
Forum: Fixing WordPress
In reply to: Blog is gone. Is this a WordPress, Bluehost, or 8Bit problem?yak2by2 did the issue get resolved for you?
I am having the exact same problem on my site, https://www.wickedbirdmedia.com. I am going to try following the methods mentioned above. Glad to have found your posting.
Forum: Fixing WordPress
In reply to: TwentyEleven Category Templates Not WorkingI was wrong about it working perfectly with the Custom Post Types plugin. I actually ended up changing everything to archive-slugname.php and then still rewrote the files a bit. You can see an example here https://www.wickedbirdmedia.com/news/
I didn’t even think about permalinks! they were set to day and name. If I set them to /%postname%/ could this resolve my issue? Will test this later.