bethanykate
Forum Replies Created
-
I figured out the problem. In the last update of the plug-in, the coding changed from cc-featured-image-caption to ccfic.
So as soon as I changed out .cc-featured-image-caption to .ccfic and span.cc-featured-image-caption-text to span.ccfic-text and span.cc-featured-image-caption-source to span.ccfic-source in the CSS and changed the coding in single.php from
<div class=”cc-featured-image-caption”>
<?php cc_featured_image_caption(); ?>
</div><!–/cc-featured-image-caption–>
to
<div class=”ccfic”>
<?php cc_featured_image_caption(); ?>
</div><!–/ccfic–>
everything was formatted perfectly again.Thanks!
Forum: Plugins
In reply to: [Featured Image Caption] Caption showing where it shouldn't (in sidebar)I do, but it didn’t work automatically.
Forum: Plugins
In reply to: [Featured Image Caption] Caption showing where it shouldn't (in sidebar)IT’S WORKING!!
I added the following into the single.php and it is now pulling the formatting from the CSS. I’m not sure what changed from yesterday, but it’s working!
<div class=”cc-featured-image-caption”>
<?php cc_featured_image_caption(); ?>
</div><!–/cc-featured-image-caption–>However, this is still only when I uncheck the box to auto-append. When the box is checked the caption still shows up on the thumbnail in the sidebar.
Forum: Plugins
In reply to: [Featured Image Caption] Caption showing where it shouldn't (in sidebar)No, it’s still showing up in both the post and the sidebar if I have the box checked.
Forum: Plugins
In reply to: [Featured Image Caption] Caption showing where it shouldn't (in sidebar)I was able to add it to the posts only by adding the following code into single.php:
<div class=”cc-featured-image-caption”>
<?php cc_featured_image_caption(); ?>
</div>But I cannot get it to format correctly. I’ve added formatting for cc-featured-image-caption, cc-featured-image-caption-text, and cc-featured-image-caption-source to style.css. It was formatting correctly before I unchecked the “Automatically add caption…” box.
Any idea how I can fix that?
Forum: Plugins
In reply to: [Featured Image Caption] Caption showing where it shouldn't (in sidebar)When I turn off “Automatically add the caption to the featured image” in the options, it fixes the sidebar but removes it from the featured image as well. Is there a way to automatically add the caption to the featured image but ONLY within the posts themselves?
I had to switch to another sharing option so we could launch the blog, but I’d like to use Jetpack since there is tracking. Below is the code from when the error was occuring.
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]