Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[SOLVED] Position of "Download" link

  • adrianpyro
  • adrianpyro's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago - 12 years 11 months ago #45807 by adrianpyro
[SOLVED] Position of "Download" link was created by adrianpyro
Hello, if you take a look at the attached picture you will see the two positions I would like the "Download this image" link to appear, could anyone point me in the right direction of where to make edits to the php/css/js to move that thing.

I have a client that insists it's positioning is poor, hoping for an easy solution, I've looked extensively through all the files that make this thing appear and cannot for the life of me figure it out myself.

Using highslide on Classic

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #45808 by Katia
Replied by Katia on topic Re: Position of "Download" link
You may disable it via the SIG PRO parameters.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • adrianpyro
  • adrianpyro's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #45809 by adrianpyro
Replied by adrianpyro on topic Re: Position of "Download" link
Oh I definitely want it, I just want to adjust it's position, it seems there are to <br>'s happening before the download link is made, is there a way to disable those to line breaks?

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #45810 by Katia
Replied by Katia on topic Re: Position of "Download" link
Please provide me a link to your gallery page.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • adrianpyro
  • adrianpyro's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #45811 by adrianpyro

Please Log in or Create an account to join the conversation.

  • adrianpyro
  • adrianpyro's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #45812 by adrianpyro
Replied by adrianpyro on topic Re: Position of "Download" link
Any ideas?
If I could just point me in the direction of which parts of the code that generate the two unnecessary breaks that would be really all I need to make this change

Please Log in or Create an account to join the conversation.

  • adrianpyro
  • adrianpyro's Avatar Topic Author
  • Offline
  • New Member
More
12 years 11 months ago #45813 by adrianpyro
Replied by adrianpyro on topic [SOLVED] Re: Position of "Download" link
Figured out a way to fix it myself:

I applied to the template.css of the given theme, I added: position:absolute;  top:0px; width:160px;
a.sigProDownloadLink,a.sigProDownloadLink:hover {position:absolute;  top:0px; width:160px; background:url(../images/disk.png) no-repeat left center; padding:4px 0 4px 20px; }

Thanks for trying!

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago #45814 by Ken Wright
Replied by Ken Wright on topic Re: [SOLVED] Re: Position of "Download" link

Figured out a way to fix it myself:

I applied to the template.css of the given theme, I added: position:absolute;  top:0px; width:160px;
a.sigProDownloadLink,a.sigProDownloadLink:hover {position:absolute;  top:0px; width:160px; background:url(../images/disk.png) no-repeat left center; padding:4px 0 4px 20px; }

Thanks for trying!


Thanks for  this! it helped me with a workaround when fancybox wouldn't resize to the correct windows size.  so just doing this helped me to move the download link so it's at least visible.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum