https://www.wheredoitakethekids.com/
All the way at the bottom, you’ll see the (WANT SOME MORE IDEAS?) section. There should be an image there, along with 4 buttons stacked vertically on the right side of the image.
Thanks for the response. That worked. But I noticed another issue. I have images before and after the smart list. If I click on those images, I can only cycle through those. The images from the smart list don’t get presented. The opposite is true too. If I click on the images in the smart list, the images “outside” of that list don’t get presented. I would expect that if I click on an image, I would be able to cycle through all the images on that page.
It would be nice to have a complete list of files that have changed for each release.
If I add one item, it works fine. The title, image, and description get displayed. If I add a second item, only the titles get displayed on the page. No images or descriptions.
I guess this might be a WordPress thing. The following page shows percentages under the (Image dimensions). I don’t see these anymore in a (Post) under the (Block) section for an image.
Sorry. I forgot to list the browser.
I see this issue when I use Firefox on my mobile phone. If I use Chrome, everything works fine.
If you look at those two screenshots you sent me, they’re different. But they both are used to display a date. One date is the created date while the other is the modified date. Why do they have different configuration options?
If you display the modified date next to the created date, the dates won’t line up properly.
Ideally, I would like to have the following displayed:
Updated: 01/02/2022. Created: 01/02/2021
If you try to get those two dates on the same row, they won’t line up.
I’m talking about the (configuration options) for the following TagDiv (shortcodes):
- Single Post Date
- Single Post Modified Date
You’ll find these in the (tagDiv Composer).
Both shortcodes do the same thing, but they have different configuration options. So you can’t make them look the same if you put them side by side.
Thanks for the reply.
That would be great if you could include tags in the search too.
This is a bug in the Newspaper theme.
./public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php
...
if ( $this->td_query->have_posts() and $this->td_query->found_posts > 1 ) {
...
The slider will not show any posts if only (one) post is available. The above code should have the (>) changed to (>=). Below is what the code should be:
...
if ( $this->td_query->have_posts() and $this->td_query->found_posts >= 1 ) {
...
Yeah, I made that code change.
Here’s the change:
if ( $this->td_query->have_posts() and $this->td_query->found_posts >= 1 ) {
It looks like this file has the issue:
./public_html/wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_slide.php
if ( $this->td_query->have_posts() and $this->td_query->found_posts > 1 ) {
If you change the > sign to a >= sign, it works.
The above code is found in the render function.
I installed a Pre-designed Template from the tagDiv Cloud Library. I’m not sure which one I installed. I renamed it.
I have the following page on my site: https://www.wheredoitakethekids.com/categories/places/. I would like to display a custom field next to each “summary post.” Basically I want to display an address under each title.
I was assuming I needed to modify a “specific” page like td_block_big_grid_flex_3.php. When I click on the element to edit it, all I see is (row -> column -> Posts Loop).
Where can I find the code for the following: row -> column -> Posts Loop?
Please disregard my previous request. I found out what the issue was.
Thanks for the advice. But I’m still having some issues. I am trying to access a custom field called (location). I am using the following PHP code to do that:
echo get_post_meta( get_the_ID(), ‘wpcf-location’, true); echo get_the_ID();
The code gets executed but I all I see is the post ID from the second get_the_ID() call.
How do I get the value of the location field?
When I look at that field on the backend/admin part of the site, on a post where I am using it, I see the following:
<input type=”text” id=”post_wpcflocation” name=”wpcf[location]” value=”Alameda, California” class=”wpt-form-textfield form-textfield textfield” data-wpt-type=”textfield” data-wpt-id=”wpcf-location” data-wpt-name=”wpcf[location]”>
I still have duplicate query issue on my site.
Frontpage: https://www.wheredoitakethekids.com/
Duplicate queries: 62
Example post page: https://www.wheredoitakethekids.com/places/crayfish-from-cliffs-marina/
Duplicate queries: 57
On that screenshot, I don’t see any of the (Non-passive event listener) errors.
Here are the steps:
1)Navigate out to the following page: https://www.wheredoitakethekids.com/places/surfing-at-alaia-bay/
2) Inspect the page. Or open the developer tools. I’m working with Chrome.
3) View the console.
4) Clear the console.
5) Reload the page
At this point, you should see the complete list of errors happening on the page.
I’m still seeing this issue. This can be seen on the following page:
https://www.wheredoitakethekids.com/places/alameda-skatepark/
I have 55 of these errors on the above page.
https://forum.tagdiv.com/topic/duplicate-queries/ refers to the Newsletter plugin. Do I understand this correctly? Your team understands that this duplicate query issue affects the Newspaper theme too.
I’ve checked this list before: https://forum.tagdiv.com/requirements-for-newspaper/. I doubled checked it again. I’m fine with this.
I can optimize my images more. I’m looking into that.
What concerns me is the 62 duplicate DB queries on my front page. Can you help me with that?
I’m having issues with maps plugins in this theme. I tried Toolset and GeoMyWP. With both plugins, the maps load, but if you try to zoom in or out, the map doesn’t update. It just goes “blank.” It looks like there is an issue with Newspaper’s JavaScript. I haven’t tried to track it down yet with the latest version of it.
When is the new update scheduled to be released?
I still see these errors when my site loads. Has there been any progress with this?