- This topic is empty.
-
AuthorPosts
-
March 8, 2013 at 12:26 pm #43248
thealexangroup
Memberi have a page that has an ‘anything slider’ image running on it. i want to just remove the hyper link associated to it when image is hovered over. i tried deleting files related to this, but i can’t seem to find them all, as the area is still hyperlinked with url. any help would be appreciated.
alx
March 8, 2013 at 2:07 pm #127512Paulie_D
MemberPossibly not the best solution: http://codepen.io/anon/pen/kzuoB
….but if you don’t want the image to be clickable…just remove the link completely.
March 8, 2013 at 5:20 pm #127534Mottie
MemberHi thealexangroup!
Can you clarify which link you are trying to disable? A demo, code and/or more details would help a great deal.
March 8, 2013 at 6:02 pm #127536thealexangroup
Memberyeah, sorry, i’m not familiar with the inner workings of the “anything slider” or most code in general.
i’m basically trying to find the file that has the url details so i can delete it (and if i figure this out maybe i can exchange the link with my own.) anyway, this is the page:
http://cellphoneretailprofits.com
the ‘slider’ box is at top and is disabled from moving. the hyperlink is what i just want out (or replaced) i figured i could just find an html file and that would be that, but nooooooooo, it has to be complicated. ;)
i don’t know what other details one needs. let me know.
March 8, 2013 at 7:50 pm #127543Mottie
MemberI’m still not sure what you mean, but when I look at that page you shared, I see that there are some javascript errors – specifically that jQuery is not defined.
When I checked this url (ext/jquery/jquery-1.7.2.min.js) the file doesn’t exist. So fix that first, then share a specific example, like this url (http://….) is what I want, and this ___ is what I want to do with it.
March 8, 2013 at 9:42 pm #127556thealexangroup
Memberhi Mottie,
okay, what i did was re-enable the “ext” named folder which had the js query files. i put the original banner image back as well. so this is how it looked originally at:
http://cellphoneretailprofits.com/
so basically, i just wanted to use my own banner image AND, if possible, change the image hyper link, which went to http://phonemember.com, with my own url.
so, if i knew where/how to ‘change’ url links, that’s all i wanted to do.
alex
March 9, 2013 at 12:05 am #127566Mottie
MemberUmm, the image link is pointing to your site : http://cellphoneretailprofits.com/redirect.php?action=banner&goto=5
The link redirect needs to be changed in the “redirect.php” file **not** the image slider.
March 9, 2013 at 10:29 am #127595thealexangroup
Memberhi Mott,
actually, my site is a replicate site of phonemember.com (where redirect is actually going to.) so as an affiliate, you can see why i don’t want a redirect to that page. i checked out the redirect.php and it’s greek to me. here is what “redirect.php” file looks like at this link:
http://cellphoneretailprofits.com/greek2me.html
like i said prior, the image i want to use and link will be different. i have the image and know where that goes, i’m still at a loss as to where to put my replacement url details (into what file should it go.)
maybe i should say ‘how’ to put my url into ‘what’ file.March 9, 2013 at 12:29 pm #127605Mottie
MemberSorry, I’m not good with php, you’ll probably have to start a new thread with a specific question.
March 10, 2013 at 2:37 pm #127678thealexangroup
Member-if anyone is interested- SOLVED IT
must be REALLY getting old and had my “duh” moment, i finally figured out where the associated links to the anything-slider images were. i checked the “install” folder that i deleted after setting up site, and looked through all the folders and files and found that the details i needed were found in the “SQL” file. so i just went to my cPanel (phpMyAdmin) and changed urls from there.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.