Search Results for 'Copyright'

Results from the Forum
simchris
Participant
#0

Hi everyone,
I wanted to make one quick reminder to everybody, since in checking some sites to offer help with issues as time permits, I see an awful lot of “theft of intellectual property” going on. Remember, stealing images and text from other websites is a violation of the IP rights of the original content creators, whether it’s a photographer, writer, or company promoting something on their own website.

Beyond DMCA, and general code of ethics in publishing, it’s just plain wrong. Obviously if you’re in a country which is well known for general thievery and no recourse for affected content creators, you might not care.

Be aware, however, that Google does allow a mechanism to “bury” content sites which duplicate content from other sources without permission or licensing of a photo for commercial purposes (if you run ads on your website, it’s a commercial venture). So, if you copy photos and text from site A, that site can now file a ticket with Google to lower your site ranking/page rank for that duplicate content which you didn’t create.

Google can also penalize your site for “low quality content” (meaning if your mix is 90% copied content, and 10% original – it’s considered low quality site).

A photographer who has copyrighted an image and licensed it to a news site (such as AP or other) can claim damages for your use without having to prove damages (again, presuming your country even respects copyright law).

Please keep this in mind when copying images, text, or other elements from websites when you didn’t create the images or content.

Please respect the work of others.

jeffreya93
Participant
#0

Is it possible to add a piciture/ small logo in the footer with the copyright text?
It is the span sub footer wrap, with the class span4. With the Code edit i have only the code but not the image.

Thanks,

Radu
Keymaster
#0

Hello everyone 🙂

Version 4 is a major update, here are some of the highlights:

Five post templates
– default
– parallax (high performance)
– small featured image
– full title
– full featured image

Custom made lightbox
tagDiv lightbox was made to provide the best usability for website visitors. It shows the image caption and when the user navigates to the next image, the lightbox keeps the context by scrolling to the appropriate article section. On open and close the current image is highlighted by the zoom animation.

Advanced article builder
The theme has a ton of shortcodes and custom tinymce styles that help you create beautiful layouts easy.

Custom built drag and drop gallery
It’s not just another slider, it’s a new method to add value to your articles. The gallery can show different aspect ratios and with each image a description and copyright information. The user experience is better than any plugins that are currently available.

Some of the new layouts made possible by the format menu from tinymce + the new ui:
http://demo.tagdiv.com/newspaper/asus-xonar-u7-sound-card-hassaba-a-built-in-headphone/
http://demo.tagdiv.com/newspaper/nice-girl-in-high-school/
http://demo.tagdiv.com/newspaper/drink-a-cold-coffee/
http://demo.tagdiv.com/newspaper/seat-and-enjoy-about-this-amazing-theme/
http://demo.tagdiv.com/newspaper/strong-growth-and-engagement-across-our-community/
http://demo.tagdiv.com/newspaper/network-technologies-would-give-us-more-powerfull-servers/
http://demo.tagdiv.com/newspaper/homepage-with-background/

If you have any problems with the V4 update please write here! The the documentation is under construction (+1 day).

simchris
tagDiv Member

Hi, Radu,
thanks 🙂

This has been my only outstanding … “c’mon folks” thing since every newspaper ever published puts the author byline on the article, hence the oddity in not having that “on” for the posts for a newspaper theme.

With the folks who “swipe” content to fill pages not really an issue, but for those who make news articles and first publish them, it’s a necessity for copyright, attribution, and google authorship requirements, etc.

Thanks for the reply 🙂

I’d guess and on/off button might be best choice…. but I’m sure you have something in mind already.

simchris
tagDiv Member

Hm. I ran into nothing but trouble with the ENvatio toolkit – and MANY theme devs have been recommending NOT using that to update theme, due to various problems.

But again, you generally want to use the theme panel provided with the theme, where there is section called “FOOTER” where you can edit the copyright. 🙂

TRY IT !! 🙂

axonic
tagDiv Member

Hi,

The code is not working yet. Between, can I have the CSS codes for footer & comments as well?
Please see the image below:
Author Name, Author Description, Next, Previous, Next Title, Previous Title

