Great theme guys really enjoying it.
Rebuild site for a tech blog – http://new.teleread.com/
Having some issues with the footer.
I have free sections in my footer EDITOR PICKS / POPULAR POSTS / POPULAR CATEGORY
Could you show me were I can edit these also the follow us section in the footer.
Second issue I am having is the footer I wanted to add some links into the copyright section but it seem that when I add a link etc
Copyright 2015 TELEREAD –  Lovers of Books & Gadgets est. 1995 Website Design & Marketing Credits
but it changes it to:
<div class=”td-pb-span5 td-sub-footer-copy”>
© Copyright 2015 TELEREAD – Lovers of Books & Gadgets est. 1995 Website Design & Marketing Credits </div>
Thanks for your help
Josh
<div class="td-pb-span5 td-sub-footer-copy">
© Copyright 2015 TELEREAD - Lovers of Books & Gadgets est. 1995 Website Design & Marketing Credits </div>
Hi marketingthechange,
If you wish to control your footer code, you have to access the footer template style used, like this: http://screencast.com/t/bQxn0efhoM .
For more information about footer template, please consult our documentation here: https://forum.tagdiv.com/footer-templates/ .
For your second request, please consult this topic to solve the problem: https://forum.tagdiv.com/topic/add-a-link-to-the-sub-footer/
Hope this helps and let us know how it goes!
Thank you!
Hi Catalin,
The doc says that my footer is controlled by the footer widgets. This does not seem the case because at the moment the footer widgets are empty.
If I add something to the footer widget it displays below the EDITOR PICKS / POPULAR POSTS / POPULAR CATEGORY
Ill try the other fix now
Also is there a more friendly way to update the tp-pannel-genrator.php as I don’t want them to be whipped in the updates
Hi marketingthechange,
Footer template style 1 has 3 columns, by default (Editor Picks/Popular Posts/Popular Category). If you want to add something else in your widgets area (Footer 1, 2, 3), their content will appear below these columns.
You can only hide/delete the name of these columns if you try the code below: http://screencast.com/t/FbwDKIhN
.td-footer-wrapper .block-title {
display: none;
}
If you want to have a custom footer, to customize it as you like, i will recommend you to use another footer template such as footer template style 5. http://screencast.com/t/ANXhKejS – http://screencast.com/t/NQPWAB7t
For more information about footer settings, please consult our documentation here: https://forum.tagdiv.com/footer-templates/
For your second request, please be more specific about what do you want to achieve and also, please provide more details about this, so I can be able to provide a more accurate answer.
Hope this helps!
Thank you!
Hi Catalin,
Ill try one issue at a time
I have found the /wp-content/themes/Newspaper/parts/footer/td_footer_template_1.php
But any edits I make to it do not show up on the site.
Ignore this for a second seem to be having some FTP issues
I’m having the exact same problem with the EDITOR PICKS / POPULAR POSTS / POPULAR CATEGORY. Seems like the default footer should be blank. Since other elements are controlled by the theme panel, there should be some indicator in the theme panel that EDITOR PICKS / POPULAR POSTS / POPULAR CATEGORY are there. Otherwise users spend time looking at Widgets, theme panel, page builder to see where these are coming from.
Where specifically do I go to change the footer template to 5?
So, I tried adding this custom code:
td-footer-wrapper .block-title {
display: none;
}
The result was that EDITOR PICKS / POPULAR POSTS / POPULAR CATEGORY tiles were eliminated, but the content for Popular Posts and Popular Category is still there. I’d like all of it – the titles and the content – eliminated, so that I can build fresh.
Possible? Thanks for your help.
Hello,
Please read the documentation: https://forum.tagdiv.com/footer-templates/
The first 2 footer styles come with predefined content which cannot be removed from the theme panel. You will have to use an empty footer style so you can add your own content to it from the widget area.
Thank you!
Hi, I have a similar problem. I’ve used footer style 1 and while there is content for Popular posts and Popular Category, there is no content for Editor Picks. The area under the heading is empty. Any ideas?
Also, is it possible to change the heading ‘Popular Category’ to ‘Popular Categories’? Because more than one Category is being displayed, the plural should be used rather than the singular ‘Category’. If you can tell me which file it’s in I can change it myself if you like.
Many thanks for a great theme guys.
Katie 🙂
Hi @katie,
Editor Picks feature used a block_7 to display all the post that are featured. If you do not have this kind of sorting on your post, this section will be empty. You can see this thing in core file, like this: http://screencast.com/t/K4iviQDpY . Here, http://screencast.com/t/dhQfZa3ooMaA you can find out how to make a feature post.
There is an option for it, from Theme panel->Translations->Popular Category, like this: http://screencast.com/t/DxgCDpn1a3
Hope this helps and let us know how it goes!
Thank you for message!
Exactly what I was looking for, good to have this forum.
Couldn’t figure out where to change the text on popular category, a widget in the footer. It wasn’t in widgets and wasn’t in theme options > footer. Only when I visited here did I know to make the change in translations. I have to say, ‘translations’ is perhaps not the best word for what translations does, anyway. Thanks for an excellent theme.
Hello @Sonjita!
If you use a default template, then you need to go in Newspaper -> Theme panel -> Footer -> Sub footer settings -> FOOTER COPYRIGHT TEXT, and there you can write this code:
https://pastebin.pl/view/8ee1fa5f
Replace those words with your link between ” ” and the text url with your text.
But, if you use a cloud template/PRO, then you can edit the page with TagDiv Composer, click on copyright zone and replace there your link like this: https://www.screencast.com/t/DdexkKtY7hzG
Thank you!
