JackMoreh – great, thank you! That did the trick and I’m now able to make changes to my Newspaper Theme Panel. In case it helps others, I want to emphasize in JackMoreh’s response above that it was Wordfence on a separate website (same BlueHost account) that was blocking the Theme Panel changes.
I’m having the exact same issue as stated above. I’ve been using this theme for several years and never had an issue but I cannot currently save changes in the Theme Panel. Is there a fix for myself and others that we can attempt or do we have to contact contact@tagdiv.com directly?
That did it. Thank you for all your help!
Thank you. To clarify, I was editing the plugin editor to edit the theme files but was not able to get that to update properly (like it did in September 2019). I would much prefer to not have to make this update every time a new version is released.
I was able to create a single post template through the Cloud Library. However, even though I set the sidebar to appear to the right in the default position, it is showing on the bottom. This occurred using multiple templates. Any idea on how to get the sidebar to appear properly when using/applying a Cloud Library template? The preview shows it correctly but when I apply it it doesn’t work.
My apologies, but I’m still having trouble making this change. I’m trying to update the default post style to move the tags to the top. Based on your screen captures:
1. Do I need to update loop-single.php and single-php (via TagDiv Composer)?
2. If yes to #1, what code needs to be copied where to put that at the top of the post (what I’m seeing in that plugin editor is different than September 2019)?
Thank you for the confirmation regarding the child theme. Putting that aside for a second, I’m still unable to locate where to change this setting. To confirm, I’m using the Edit Plugins feature in WordPress. In prior versions, I went through tagDiv Composer and was able to find it. It doesn’t appear to be in the same location anymore (following your screen capture above (from 9/5/2019).
Hello,
Following-up on the posts above, it appears the recent theme update has overridden the changes I made to the plugin for moving the tags to the tope of posts.
Where can I locate the loop-single-x.php file to make this change?
That worked! Thank you very much!
Thank you for the response. That worked to remove the word “Tag” but it didn’t remove the “:”. So, on the top of my tag template pages it now reads “: <TAG NAME>”. Where can I can rid of the “:” so it just has the tag name on those pages?
Calin,
Thank you for confirming. I was able to update the proper file and this now works as desired. Thank you very much for all of your help!
Hi Calin,
I was able to move that line in the editor to the header. I’ve saved it and the change is confirmed in the code. However, the tags on my site (even after clearing the cache) are still showing in the footer, not in the desired location.
Is it possible that ‘loop-single-1’ is not the right file for my posts? If so, is there an easy way to determine which file is driving the layout of my posts so I can edit it accordingly?
Hi Calin,
Thank you for the response. Is it possible to make this edit within WordPress (from within the Theme Editor)? If so, I’m not seeing the exact match for the line you shared in your screencast. The closest I can see is within ‘loop-single.php’ (from within the Theme Editor). Here’s the section I believe has what I need:
// tags
$td_post_tags = get_the_tags();
if( !empty($td_post_tags) ) { ?>
<div class=”td-post-source-tags”>
<ul class=”td-tags td-post-small-box clearfix”>
<?php
foreach ($td_post_tags as $td_post_tag) { ?>
<?php } ?>
</div>
<?php }
Thank you in advance!
Hello,
Similar to the initial post in this thread, I’m trying to move the TAGS line in the footer of my posts to appear at the top of my posts. The desired location would be under the AUTHOR/DATE line, under the top SHARE THIS line, or below the featured image in the post.
I was able to access the loop-single-1.php file in the editor. However, the screencast above from Caitlin is no longer active. I’m hesitant to attempt this change in the editor without having the visual of what line to move and where to place it. Would it be possible to repost the screencast showing what line to move and where to put it so my tags appear at the top of my posts?
Thank you in advance!