- NewspaperThe Mobile Theme
- NewsmagFooter templates
- NewsmagModal window
- NewsmagtagDiv slider gallery
- NewspaperModal window (Lightbox effect)
- NewspapertagDiv Slide Gallery
Basically I only need to exchange the image CAPTION for the copyright, but I don’t know how and in which file. Can you help me please?
Thank you!
Hi,
how can I show the content of an already existing copyright-field in the gallery?
The custom field is implementet via functions.php in the media uploader. Can you help me please? Thanks!
/**
* Copyrightfeld
*/
function be_attachment_field_credit( $form_fields, $post ) {
$form_fields['be-photographer-name'] = array(
'label' => 'Copyright',
'input' => 'text',
'value' => get_post_meta( $post->ID, 'be_photographer_name', true ),
);
return $form_fields;
}
add_filter( 'attachment_fields_to_edit', 'be_attachment_field_credit', 10, 2 );
/**
* Save values of Photographer Name and URL in media uploader
*
* @param $post array, the post data for database
* @param $attachment array, attachment fields from $_POST form
* @return $post array, modified post data
*/
function be_attachment_field_credit_save( $post, $attachment ) {
if( isset( $attachment['be-photographer-name'] ) )
update_post_meta( $post['ID'], 'be_photographer_name', $attachment['be-photographer-name'] );
return $post;
}
add_filter( 'attachment_fields_to_save', 'be_attachment_field_credit_save', 10, 2 );
Hi,
Please edit footer.php file and replace with this code: http://screencast.com/t/RXiFbL9Ci
echo stripslashes($tds_footer_copyright);
Result: http://screencast.com/t/FI1jb9JyyVjK
Thanks!
when i try to put a a href link in the footer copyright it adds my url in front of the link
Hi,
your Speed Booster plugin breaks a functionality in my gallery. If you hover with the mouse over the picture, it shows a copyright. But with the activated Speed Booster that doesn’t work.
This is how it has to look like (currently I use WP Rocket, but I want to move to Speed Boster): http://www.promicabana.de/hot-tub-time-machine-2-feiert-premiere-los-angeles/
With activated speed booster it does simply nothing, have a look at my test site:
http://dev.promicabana.de/193/
I testet it on my live site…same issue.
Do you have a fix for this?
Thank you!
Hi,
Try this css: http://screencast.com/t/SSmQavLi0
Use the same css to change the font also as there is no option in theme panel to change it for images copyright section: http://screencast.com/t/BblWTtsYA2Y
.td-doubleSlider-1 .td-slide-item .td-gallery-slide-copywrite {
text-align: center !important;
position: initial;
font-family: sacramento;
}
Thanks
Hi,
If you refer to the sub-footer where you have copyright text, please edit footer.php and change like this: http://screencast.com/t/l6sy70ZiXxy
Result: http://screencast.com/t/G7MSMt1xKBe
If you don’t use sub-footer menu you can use entire row for copyright text: http://screencast.com/t/HrfYrm6O
Result: http://screencast.com/t/3SJbXBipgW
Thanks!
We use digimarc as a Photoshop plugin to watermark important copyrighted images, as this allows us to track down the abusers.
Probably not what you want, but if you’re the “rights holder” it’s very useful.
-
This reply was modified 11 years by
simchris.
ok ,a mistake ,link can be set .But the problem is that the text stacks.Seem that there is a text length limit.So the question is how to make the FOOTER COPYRIGHT TEXT stay in one line instead of beginning a new line when words hits limits .THx.
-
This reply was modified 11 years by
winnieji.
hi ,how to set a link to the FOOTER COPYRIGHT TEXT. Thanks.
No, i mean button(generated by code) must be before copyright text.
On image, RED is NOW with plugin, GREEN place for button i prefer.

