sock2me
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog Posts stripped of all formatting and linksThat is a handy plugin!
So it’s using the single.php template and on mine, the code is (I’m not sure what to change?):<?php get_header(); ?>
<div id=”main_outer”>
<div class=”wrapper”>
<div id=”main”>
<section id=”body_container”>
<div id=”inner_container”>
<div class=”left_sec”>
<div class=”row”> </div>
<?php if(have_posts()): while( have_posts() ): the_post();?>
<div class=”row”>
<h4>
<?php the_title();?>
,
<?php the_time(‘M d,Y’)?>
</h4>
<?php $cont = get_the_content(); ?>
<?php $content = strip_tags($cont);?><p> <?php echo $content;?></p>
</div>
<?php endwhile; endif;?>
</div>
<?php get_sidebar(‘right’);?>
</div>
</section>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Blog Posts stripped of all formatting and linksThats what I thought so I went into page.php and saw that it was content and not except. BUT… maybe that’s not the right template? How do I tell what page template it uses to display this page?
Thank you – I will try to fix..
Forum: Fixing WordPress
In reply to: Blog Posts stripped of all formatting and linksI’ve tried both. It doesn’t make a difference. I’ve tried a combination, adding it to the text, then going to html and publishing, visa versa…no switching and publishing… doesn’t matter…
Forum: Fixing WordPress
In reply to: Blog Posts stripped of all formatting and linksI have an Href in that page, and some formatting that shows in the editor but is getting stripped. There’s no link or formatting when I get to the page in the browser…
Ok – so more weirdness – The Cart page, that the buy now button is supposed to redirect the user to – IS THERE- but for some reason, when you get to it from the add to cart button, its a 404 error, yet if you cut and paste that same url into a new window, the page shows up. WHY OH WHY???
Here’s a link to test: https://www.toolbox4healthcare.com/mindeasebilling/
Forum: Plugins
In reply to: [Testimonials Widget] Shortcode not doing anythingYes – I had to re-install the theme, but got them working in the end. Thank you so much for your help!
Forum: Plugins
In reply to: [Testimonials Widget] Shortcode not doing anythingUm… its working. I feel like I’m going crazy. It’s working but there is something wrong with my loop because all my blog posts are showing up multiple times and now – so are the testimonials…
Forum: Plugins
In reply to: [Testimonials Widget] Shortcode not doing anythingGood suggestion – but that didn’t work either. I still just get the shortcodes sitting on the page. I retried deactivating all the plugins but your – still no juice.
I might just try a different plugin…? unless you want me to try something else… THANK you for your help by the way! You are very sweet.
Forum: Plugins
In reply to: [Testimonials Widget] Shortcode not doing anythingOh! Thanks for checking in!! No luck. I deactivated each one and nothing changes.. any other idea?
Forum: Plugins
In reply to: [Collapse-O-Matic] It's expanding, but not collapsing!I have the same issue…
This just happened to my client as well… both the widget AND the page version of the plugin have disappeared as of this morning!!
Ahh..sorry. yes, that fixed it…
That didn’t seem to work for me. I can’t exactly remember exactly what it looked like before it broke, but there’s no form now.
https://www.fertilitynw.com/site/baby-blog/
You can click on the little promo at the top of the page and see it. I un-commented out the section you suggested on submission-form.php but I got a HUGE error, so I put it back. (tried both)
Suggestions?
Yea – that is SERIOUSLY annoying!