- NewspaperThe Mobile Theme
- NewsmagFooter templates
- NewsmagModal window
- NewsmagtagDiv slider gallery
- NewspaperModal window (Lightbox effect)
- NewspapertagDiv Slide Gallery
^ same issue here. That’s what I’m asking.
If you’re not using the Standard Pack and don’t need a large footer, so you don’t have a Footer page, how do you edit the Newspaper copyright, etc.?
Hi, I just want to edit the Footer (not using the Standard Pack plugin) – just edit the copyright and links. Is there a way to do that without having to create a Page?
Thanks
I’m unable to have the copyright line (© Newspaper WordPress Theme by TagDiv) changed to mine, I have changed the sub-footer section in the theme panel but it’s still displaying the above
Hi,
Hi I need help with footer and footer. I want to do it in the footer section of the demo.tagdiv website. I will only add logo picture, about, Copyright and footer menus (contact, cookie, faq, contract) I have read your resources but have not explained in detail. You know, I got a 503 error when I edited a footer. How are we going to do? Waiting for help.
How to Remove Newspaper WordPress Theme by TagDiv https://kalunku.com
I went to Newspaper > Theme Panel > Footer and expand the Subfooter settings section.
and assigned a copyright text to (Copyright 2019. Powered by Brainworksmedia.)
But it is not reflecting in website https://kalunku.com..
I checked in private window also.
please help
1 – How To Edit Sub Footer Copyright Line In Newspaper 10 Displaying Newspaper WordPress Theme by TagDiv.
2 – Also When I go to the page edit with td composer after clicking on the cloud template on left and after selecting template clicking on import the template doesn’t get import it remains on the page as it is.
I want to edit the mobile theme footer – About us, Follow us and copyright. Here is how it looks https://prnt.sc/pwu2v3 How to edit them?
Hi again, DecentralBox.
I also see the subfooter with newspaper branding while editing the footer template(page). But it doesn’t load in the frontend. I checked it by using the View Source functionality provided by browser.
Just copy the default footer copyright content, that is, Newspaper WordPress Theme by TagDiv and then go to the homepage of your website, use view source, press Ctrl+F and paste the copied text. You won’t find anything which means that part is not loaded.
Hope it helps.
You can tell me if there’s any doubt.
Hello !
The copyright can be edited from theme panel – footer – sub footer settings as you can see it here: https://www.screencast.com/t/EHdPnYjvQ6tr
2. Unfortunately at the moment there is no telegram in the social icons section. We are sorry for the inconvenience !
Thank you !
Hello,
I installed Newspaper 10 today.
I have deactivated the standard plugin package and want to build everything myself with the Cloud Template plugin.
Unfortunately I have 2 problems:
1.) I can’t change the copyright at the bottom when I select a footer menu. How is this supposed to work? I already searched the whole backend. There is this text: “© Newspaper WordPress Theme by TagDiv”. I want to change it to my copyright.
Image: https://imgur.com/qNr4N0p
I haven’t found an option to disable this bar either, so I can simply recreate it with a footer template. Is this not possible anymore?
2.)If I want to create a footer, there is the possibility to insert social icons into the footer. But there is no way to add Telegram. Have you forgotten that? Telegram is by far one of the most important social icons. How can I add it now?
Image: https://imgur.com/KsHf5Ty
Thank you for the update. I’m really excited to see how the speed behaves when we have rebuilt our site as it looked with 9.8.
Best Regards
Hi
I need to change subfooter divs dimensions:
there are two divs: td-pb-span8 (copyright area) and td-pb-span4
I need: td-pb-span4 & td-pb-span8
thx
this is list of my plugins;
Akismet Anti-Spam
Autoptimize
Check and Enable GZIP compression
Coming Soon Page & Maintenance Mode by SeedProd
Contact Form 7
Jetpack by WordPress.com
Really Simple SSL
Regenerate Thumbnails
tagDiv Cloud Library
tagDiv Composer
tagDiv Newsletter
tagDiv Social Counter
tagDiv Speed Booster
WP Super Cache
WP User Avatar
WP-Copyright-Protection
WPS Hide Login
Yoast SEO
i tried but the same problem… can you try on several different computers enter in my site and see if it happens to you. I have no problem with this on my computer. but this was reported to me by a couple of friends. they still have problems
I installed NP Black Version Newspaper for WordPress
now I have the NP logo and Copyright on my header and footer
How can I modify or remove these logos and put my own?
I installed NP Black Version Newspaper for WordPress
now I have the NP logo and Copyright on my header and footer
How can I modify or remove these logos and put my own?
Thanks
Hi,
is there a way to style the way an images appears in the enlarged lightbox view? The black gradient default style doesn’t work for my site since the gradient is quite large and changes the way the images look too strongly. (Plus often I won’t even have a caption and then it’s just weird.) I understand that this is about making copyright information and captions readable but I’d prefer if those were added under the picture (or if they have to stay within the picture only had a small but solid background)
If CSS custom code for this already exists, I’d know how to integrate it.
Hi, team tagDiv.
When I purchased your theme, I got the images and gifs along with the theme. And there’s one particular gif that I am talking about. In the 404 cloud template, there’s a gif of a man from an English show or movie. I don’t clearly remember.
My question is, Can I use this gif on my 404 page or in posts?
Thanks
Hi Vlad,
Ok, after much head scratching and page testing, there is definitely something wrong with my theme.
1) Even if I import a page or section template in tagDiv Composer and do nothing to it, except save and view. None of the rows will display as full width. This is the case in Composer and the page itself.
2) I created a new footer page, using an imported template with a similar layout to my own (1 row/3 columns for the footer, 1 row/2 columns for the sub-footer). I did nothing to it, except set the sub-footer menu and reduce the font size.
– The result: in tagDiv Composer, the columns are stacked in both the footer and sub-footer and neither row shows as stretched. When viewed in situ on a page, the rows and columns behave as they should and align horizontally. Small win…
– For some reason, the last couple of days the import feature isn’t working properly either. When I click the button to import, the confirmation box appears behind the import modal – the only way to click OK is to add display:none to the modal via Chrome Dev Tools.
3) Unfortunately, #2 only works with pages created using tagDiv Composer and WPBakery. Any pages created using Gutenberg, seem to break the footer CSS. The page structure (for the footer section/page) is the same, but some of the same CSS is being overwritten, as it appears to come after in order of specificity. In Chrome Dev Tool, the ‘winning’ styles appear above the ones being overwritten.
– In pages created using tagDiv Composer or WPBakery, I still can’t get any rows to stretch no matter what I do (believe me, I’ve tried!).
– The only way to get stretched rows of any kind, is to build pages using Gutenberg Blocks and plugins. Which is why all of my pages are showing a broken footer, because I had to go back to basics as the other 2 methods are currently unusable.
The solution:
#ti-copyright-footer .td-pb-span6 { width: 50% !important; }
I’ve added the code to the Live CSS window for the footer page and given the row an id, so it won’t conflict with anything else (hopefully). It feels like a bit of a hack, as I’m not a developer and generally wouldn’t mess with the structure of a page, for fear it’ll mess up it’s responsiveness (media queries, etc). I haven’t tested that yet, but it’s nearly 1am, so that’s it for now…
I’m hoping this level of detail might give you a better idea of what’s going on, so that you can help me resolve it properly. I’m not convinced that’s the best fix (it was way too easy), unless you can confirm it won’t effect anything else on the site. Or perhaps you can come up with a cross device/cross platform solution?
Many thanks.
Hi,
I am using the racing theme and the footer where the copyright message goes is missing. I can see it when I edit the footer in TD composer but it is not shown on my live site.
Please show me how to fix this
Thanks
I am using AMP+MOBILE template option and i need a fix for the following.
1) Need navigational arrow of sub categories in mobile menu. I found some CSS in this forum but that does not solve the problem
2. The mobile footer should only show the copyright notice . I dont want the logo/social media link and basic intro. Again i tried some CSS from this forum which did not work.
Please update Strings translations for FOOTER TEXT in Footer info content and FOOTER COPYRIGHT TEXT in sub footer setting
Hi,
The footer text and copyright can be translated. For WPML it can be done as mentioned in this similar topic containing some useful screenshots
– https://forum.tagdiv.com/topic/newsmag-widgets-not-working-with-translations-wpml/
Basically first you have to access the WPML string translations
– http://prntscr.com/o7bccx
Then locate the td_011 field (this is the theme) and open it. In it you can find the footer text and copyright fields – http://prntscr.com/o7bf6v now check them and hit apply
– http://prntscr.com/o7bfpt
Now you can translate the strings as needed, for each language.
If you have more questions let me know.
Thanks
I want to build a multilingual website. How to make multilingual content for FOOTER TEXT in Footer info content and FOOTER COPYRIGHT TEXT in sub footer setting
Hi,
There is a row with the layout set on 1/2 ( with two columns ); in one column is set the copyright text and in the second one is set the footer menu with right align.
Thank you!
I guess I notice the littlest of things but the copyright on the left side bottom of page as compared to the links right side bottom of page are not aligned. The right side the words are in the middle and the copyright on the left are at the top?
id like them both in the center which means some how Im missing simething for the copyright. Ive messed with the element compared them and when comparing they dont event have the same information. This is a page being used as a custom footer
[img]https://i.imgur.com/6bugwlY.png[/img]