I have a publisher website with a Pods custom data type of Book. Book has fields like book_cover, book_blurb, etc. I have created a template for the Single Page Book in WordPress (using the Neve theme Custom Layouts) and it is set to display if people are browsing the Books data type. I’m trying to place a Pods Single Item block on the page and have it display the book cover. It keeps coming up blank UNLESS I put an ID or Slug in the Block Options. Otherwise it’s blank both in the editor and on the actual page. If I put a shortcode of [pods name=”book” field=”book_blurb”] on the page and preview, then WordPress pulls a blurb from a random book, not the one I’m currently looking at.
There must be something I’m missing in the setup! I was having problems with Elementor as well seeing the pods data, and I switched because I thought Elementor was just not up to the task. Now I think there’s a setting somewhere I have missed. I’ve gone through and made sure all the Dynamic features are turned on. Rest API is turned on. Please help me.
]]>But all the posts to which i have added Feature Images to, when you click in order to read the details of the post, somehow have all their contents missing and it messes up the ‘single post’ display completely.
Can anyone assist me with being able to see images on the homepage as well as both content and images for single post pages?
]]>After updating plugins the site no longer displays the site content.
<p><?php the_time(‘d m Y’);?></p> – Display
<?php the_content();?> – is not displaying
I have inherited the website from another developer.
single.php file code below:
<?php /* Template for displaying single posts */
get_header();?>
<section class=”fullwidth”>
<div class=”container”>
<div class=”row”>
<?php get_sidebar(‘blog’);?>
<main class=”col-sm-9″>
<?php
if(has_post_thumbnail()) :
the_post_thumbnail(‘page-thumbnail’, array(‘class’ => ‘page-thumbnail’));
echo “<hr class=’dbline’/>”;
endif;?>
<h3 class=”green”><?php the_title();?></h3>
<p><?php the_time(‘d m Y’);?></p>
<?php the_content();?>
<div class=”get-in-touch”>
<ul id=”get-in-touch-icons”>
<li class=”header-tel”>
“><?php echo ot_get_option(‘telephone_number’);?>
<li class=”header-email”>
“><?php echo ot_get_option(‘header_email’);?>
</div>
<hr class=”sline”/>
<div class=”nav-previous”>
“>Back
</div>
</main>
</div>
</div>
</section>
<?php get_footer();?>
]]>-Carmen
]]>Backend showing shortcode: https://ibb.co/kBubZx
]]>“The theme directory “vantage-child” does not exist.
ERROR: The themes directory is either empty or doesn’t exist. Please check your installation”
After my web host company check on this, the website started loading with Menu Bar and logo on top but no content is displaying. Someone should please help…I need to hand over the website to the owner this week.
]]>marketingforcontractors.co.uk
]]>I updated my website to WordPress 4.5.2 and now none of my content is showing and I have no idea why or how to fix it.
My website is www.izzysdaughter.com
Any help would be much appreciated.
Many thanks in advance,
Michelle
]]>Here’s hoping you can help me solve this as my online shop is live. I have text entered for every product but it’s not appearing on the page when a product is clicked. Here’s an example.
Yes, it’s all set to public (status, visibility, etc). I have content for every product entered on the site so far but none of it is showing.
Any ideas?
]]>I have Accordion Shortcodes installed, but when I insert the lead-off [accordion] shortcode, it results in an end of file error when there is still content on the page.
Using https://validator.w3.org/ returns “Line 137, Column 2: End of file seen and there were open elements.”
Removing [accordion] displays all the content, but of course the accordions don’t work.
URL: https://www.navletsgardens.com/waterwise/
I’ve used this plugin successfully once before on a child theme of thentythirteen (https://freemantoyotarents.com/faq/), so what am I doing wrong here?
https://www.ads-software.com/plugins/accordion-shortcodes/
]]>