milah227
Forum Replies Created
-
Thank you for the update. We’ll update the WordPress version and test if we still have the issue. For some reason, we cannot do it from the dashboard and are working with the hosting provider.
Forum: Plugins
In reply to: [Memphis Documents Library] Memphis Docs upload problemI had the same issue. I did not see a “badge”, but after clicking on “All Events” under MEC Calendar and then navigating back to Memphis Docs to upload a document, it worked as normal. Very weird.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Minimal List View Match Demo PageHi, I’m not trying to update the language. I just want the Minimal List View layout to match the one on your demo site here: https://webnus.net/modern-events-calendar/list-view-minimal-style/
When the Minimal List View shortcode is used, it adds a button to the right of the event. It doesn’t look like your demo. Is there a setting for that?
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Minimal List View Match Demo PageHi, this allows me to only change the words.
“- Event Detail” appears as just words linked under the event (not as a button) on your demo
https://webnus.net/modern-events-calendar/list-view-minimal-style/When I install it, there’s a button to the right. I’d like it to look like the demo. Is there a setting for that?
Here’s how it looks installed with a Minimal List View. It doesn’t match the demo: https://prnt.sc/pym9a5Forum: Plugins
In reply to: [Car Demon] Dashboard BlankHad to increase my memory to 64 and it’s working now.
Forum: Plugins
In reply to: [Image Feed Widget] Plugin broken in WP 3.5This wasn’t even the plugin I was having problems with, but I followed this for the Pinterest RSS Widget plugin and it fixed my problem. Thanks a bunch!!
Forum: Plugins
In reply to: [Pinterest RSS Widget] Images are not appearing with WP 3.5 upgradeOH MY I FIGURED IT OUT!! After searching and searching, some return value on one of their functions must have changed. Just delete the section of code below in the plugin file (pinterest-rss-widget/pinterest-rss-widget.php) and the images will show up again! YAHOO!!
} else if ( $useenclosures == ‘yes’ && $enclosure = $item->get_enclosure() ) {
$enclosure = $item->get_enclosures();
$content .= ‘<img src=”‘.$enclosure[0]->get_link().'”‘;
$content .= ‘ alt=”‘.$item->get_title().'”/>’;OH MY I FIGURED IT OUT!! After searching and searching, some return value on one of their functions must have changed. Just delete the section of code below in the plugin file (pinterest-rss-widget/pinterest-rss-widget.php) and the images will show up again! YAHOO!!
} else if ( $useenclosures == ‘yes’ && $enclosure = $item->get_enclosure() ) {
$enclosure = $item->get_enclosures();
$content .= ‘<img src=”‘.$enclosure[0]->get_link().'”‘;
$content .= ‘ alt=”‘.$item->get_title().'”/>’;With the update of how to create image galleries with wordpress 3.5 I’ve read you cannot “insert” an image anymore. I think the problem is here:
if ($thumb = $item->get_item_tags(SIMPLEPIE_NAMESPACE_MEDIARSS, ‘thumbnail’) ) {
$thumb = $thumb[0][‘attribs’][”][‘url’];
$content .= ‘<img src=”‘.$thumb.'”‘;
$content .= ‘Something is wrong with how the images are now inserted. If I look at the source code there’s no link here img src=””. So I’m trying to figure out how to get the post thumbnail now in the code. Just wanted to update you all. If I find the fix I’ll post it here. I’ll be working on this for the rest of the morning…lol. This is like the coolest plugin EVER! ??
Yes it broke on my page as well. None of the images are showing. I really hope it gets fixed as well! https://www.autumnorphey.com/gallery
Forum: Plugins
In reply to: [Posts in Page] [Plugin: Posts in Page] Videos Not ShowingI found the info on the web, I needed to added the iframe video info to the excerpt field. ??
Forum: Plugins
In reply to: [Posts in Page] [Plugin: Posts in Page] Videos Not ShowingHere’s the link: https://www.forte3music.com/
The Home page has the blog post in which you see the actual video within the post. On the News page I’ve added the shortcode but you do not see the video within the post.
Forum: Plugins
In reply to: [Posts in Page] [Plugin: Posts in Page] Videos Not ShowingThe Youtube video code is in the post, but on the original blog page you can see it like an excerpt. But not when I use the short code on a particular page.
Forum: Plugins
In reply to: Blank screen after BP plug-in installationI had the same issue today and everywhere I read it said to just delete the plugin. I knew there wasn’t anything wrong with the plugin because its active on other web sites. I was getting the blank screen after installing several different plugins and deleting them to restore my admin access. So I decided to call my hosting company and they adding this file to give me more memory. So this issue of having a blank screen after installing a plugin is due to a memory problem. Call your hosting company and have them increase the memory. Problem solved! ??