bgoldman
Forum Replies Created
-
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Not displaying correctly since updateVersion 4.1.1.
Also, I am not using shortcode. I am calling in the widget using dynamic_sidebar (”).
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Latest version 2.3.0 throwing PHP Fatal errorI’m afraid the had refresh isn’t helping me.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Not displaying correctly since updateI tried the same thing, but it didn’t seem to work for me either. I would post a link to my site, but it’s on localhost.
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] Latest version 2.3.0 throwing PHP Fatal errorHi, Baden. First off, great plugin. I really love it.
I am having the same php fatal error reported above for v2.3.0. I tried switching to v2.3.1a. The timer loads to the page, but without any of the styles intact.
Forum: Plugins
In reply to: [Countdown Timer] How to change structure?Also, how can I delete the commas between numbers?
Forum: Plugins
In reply to: [Custom Post Type UI] DissapearedMichael,
I agree. I am also using the Advanced Custom Fields plugin, and when I changed the image field type from images to WYSIWYG, the photo loaded. So I think it might be an issue I am having with that plugin.
Forum: Plugins
In reply to: [Custom Post Type UI] DissapearedHi, Michael,
I just thought I toss in my experiences with the latest update. This is probably my favorite plugin. I include it in all of my sites. So I am glad volunteer any information that might be of help to you.
The first site where I experienced problems was on a public server. I had a custom post page where a featured image linked to another page with images and text. The featured image was coming through, but the second page wasn’t loading at all. Like most of the other people here, I simply did a permalink refresh, and all was back to normal.
Now, I am having problems loading images into a custom post page on a localhost staging site. Similar setup as the other site. The featured image loads fine, and is linked to another custom page with images and text. When I click on the featured image, it goes to the next page. The text all shows up fine, but the image doesn’t. It looks like the database information for the image is loading rather than the actual picture. Example:
32, , Dk, Dk Picture, , image/jpeg, https://localhost/wordtest.com/wp-content/uploads/2015/02/IMG_5480.jpg, 1028, 1544, Array
Honestly, this may be a coding error and not the plugin. That’s what I’m trying to determine at this time.
Thanks again for all of your hard work!
Forum: Reviews
In reply to: [Age Verify] Great pluginI think I may be having a similar issue. My pop-up works sometimes, but other times it doesn’t. How did you resolve your issue?
Forum: Fixing WordPress
In reply to: Html of unknown originThanks, WPyogi. I hadn’t thought of that. I’ll update you as soon as I get a chance to try it out.
Forum: Fixing WordPress
In reply to: Html of unknown originThanks, Kayless. Unfortunately, no luck. This is one of the weirdest code issues I’ve seen. It’s ghost code. When I inspect element I can see from the markup that it’s just a simple paragraph under the carousel. It has a class of “inner-deck”. So I’m thinking that this following code might be pulling it in as post data?
“<p class=”inner-deck”>
<?php echo get_post_meta($post->ID, ‘inner-deck’, true) ?>
</p><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”main”>
<?php the_content(‘Read the full story’); ?>
</div>
<?php endwhile; ?>
<?php endif; ?>”However, the site has no posts set up. So I have no idea where it could be pulling that data from.