![]() Equipping You to Communicate Effectively | support CMN & share a library of 19K+ images, videos, etc Go Pro! |
![]() | ![]() |
| |||||||
| Website Coding Discussions PHP, MySQL, Java, Javascript, ASP, etc. |
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| |||
| Can you help me with a link issue on my site? I have these icon links at the bottom of my church website for our twitter, facebook, etc. When I hover over these image links they disappear. Works fine on the homepage but when in other pages they vanish when you hover over them with the mouse. Any clues? http://cornerstonelapuente.com/ ![]() |
| |||
| I tried adding the / in font of images so it's /images but once I save it my content editor in Joomla it saves it without the / again. Also notice how the links also work for our "About Us" section. This is not the homepage and it works? any other ideas? ![]() |
| ||||
| Try using the whole address
__________________ ~Phil Graves Co-Owner ChurchMedia.net Owner All Saints Media Follow me on Twitter |
| ||||
| There is a setting in TinyMCE for setting to use the absolute path. you need to find in the code where tinyCE is initialized, (search for tinyMCE.init({ and somehwere in there, where it has a bunch of setting : value, setting : value, add in relative_urls : false, (if you add this at the end of the list, do NOT put the comma at the end, but make sure there is one at the end of the line above it). See http://wiki.moxiecode.com/index.php/.../relative_urls for more info. |