Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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.

Example: https://www.wheredoitakethekids.com/blog/holidays/holiday-gift-guide/best-2025-holiday-gift-guide-for-duck-hunters/

kevinsikora
tagDiv Member

It would be nice to have a complete list of files that have changed for each release.

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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.

https://easywpguide.com/wordpress-manual/adding-your-site-content/block-editor/blocks/media-blocks/image-block/

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

Thanks for the reply.

That would be great if you could include tags in the search too.

kevinsikora
tagDiv Member

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 ) {
...

kevinsikora
tagDiv Member

Yeah, I made that code change.

Here’s the change:

if ( $this->td_query->have_posts() and $this->td_query->found_posts >= 1 ) {

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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).

kevinsikora
tagDiv Member

Where can I find the code for the following: row -> column -> Posts Loop?

kevinsikora
tagDiv Member

Please disregard my previous request. I found out what the issue was.

kevinsikora
tagDiv Member

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]”>

kevinsikora
tagDiv Member

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

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

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?

kevinsikora
tagDiv Member

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.

kevinsikora
tagDiv Member

When is the new update scheduled to be released?

kevinsikora
tagDiv Member

I still see these errors when my site loads. Has there been any progress with this?

Viewing 25 posts - 1 through 25 (of 37 total)