mxpimp47
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding comments bubble to custom themeI got it, when you login to intense debate, you go to settings/misc and then change the way its displayed on the count. Hope that helps anyone if they ever have the same issue I did. Thanks JarretC for your suggestion.
@nickharambee the link to the code I sent and what JarretC said should get you running. Im sure you will want to use the same chunk of code he posted above. There is several variations of displaying comments.
Forum: Themes and Templates
In reply to: Adding comments bubble to custom themeI forgot to mention that I am having trouble with the intense debate comment plugin overriding the default comment view count. When im not running the intense debate comments its awesome and works fine. But Its showing right now the words “comments (0)” and I cant find anywhere to change it….
Forum: Themes and Templates
In reply to: Adding comments bubble to custom themeI have just done this. Its pretty easy. One problem I am having is just displaying the number of comments. If none I want a blank bubble. I have tried inserting this code from the codex with no luck –
this is the code that all is needed for the comment bubble to work.-
any help with just displaying the number would be greatly appreciated!
Forum: Fixing WordPress
In reply to: URL not working in some browsersanyone have any problems similar to this?
Forum: Themes and Templates
In reply to: shortcode questioni have setup this shortcode with the twentyten theme and it doesnt work in html mode.
Forum: Themes and Templates
In reply to: shortcode questioni want to type the heading and list between the shortcode like this maybe –
[services] <h4>heading</h4> <ul> <li>list item</li> <li>list item</li> </ul> [/services]
or do i have to specify the heading tag and list in the shortcode function?
Forum: Fixing WordPress
In reply to: wordpress php errorcommenting it out seemed to work. whats weird was i removed that whole line of code and it fixed it prior but messed up the layout somehow…. hmmmmmmm thank you for your time and help i really appreciate it a lot!
Forum: Fixing WordPress
In reply to: wordpress php errorhere is a link thanks for you help! functions file
Forum: Fixing WordPress
In reply to: wordpress php errorthanks, ive tried all of that. it goes away when i use twenty ten theme. but like i said it doesnt have the error on the other domain i have the theme activated on. any other suggestions?
Forum: Fixing WordPress
In reply to: override post per page settings in category template problemhere is my code via paste bin – cant get it to display correctly, any help???
<script src="https://pastebin.com/embed_js.php?i=E1SsWFvd"></script>
Forum: Fixing WordPress
In reply to: Pagination Issue Using query_postsive tried that and i cant override my default settings. the first page displays correctly, but when you click next page it shows the remaining posts and not the post limit i set. and in the title of the browser it says “pages not found”. i have googled and googled and searched www.remarpro.com and read many others solutions. which none of them fix my issue. could you please tell me what i might be leaving out. here is my code –
<strong><?php get_header(); ?> <?php get_sidebar(); ?> <?php query_posts('cat=3&showposts=2&paged=' . $paged); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="recent-news"> <div class="post-thumbnail"> <?php the_post_thumbnail(); ?> </div><!--end post-thumbnail--> <div class="latest-news"> <div class="post-title"><h2><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2></div> <p><?php $excerpt = get_the_excerpt(); echo string_limit_words($excerpt,40); ?>... <a href="<?php the_permalink(); ?>">Read More</a></p> <div class="datetime"><?php the_author(); ?> - <?php the_time('l, F j, Y G:i'); ?> <?php comments_popup_link('No Comments ?', '1 Comment ?', '% Comments ?'); ?></div> </div><!--end latest-news--> </div><!--end recent--> <?php comments_template(); // Get wp-comments.php template ?> <?php endwhile; else: ?> <h2>Woops...</h2> <p>Sorry, no posts we're found.</p> <?php endif; ?> <div class="clearfloat"></div> <div id="post-nav"><p align="center"><?php posts_nav_link(); ?></p></div><!--end post-nav--> </div><!--end wrapper--> <?php get_footer(); ?></strong>
Thanks in advance for any help!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] help with sslok i tried it, that didnt fix it. whats weird is i can use a “template tag with the slider plugin “deactivated” and it works. if i have the slider plugin “activated” (it has some plugin options in the admin panel) it doesnt work. i dont understand that. ill give you access if you want to take a look. cuz they would be pumped to have a problem brought to their attention and a fix for it as well!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] help with sslok i guess i need to submit to the developers that problem. i wonder how i can keep the script from even being on that page when its activated for the rest of the theme? i tried putting back the google search and it made it do it again. so its fixed! but do you have any suggestions to fixing my problem?
Thank you for all your help!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] help with ssli removed it and it still does it, man this is crazy!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS] help with sslok i changed templates for the “checkout” page so it doesnt show the slider and it still doesnt ssl the page completely you can still see the blue bar flash by the address bar… so those images shouldnt be affecting it now…