Need help for contect block
Permalink
Hello,
Currently I am using concrete 5.7.4.2 (I can't update to higher version then this version because client have mysql & php version issue in higher version)
I have some issue in content block
1) In concrete 5.6.* Client can add title and class to the link in content block after adding link where in concrete 5.7.* client can't.
2) When I open any dialog box in content block for ex. Image block then I want to close it with X button on top right corner but its not working in any of dialog open through content block So client must click cancel to close that dialog
Currently I am using concrete 5.7.4.2 (I can't update to higher version then this version because client have mysql & php version issue in higher version)
I have some issue in content block
1) In concrete 5.6.* Client can add title and class to the link in content block after adding link where in concrete 5.7.* client can't.
2) When I open any dialog box in content block for ex. Image block then I want to close it with X button on top right corner but its not working in any of dialog open through content block So client must click cancel to close that dialog
Hi MrKDilkington,
Thanks for reply.
1)
I need to make site seo friendly and my seo guy says that every link must have title for rank in seo.
Your suggested plugin(https://www.concrete5.org/marketplace/addons/mrkdilkington-add-and-remove-classes-and-ids) is not working in concrete 5.7.4.2 because its required 5.7.5.2+ and as I said in my question "I can't update to higher version then this version because client have mysql & php version issue in higher version".
2)
for dialog X button there is no console error.
Thanks for reply.
1)
I need to make site seo friendly and my seo guy says that every link must have title for rank in seo.
Your suggested plugin(https://www.concrete5.org/marketplace/addons/mrkdilkington-add-and-remove-classes-and-ids) is not working in concrete 5.7.4.2 because its required 5.7.5.2+ and as I said in my question "I can't update to higher version then this version because client have mysql & php version issue in higher version".
2)
for dialog X button there is no console error.
@2excelprogrammer
The 5.7.5.2 requirement is for adding classes and IDs to images. If you don't need this feature, you can change the version requirement.
- open packages\add_remove_class_id_plugin\controller.php
- change "protected $appVersionRequired = '5.7.5.2';" to "protected $appVersionRequired = '5.7.4.2';"
Regarding SEO and link titles, there doesn't appear to be any benefit in using them.
The 5.7.5.2 requirement is for adding classes and IDs to images. If you don't need this feature, you can change the version requirement.
- open packages\add_remove_class_id_plugin\controller.php
- change "protected $appVersionRequired = '5.7.5.2';" to "protected $appVersionRequired = '5.7.4.2';"
Regarding SEO and link titles, there doesn't appear to be any benefit in using them.
"In concrete 5.6.* Client can add title and class to the link in content block after adding link where in concrete 5.7.* client can't."
This Redactor plugin will allow you to add a class to a link in the content block.
https://www.concrete5.org/marketplace/addons/mrkdilkington-add-and-r...
What are your goals for adding titles to links?
"When I open any dialog box in content block for ex. Image block then I want to close it with X button on top right corner but its not working in any of dialog open through content block So client must click cancel to close that dialog"
Do you have any errors in your browser console?