Search Results for 'Copyright'

    No search results were found in Documentation!

Results from the Forum
rihtak
Participant
#0

I would like to display DMCA badge found in https://www.dmca.com/Badges.aspx to be displayed in sub footer settings after FOOTER COPYRIGHT TEXT

phil0811
Participant
#0

Hey,
I have installed the Newspaper theme and wanted to change the copyright text.
If I reload my website, there is still the default copyright text, even in other browsers.
I only see the changes in TD Composer when I am editing pages.

Thanks in advance,
Philipp

12familyde
Participant
#0

Hi there,

after switching back to a tagdiv-theme, I realised, that the caption of the featured images are not shown on articles. I really would need this, as the copyright informations of each image is shown with this function. Is there an otion within the themepanel, which I did not find? Or do I have the chance to do some custom code trick, to show these informations?

Best and warmest regards
Torsten

Catalin
tagDiv Staff

Hello carlosn,

It seems to be a problem with the image from your sub-footer which is not added with amp-img. In the near future update, this issue will be resolved but until then, please edit the theme core file and add the following code from here -> https://www.screencast.com/t/jEHSzC7vtI

The code -> echo td_sanitize_image($tds_footer_copyright);

Hope this helps!

Thanks for your understanding!

duongvh68
Participant
#0

Hello, i’m so annoyed seeing the ” Hola! Would you like to receive automatic updates and unlock premium support? Please activate your copy of WPBakery Page Builder” message when i’m using the copyright newspaper themes , is there any method for me to disable it?

Calin
tagDiv Staff

Hi,

I was not enable to inspect your page because you have block the right click on your site, but you are use a sub footer not a footer style and you only show a copyright on it.

What you are asking can be done just with custom code, because the code need to recognize every height of screen will be open your site and set the subfooter at the bottom.

Thank you for your understanding.

Thank you.

vineetaggar
tagDiv Member

Sorry, When I published this footer page in footer section in theme panel. It started showing the title in white colour.

But sub-footer has disappeared which had copyright text. Please help how to get the subfooter back.

Thanks

Simion C.
tagDiv Staff

Hi,

That is the space reserved for the sub-footer copyright text, the menu will be on the right.
If you don’t use a sub-footer menu, I could give you a code to make the text occupy the whole space
https://www.screencast.com/t/QA4GlvqDsGV
The code can be entered in Theme panel->Custom CSS if you should consider this solution.

.td-sub-footer-container .td-sub-footer-menu{
display: none;
}
.td-sub-footer-container .td-sub-footer-copy {
width: 100%;
}

Thanks

etheravion
Participant
#0

When I view source, I can see these 2 lines of codes:

var td_ajax_url="https:\/\/sapflash.com\/wp-admin\/admin-ajax.php?td_theme_name=Newspaper&v=8.8.2";
var tdThemeName="Newspaper";

Can I change the theme name and how to do it?

How to remove this?

    <!--

        Theme: Newspaper by tagDiv.com 2017
        Version: 8.8.2 (rara)
        Deploy mode: deploy
        
        uid: xxxxxxxxxxxxxx
    -->
markeymark101
Participant
#0

Hello,

I am having a great problem trying to put links in the copyright section and finding where to edit about us and follow us in the footer.

I can’t put anything in the copyright section where I want to put copyright and link to privacy policy and earnings disclaimer.

I also want to edit the follow us and about us section in the footer but can’t find where to do it.

Thanks

PP
tagDiv Member

Honestly, dispaying a copyright should not include coding.
It is so important and should be available easily.

najarfermin
tagDiv Member

Hello Catalin,
Honestly when you say “thank you for your understanding” I dont quite understand given that I payed for the product and you recommended me WPML ( which I payed for it too ).
So when you tell me that “we cannot say for sure if this will be or not solved” I’m not so happy to hear that. Widgets are base components and should work as well as the base widgets included in WordPress.Given that I paid for a product I dont want to spend my own time fixing it.

Look, News mag is good and love it, only I want to know how make it work with different translations. I almost have it all done, only the parts that involve the theme panel settings I don’t know how to make it work (If I had found a way to share the full media library between wordpress sites without too much tweaking I would not bothered using the WPML plugin. )

I didn’t understand the TD composer part you said ( point 2). I already created a SideBar for every main page for every language. That worked because there is a page for every language.

** But for example, for the general post settings or the general category, those that are in the theme panel, I only can assign one sidebar for all, and it didn’t take in consideration the language. That means that there isn’t one config per language
( theme panel > template settings > blog and posts templates > custom sidebar + position )

Also, there are another settings I can’t find how to translate, those are the same no matter which language is selected: (footer > footer info content > )
– Footer text
– Footer copyright text

Thanks for your help and understanding

ctoweett
tagDiv Member

Hi. The footer copyright shortcuts are not working. They appear as they are in plain text on the front end. For example, I tried to insert “2014-##year## Epic Kenyan, and it appeared that way on the front end.

worldofmaya
Participant
#0

Hi!
I’m trying to updated an existing site from version 8.1 to 8.8.1 without success. Everything loads fine in v8.1. As soon as I use the new theme none of the posts have any content (td-post-content ist empty).
– I tried to reset everything via theme panel
– I disabled all plugins
– only disabled td-composer
– installed Demo content
Nothing helped.
Last thing I did was enabling wp debug which displays the following error:
Fatal error: Uncaught Error: Call to undefined function get_featured_image_copyright() in /usr/www/users/testsd/wp-content/themes/Newspaper-child/includes/wp_booster/td_module_single_base.php:166 Stack trace: #0 /usr/www/users/testsd/wp-content/themes/Newspaper/loop-single.php(47): td_module_single_base->get_image('td_696x0') #1 /usr/www/users/testsd/wp-includes/template.php(688): require_once('/usr/www/users/...') #2 /usr/www/users/testsd/wp-includes/template.php(647): load_template('/usr/www/users/...', true) #3 /usr/www/users/testsd/wp-content/themes/Newspaper/single.php(28): locate_template('loop-single.php', true) #4 /usr/www/users/testsd/wp-includes/template-loader.php(74): include('/usr/www/users/...') #5 /usr/www/users/testsd/wp-blog-header.php(19): require_once('/usr/www/users/...') #6 /usr/www/users/testsd/index.php(17): require('/usr/www/users/...') #7 {main} thrown in /usr/www/users/testsd/wp-content/themes/Newspaper-child/includes/wp_booster/td_module_single_base.php on line 166
Do you have any clue why this happens?

Simion C.
tagDiv Staff

Hi,

The img tags should be converted automatically to the amp-img tags, by the plugin. Like it happens for all the other images in the posts, seems images entered in the copyright field are not converted however. I have already added this on our list and the developer team will take a look as soon as possible. Sorry for the inconvenience. You could for the moment to manually replace the img tag, and use amp-img tags to have valid AMP pages.

Thanks

Simion C.
tagDiv Staff

Hi,

That AMP error is related to the image you use in the copyright field
https://www.screencast.com/t/4Co3ZipYoL
AMP requires different image tags
https://www.ampproject.org/docs/media/amp_replacements
If you would remove that image the post will be AMP validated.

CollectiveM
Participant
#0

Warning: Missing argument 1 for get_the_privacy_policy_link(),

Warning: Missing argument 2 for get_the_privacy_policy_link(),

This is FOOTER COPYRIGHT TEXT issue it looks like.

Line 554 and line 1553

Please help!

samanthilaka
Participant
#0

I have created a sperate footer page instead of using footer template, so I select the FOOTER PAGE in the footer setting section. Once I select the page, my sub footer showing my copyright information and sub footer navigation page section disappear. Please help me to resolve this?

RebornMarketing
Participant
#0

Hi,

I am looking to change the content (middle) of the website to be white, but I would like the background of the header+menu and Footer+copyright bar to be Black.

Is this possible? I can not see it in the Theme options.

http://businessbestmagazine.co.uk/

Kind regards
Tracy

TranAnh
tagDiv Member

I hope you will process and report on the problem of copyright infringement of your theme

  • This reply was modified 8 years by TranAnh.
reatlat
Participant
#0

Is it possible add to copyright subfooter option to add current year or start year or support for sortcodes?
Like on screenshot
copyright year in subfooter

But idea is, I will add the start year and if current year not same show startYearcurrentYear

automatic-copyright-year.php


<?php
/**
* Automatic copyright year
*
* @link https://css-tricks.com/snippets/php/automatic-copyright-year/
*/
function autoCopyrightYear($year = 'auto') {
if(intval($year) == 'auto'){ $year = date('Y'); }
if(intval($year) == date('Y')){ echo intval($year); }
if(intval($year) < date('Y')){ echo intval($year) . ' - ' . date('Y'); }
if(intval($year) > date('Y')){ echo date('Y'); }
}

Bogdan B.
tagDiv Staff

Hello,

1. The excerpts cannot accommodate images. You cannot show an image in the excerpt. A post needs a featured image added like so: https://forum.tagdiv.com/featured-image-or-video/

2. If you want to add custom html in a different place, you will have to edit the theme php files. If you want to add the code to the footer copyright, you will have to place it in this file: https://www.screencast.com/t/cbiXNMOIl8E

3. The links are affected by the theme accent color. Change the accent color and all of the read more buttons, the scroll up icon as well as the links will change along with the option.

4.The blockquote seems changed on your site already. I think you are not clearing the cache after changing settings in the theme panel. If you use cache, you won;t see any change until you clear it.

Thank you!

sanotes
Participant
#0

Hello again.

1. Possible or not, to output a picture, which at the beginning of post in the excerpt? Or do I need to put a picture for each post in the featured image ?

2. I have added a special visitor counter of website in the CUSTOM HTML section. The counter appeared at the bottom of the page. Is it possible to add somewhere else. For example where FOOTER COPYRIGHT or FOOTER TEXT?
https://www.dropbox.com/s/i8eysj566kqr4g1/footer.jpg

3. In the theme settings in the section GENERAL theme colors, I can change the color of all links, which also affects the the headers of the posts and buttons “Read more” and buttons up. How do I set the color of links for these areas?
https://www.dropbox.com/s/r65qhqz4pvr38fz/link-color-posts.jpg

4. How can I change the quotation block in the comments? https://www.dropbox.com/s/f6ye0ab26x66zr6/blockquote.jpg?dl=0
Original link to article – http://sanotes.ru/comp-dlya-ofisa-2016/
My settings in Theme Fonts\Post Settings – https://www.dropbox.com/s/5ynnv1a9624ysp9/blockquote-settings.jpg

irfan.id
Participant
#0

Hi… Can I make my sub-footer to center, including copyright and footer menu? https://prnt.sc/iob21p

Viewing 25 results - 226 through 250 (of 469 total)