Hi,
First of thanks for this cool plugin.
I just added to my site. I searched on this forum how to edit the alt text "Read More", but could not find anything.
Can you direct me how to get this fixed?
How to edit alt text "Read More"
8 posts • Page 1 of 1
Re: How to edit alt text "Read More"
open file gallery.php and change all "Read More" to whatever you want
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: How to edit alt text "Read More"
Hi Yelena,
Thanks for the support.
The file to edit is located in plugins/dynamic-content-gallery-plugin/includes/dfcg-gallery-constructors.php
Thanks for this cool plugin
Thanks for the support.
The file to edit is located in plugins/dynamic-content-gallery-plugin/includes/dfcg-gallery-constructors.php
Thanks for this cool plugin
- Romsony
- Posts: 2
- Joined: Fri Aug 12, 2011 8:37 am
Re: How to edit alt text "Read More"
I was talking about fcg, you are talking about dynamic content gallery, it is completely different plugin
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: How to edit alt text "Read More"
Hi...
Ok with editing Read more title attribute.
I put on the header of my website the following script, as to make title attributes invisible in wordpress:
<script type="text/javascript">
window.onload = function() {
var alinks = document.getElementsByTagName("a");
for (var i = 0; i < alinks.length; i++) {
alinks[i].removeAttribute("title");
}
}
</script>
So, it seems to work great, all over my website and also doesnt conflict with FCG. But putting the mouse cursor on the image field of FCG, a tooltip still appears with the value "false" and not Read More anymore.
Can i get rid of it also;
Any ideas? Is there a prob with alt=" " attribute in img tag?
Ok with editing Read more title attribute.
I put on the header of my website the following script, as to make title attributes invisible in wordpress:
<script type="text/javascript">
window.onload = function() {
var alinks = document.getElementsByTagName("a");
for (var i = 0; i < alinks.length; i++) {
alinks[i].removeAttribute("title");
}
}
</script>
So, it seems to work great, all over my website and also doesnt conflict with FCG. But putting the mouse cursor on the image field of FCG, a tooltip still appears with the value "false" and not Read More anymore.
Can i get rid of it also;
Any ideas? Is there a prob with alt=" " attribute in img tag?
- bek1985
- Posts: 2
- Joined: Thu Dec 15, 2011 8:41 am
Re: How to edit alt text "Read More"
the solution is actually much simplier than you can imagine,
you do not need any javascript for it, just open gallery.php file, find all
existences and replace it with
you do not need any javascript for it, just open gallery.php file, find all
- Code: Select all
title="Read More"
existences and replace it with
- Code: Select all
title=""
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: How to edit alt text "Read More"
Hi again and thanks for the answer.
Asking me if that worked, i ll say no...
the tootip "false" stills there. I tried to remove alt="" in gallery.php, but nothing happened too.
Any other ideas?
Asking me if that worked, i ll say no...
the tootip "false" stills there. I tried to remove alt="" in gallery.php, but nothing happened too.
Any other ideas?
- bek1985
- Posts: 2
- Joined: Thu Dec 15, 2011 8:41 am
Re: How to edit alt text "Read More"
open file jd.gallery.js.php and find line
replace it with
- Code: Select all
linkTitle: el.getElement(options.linkSelector).title||false,
replace it with
- Code: Select all
linkTitle: el.getElement(options.linkSelector).title,
Yelena Khamidullina
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
Web Applications Developer, iePlexus
1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
-

admin - Site Admin
- Posts: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
8 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests









