Background: I’m new to www.remarpro.com and working with the Sonoran theme. I changed the static/post settings under the “reading” option for a statistic homepage and a post feed for my blog page. I cleared the cache, and uninstalled and reinstalled the theme, but nothing seems to work. The other pages in the theme look fine. When I change the blog page back to static and insert a blog post block, I see a blog feed on my editing page, but nothing on the live site. Lastly, the blog block on the home page looks and works great on the live site. What am I doing wrong? Anything else I can try?
]]>I’ve cleared my browser cache. I haven’t been able to figure out how to clear the WP cache manually – I don’t want to use a plugin as I’m worried it will affect the e-commerce section of the website.
Any help would be really appreciated – I’m sure it’s a simple fix but I’m relatively new to all this!
Thanks,
Steph
]]>I have two questions:
1) I would like to slightly adjust the look of the blog feed https://www.logosbijbelsoftware.nl/blog/boekenblog/ (e.g. the text is too close to the image). But I have no idea where I can change those things.
2) I would like to change the position of the featured image in the blog feed https://www.logosbijbelsoftware.nl/blog/praktische-tips/
I want to have the image above the title, and I can’t find the place where to change that.
Input on any of the two questions is welcome!
]]>This may be an issue a lot of people are experiencing right now but the images in my blog feed have become broken. I fixed this issue yesterday by restoring a backup but it’s happened again.
I thought it might have something to do with my trying to add code to the functions.php file, but maybe this is unrelated? I did add the following code to the bottom of the functions.php and it did work but every time the next day the code has changed and my images are broken!
Any ideas how to fix this?
/**--------------------------------------------------------------------------------
# Category Image
---------------------------------------------------------------------------------*/
function prefix_page_header_background() {
$css = '';
$image = z_taxonomy_image_url();
if ( is_category() ) {
if ( function_exists('z_taxonomy_image_url') ) {
$css = 'header.page-header {
background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(' . $image . ') !important;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}';
}
}
echo '<style type="text/css">' . $css . '</style>';
}
add_action( 'wp_head', 'prefix_page_header_background' );
]]>I have a separate page for my blog post feed (as opposed to it being on the home page). Something has happened to my blog feed page whereby my first blog post is suddenly showing in full rather than just an extract.
Does anyone know how to fix this?
Thanks!
]]>The issue:
All blogs published after we changed host are not showing up in our blog feed. There are currently three that should be showing up in the feed that are not. The most recently published blog will appear at the top of the page, as normal. But when a new blog is published, it will not move down to the feed of recent posts.
To make things more interesting, we are also using Ajax Load More for our blog feed. If you click the ‘show more’ button at the bottom of the feed, the plugin apparently does see and count the new blog posts, because however many blog posts are hidden (in this case three), it will duplicate that number of posts in the feed that are already showing in the list.
So it seems to be that this might be a permission issue. And I can probably have my host change the permissions so that the new blogs will show. My concern is that all newly created blogs will be created with the same permissions, which means I would need to contact my host every time I publish a blog and ask them to change the permissions on the newly created blog post.
]]>I have set up a post as password protected. The issue I am having now is that the featured images for that post (MLC secured site uplift) won’t display on the homepage where I have a blog feed.
From my research it appears that featured images should not be included in the protected content.
Can anyone help?
Thanks,
Stefi