UndergroundFlix
Forum Replies Created
-
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse Comments Not WorkingI posted the code from this page: http://wordpress.org/support/topic/plugin-jquery-collapse-o-matic-roll-your-own-elements-ideas?replies=45
Code straight from my single.php file —
<span id="commentCollapse" class="collapseomatic"> <?php if ( comments_open() ) : comments_popup_link('Leave a comment ↓', '1 comment ↓', '% comments ↓'); endif; ?> </span> <span id="swap-commentCollapse" class="collapseomatic" style="display: none;">Collapse ↑</span> <?php edit_post_link('Edit →', '| ', '' ); ?></p> <div class="content_collapse_wrapper"><div id="target-commentCollapse" class="collapseomatic_content force_content_collapse"> <?php comments_template( '', true ); ?> </div></div>Eventually I will replace the text with an image and have them click the image to expand the comment form and comments … but I want to get it functioning first.
I will search for force_content_collapse and make some adjustments to see what happens. Let ne know what you see in the code.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse Comments Not WorkingI went ahead and deleted the earlier version and replaced it with 1.4.9 as requested. This seems to have fixed half of the problem.
Now when I click ‘Leave A Comment’ it changes to ‘Collapse’ but no comment form appears in the intended area. Suggestions?
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse Comments Not WorkingThank you for the quick response. I will attempt this fix later today when I get some time and get back with you.
Forum: Plugins
In reply to: [Collapse-O-Matic] Collapse Comments Not WorkingSince I am OCD and I care about what the text looks like … I changed all of the text to make it appear as UGF on my site where the collapsable comments should be. I hope you can figure out what I changed by looking at the site. If not I would be more than willing to change it back. I am monitoring my email constantly for a response haha
I tried putting the code in my .css to remove the arrow but I was unsuccessful. I don’t have much knowledge with code but I have been able to build from the little I know through research . I can’t figure this one out. Where am I supposed to pate the code? I search the .css for ‘comment’ and posted it above that with no results. Code is pasted below.
#commentCollapse.collapseomatic { background: none !important; color: #852D2B; }Forum: Plugins
In reply to: [WP Favorite Posts] Favorite List Displays TwiceAny solutions here? I have mentioned to users that the ‘favorites list’ is in beta mode on my site but I am still receiving a large amount of emails from members of the site reporting this error.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite List Displays TwiceI have now attached an image into the content of the page asking users to submit errors to my email. The code involved seems to have triggered another duplication of the ‘favorite list’ as it now appears twice above the header portion and once in the appropriate content section.