Comment Box: Commentator Name, Commentator Email, Commentator Website, Comment Content

Footer Left (copyrights) & right:

Thanks.

simchris
tagDiv Member

This is a great source for content you can use for your blog, provided you retain the “attribution” and copyright for each story.
http://freenewsarticles.com/

SAO
tagDiv Member

Sorry, I forgot to clear cache, it work fine after copyright but still add 1 line if add after right-bottom menu (maybe size of icon ?) http://imgur.com/T5w9UU4.jpg.

yoluca
tagDiv Member

Multumesc

Marius
tagDiv Staff

Salut,
Pune codul direct in footer.php daca nu merge din tema.

SAO
Participant
#0

1. in old version, I can add javacript code in copyright text but in new version it appear “/” for ” from javascript, how put javascript after copyright text in new version?

2. Can I add javascript or iframe code in other area such as after a footer bottom menu ?
example : http://i.imgur.com/6tuLtEh.jpg

3. I try use javascript in Top Footer but it appear in middle, can I put in low bottom and right instead of middle ?
http://i.imgur.com/roMtdGV.jpg

or http://www.anime-th.com

4. How to change text and link color in Top Footer ?

yoluca
tagDiv Member

Cu footer widgets nu este aceeasi pozitie ..

Merci

Radu A
tagDiv Member

Salut,
ai incercat sa modifici fisierul footer.php : http://screencast.com/t/IRTAraCNLu5 ?

poti incerca si sa pui: http://screencast.com/t/qoX7NfCOoiNi

Multumesc pentru mesaj
Radu A.

yoluca
Participant
#0

incerc sa pun un html code in FOOTER COPYRIGHT TEXT si nu merge …

asta este ce vreau sa includ:

<a href="http://feedvalidator.org/check.cgi?url=http%3A//regatulunit.com/feed"><img src="http://regatulunit.com/wp-content/uploads/banners/valid-rss-rogers.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a>

un simplu valid rss icon

simchris
tagDiv Member

Photoshop or GIMP for the image, if you’re using an image slide.

In Photoshop you would typically do something like this
1) save for web
2) jpeg – quality 40 (start with)
3) progressive on
4) blur amount “2”
5) copyright/meta data = none
6) adjust quality down to 20 as needed; avoid images with a lot of red which don’t compress well.

OR: if using PNG for non images, start with PNG-8 and 64 shades dithered.

For GIMP or other editing tools, consult the user docs.

My thinking on the image size would be a “timeout” loading the images into the slides array (too much info) — say, if you had a 1MB image file, it would choke on that.

This is likely NOT the cause, but it’s just something to check as I have seen sites “time out” due to the featured large image being so large that PHP gives up and then rest of page won’t load.

Again, probably NOT the cause — just thinking out loud on that. 🙂

simchris
tagDiv Member

Hi, mmtt – glad you got that sorted!

no advice on putting ads in feeds, although feedburner I think lets you insert your own adsense codes into your RSS with them now.

In our case, we only serve “summary” RSS content as we don’t want people republishing our original copyrighted content, and we want them to read items on our site, not via RSS. So, we don’t use full text RSS anywhere anymore to avoid making theft of content too easy for ‘scrapers.’

Oh – just noticed you’re doing same for just having snippets in your RSS feed.

To insert an ad “between” items in an RSS feed, you’d have to actually build a custom RSS feed, I think. There may be a plugin that does that, dunno. Try the adsense injection that feedburner offers, maybe?

roger_hohl
Participant
#0

Hello

Would like to re-name “Source and “Via”. Where can I change that?

Source-Name: “In Zusammenarbeit mit:”
Via-Name: “Foto Copyrights:”

Best rgds

Roger

Lolly
Participant
#0

I want to remove the top footer which holds widgets and just keep the bottom one that has copyright info in it, how do I do this please?

Toui
Participant
#0

Hello!

How do i change the height of the footer, the footer with logo and logo text (not the grey one with Copyright etc.)?

 

Viewing 19 results - 451 through 469 (of 469 total)