BDeen
Forum Replies Created
-
Ok thanks.
Thank you for your response.I’m confused because this is the feed link I was provided: https://feeds.feedburner.com/SeniorHomeCareNews
but this is the article link
https://homehealthcarenews.com/2017/05/addus-eyes-more-acquisitions-beefs-up-credit-facility/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+SeniorHomeCareNews+%28Home+Health+Care+News%29
and there is an image.Forum: Themes and Templates
In reply to: [Pinnacle] Header background on product category pagesThat worked! I could have sworn I had already tried that.
Thanks so much.
Forum: Themes and Templates
In reply to: [Pinnacle] Header background on product category pagesSorry about that it should be able to be viewed now.
Yes I have that turned on.- This reply was modified 8 years ago by BDeen.
Forum: Themes and Templates
In reply to: [Pinnacle] Header background on product category pagesThe site is not complete yet, but here is the homepage link which is showing the header background.
https://dribblesanddrops.com/
Here is the page that is not showing the banner.
https://dribblesanddrops.com/product-category/airbrush-makeup/proaiir/
and this is the same for all the product categoryThank you for your help.
Forum: Fixing WordPress
In reply to: Posts not updatingI ran the Query Monitor plugin on the site and it shows I have 6 PHP errors. Not sure which results to post there is alot of info on here.
Forum: Fixing WordPress
In reply to: Posts not updatingIs there anything wrong with this coding? Something maybe I am over looking?
get_header();
?>
<div class=”main_content wrapper”>
<div class=”left_content fltleft”>
<?php
$args = array(
‘numberposts’ => 3,
‘category’ => 1,
); ?>
<?php $posts_array = get_posts( $args );
foreach($posts_array as $postitem):?>
<div class=”horizontal_blocks”>
ID);?>”>
<?php echo get_the_post_thumbnail($postitem->ID)?>
<div class=”img_right_text fltright”>
<h1>ID); ?>”><?php echo $postitem->post_title ?></h1>
<p><?php echo $postitem->post_excerpt; ?></p>
ID); ?>” class=”more”>Read More
</div>
</div>
<?php endforeach; ?></div>
Forum: Fixing WordPress
In reply to: Posts not updatingI’m not sure how to do this, but I will give it a shot, thank you.
Forum: Fixing WordPress
In reply to: Posts not updatingTara, I have tried the deactivating of all plugins and that didn’t work. I do not have any inactive plugins on this site. If this is the case do I still need to resetting the plugins folder?
Forum: Fixing WordPress
In reply to: Posts not updatingWebsites Seller, default category is Uncategorized. When I change it to something else they do not show up on my homepage at all. Yes I have deleted the cache.
Forum: Fixing WordPress
In reply to: Posts not updatingTara, I only have 2 on the site, which are the 2 on the homepage I mentioned above.
Forum: Fixing WordPress
In reply to: Removing a header and footer from page templatePerfect, thank you sir.
Forum: Fixing WordPress
In reply to: Removing a header and footer from page templateIt did fix a portion of it. Now it does not show the smaller sized down header when scrolling but the header is still there.
https://liveathlete.com/flowers/
I really appreciate your help with this. I have been having so much trouble with this.
Forum: Fixing WordPress
In reply to: Removing a header and footer from page templateOops one more thing. I just noticed when you go to this page
https://liveathlete.com/flowers/
and you scroll the header appears again. This theme uses that style of header. Do you know how I can keep that from happening?
Forum: Fixing WordPress
In reply to: Removing a header and footer from page templateWill do!