No changes to theme files seem to show up

Posted in: Newspaper
Post count: 7

I’m attempting to add a <div> inside the article <footer> element on my site. My goal is to have a paragraph with a link show up at the bottom of every article.

However, when I edit loop-single.php, the change doesn’t show up. In fact, any change I make to loop-single.php, or loop.php, or page.php, or index.php don’t show up. I even deleted loop-single.php and cleared all cache and no change happened. However, I can edit header.php and function.php and see the change.

Any idea what’s going on? How can I edit loop-single.php and see the changes?

Post count: 27744

Hello,

I’m not sure I fully understand what you need to change, but if you use a cloud/PRO template, then you can edit the page with tagDiv Composer and add the text and set the link.
Please provide more details, what prebuilt website you have installed, if you use a child theme.

Thank you!

Post count: 27744

Hello,

I’m not sure I fully understand what you need to change, but if you use a cloud/PRO template, then you can edit the page with tagDiv Composer and add the text and set the link.
Please provide more details, what prebuilt website you have installed, if you use a child theme.

Thank you!

Post count: 7

Hi,

I’m trying to add a paragraph of text at the bottom of every article.

The “prebuilt websites” section says “current demo installed: video news”. I’m not currently using a cloud template – that says “no template”. The “default site post template” is “style 11”.

For reference, prior to upgrading from theme version 9 to theme version 11, I was able to add the paragraph of text in the child theme using loop-single-11.php.

I am trying to edit the loop-single.php file now that I’ve got theme version 11. However, it doesn’t seem to take effect. I turned off the child theme, and edited the file directly in the parent theme and it doesn’t seem to take effect. (However, I can edit header.php and functions.php and see a change, so I assume it’s not something odd like server cache).

I appreciate your help.

Post count: 27744

Hi,

Please try to edit the posts loop from this path wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop.php and tdb_loop_2.php

Thank you!

Post count: 7

Hi,

Thanks for that idea. I found the article footer tag in wp-content/plugins-td-cloud-library/shortcodes/single/tdb_single_content.php.

When I modified that file, no change was visible. (I put <span>Hello World</span> right after the opening footer tag).

It seems that editing that file has no effect. Is there possibly some other file that’s responsible for rendering the footer tag in the bottom of article inside the td-main-content div?

Post count: 21065

Hello!

I think you should edit the single templates which are found under the wp-content\plugins\td-standard-pack\Newspaper\parts\single folder.

Hope that helps you!

Thank you!

Post count: 7

That did the trick! Thank you so much for your help.

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.