Removing "Images by Flickr" below the footer...


Author Message
Frank

Posted: 10/13/2012
Quote message 

I have this issue too. Have yet to figure it out.
 
Dave

Posted: 10/13/2012
Quote message 

Let me know if you have any luck, Frank. I will do the same.
 
loconz

Posted: 10/13/2012
Quote message 

you can turn of "use online images" in your preferences then it wont use flickr images. there are a lot of bugs at present so Im just turnign off everthing that causes these issues... unfortunately I also had to turn off "include content" as well...
 
Scot

Posted: 10/24/2012
Quote message 

or you can edit index.php file from joomla templates section and remove the line at the bottom.
 
loconz

Posted: 11/24/2012
Quote message 

The problem I had:
If you add a flickr image then it will add the tag on the bottom.
If you later remove the image the Tag remains.

A solution that worked: -Try removing and adding the backlink, You should find it resets itself.


 
WoodburyChip

Posted: 2/26/2013
Quote message 

A couple of added notes, neither of which are praise for Artiseer.

1) If you add a picture to the layout - then remove it from the layout - THE PICTURE CREDIT REMAINS.

2) the work-around posted above works, but a note about quality of programming:

#art-licence-links { display:none; }

"License" is misspelled above, BUT THIS WORKS - so the *native* CSS is misspelled.

I have to say every time I revisit this program the less I like it.
 
Rayzak

Posted: 3/5/2013
Quote message 

i used to have same problem so i follow MrRaff instruction and it work...IT VERY ESSAY CLICK ON export THEN option THEN css option PASTE THE BELLOW CODE IN THE SPACE additional CSS styles.... that all.


#art-licence-links
{
display:none;
}

 
Dave

Posted: 7/23/2013
Quote message 

If you are not good with CSS where would you paste this exactly?
 
Ruud van Eck

Posted: 3/3/2014
Quote message 

Thank you!

for Dave,

You can add the code in Artisteer.


 
Norm

Posted: 10/30/2014
Quote message 

I just ran into the picture contributor thing. Super thanks to MrRaff and WoodburyChip. Easy, elegant, and it got rid of the pesky squiggle at the bottom of the page!