Hi!
I want to add some code(Yandex Metrika) in sub-footer before copyright text, how to do this? I try to edit footer.php, no effect
Thanks Chris.
It doesnt really matter to me which image info it would show as long i can edit a copyright information in it. So caption for the featured image would be perfectly alright for me.
Until recently i used an older Newspaper version with a page template that did that job.
Okay… we have a problem here, too.
With theme v 1.31 and WordPress 4.1, all plugins off except Visual Composer, and mod_pagspeed off, we’re seeing a problem with an example review page, here:
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/
when tested with the Google rich test tool,
https://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fga-ga.com%2F1890%2Fbook-review-people-deserve-a-fighting-chance%2F
the preview does not show the rating; although this does show in middle of the lineup
Item 2
type: http://schema.org/rating
property:
worstrating: 1
bestrating: 5
ratingvalue: 4.6
also showing the
Error: Page contains property “maincontentofpage” which is not part of the schema.
Very odd that the first schema hatom-feed also includes a “bookmark” element, which appears to be the first “related posts” item below author bio and social media elements, almost as if something from either the bio box or the summary for review is causing a grouping. There is a copyright symbol in the author bio, and there is a $ in the summary for price of book.
Very odd since conversely this page from the “demo” has no issue
http://demo.tagdiv.com/newsmag/td-post-baby-is-totally-delighted-by-his-first-taste-of-solid-food/
when comparing the two, the section on the hatom-feed is very different, and no “rdfa-node” box.
MOST NOTABLY for our own page, this important section is not fully fleshed out:
Item
type: http://schema.org/review
Very odd.
—————————
Will proceed with activating Yoast WordPress SEO next.
Hi,
I have checked your site and found that the copyright filed is empty: http://screencast.com/t/cDSx3CWzI6 meaning that you either not set it or you have and use cache.
Please make sure that you have set it right: http://screencast.com/t/M3dyH9Q3Oipz and that you also empty cache as I have tested this and works fine using the latest theme version (1.3).
Thanks
I’ve added a copyright message in the footer text in the theme panel but nothing shows up.
Maybe I’m missing something? website http://www.fertilityroad.com
Thank you. The solutions you provided work great. Two small problems remaining (one of which I haven’t described in full detail):
1. You can see that white bar here, it’s always at the bottom, and when the website it’s fully scrolled, as in the screenshot, it’s visible on the left and on the right of the footer (with the copyright).
2. How to enable the links behind the slider on the frontpage? https://horoscopia.ro/
It’s based on the featured articles, however there isn’t any setting for this in the custom builder. I just want that when someone clicks on a featured article from that slider, the visitor to be sent to the article in question / clicked.
Thanks again 🙂
I think for the footer full line, without menu, you’d have to modify the footer template to have the copyright line run the full span width and remove the div for the footer menu.
Tech support would need to specify exactly how to do that.
In our case, we just made really short copyright notice, then put the rest on the legal page, linked to along with privacy policy from the sub footer menu option.
Your 3rd fix doesnt solve my problem. I just need 1 copyright text line (like my example). No menu’s involved….
How can I do this?
Well, then you would need to add them if you want those pages on your website, right?
WordPress docs: http://codex.wordpress.org/Pages
In WordPress, you can write either posts or Pages. When you’re writing a regular blog entry, you write a post. Posts, in a default setup, appear in reverse chronological order on your blog’s home page. Pages are for content such as “About,” “Contact,” etc. Pages live outside of the normal blog chronology, and are often used to present timeless information about yourself or your site — information that is always applicable. You can use Pages to organize and manage any content.
In addition to the generally required “About” and “Contact” Pages, other examples of common pages include Copyright, Disclosure, Legal Information, Reprint Permissions, Company Information, and Accessibility Statement.
-
This reply was modified 11 years by
simchris.
You would likely need to manually edit *all* the module files you’re using for your home page and category layouts to do that. Might be a plugin for that, but I’ve never see one.
What we do here, is actually put the copyright notice at bottom of the graphics themselves to avoid that issue. However, we’re not “scraping” images from other sources.
-
This reply was modified 11 years by
simchris.
Hello,
because of copyright issues i am searching a solution to put the picture description below all thumbnail images or after the excrepts
Hello,
I want to use the Style 3 for my posts but there appears no Picture description below the picture. I need to show the copyright of the picture underneath the picture.

Hi,
Envato specifies that each theme can be used for one product (site): http://themeforest.net/licenses/standard
If you want to use it on multiple site’s you would have to buy a license for each project(this doesn’t mean you cannot use on multiple test site’s).
Thanks
Normally with theme licensing to create multiple CLIENT / CUSTOMER websites with a theme, you would get a developer license or a quantity discount / rebate from TagDiv, for say buying 10 licenses. Generally a single license for a WordPress theme applies to your own use only, meaning sites you own, such as a blog, company site, project site, family site — all owned/operated by you (such as you owning the domains, sites related to your own activities).
This is standard industry practice.
Obviously reading what “regular license” means on Themeforest might be a good place to start:
http://themeforest.net/licenses/terms/regular/5.1
(quote)
The low-down! The nuts and bolts of this license
1.The Regular License grants you, the purchaser, an ongoing, non-exclusive, worldwide license to make use of the digital work (Item) you have selected. Read the rest of this license for the details that apply to your use of the Item, as well as the FAQs (which form part of this license).
2.You are licensed to use the Item to create one single End Product for yourself or for one client (a “single application”), and the End Product can be distributed for Free.
So, if you create three client sites, you would get three (3) additional licenses, and charge the client for a license fee for each of their single sites.
Not too confusing. 🙂
-
This reply was modified 11 years by
simchris.