Hyper links from the articles do not show???
12 years 5 months ago #6951
by sirfan
Hyper links from the articles do not show??? was created by sirfan
Hi Ced,
Thank you for the great extension!
Will it be possible to have the "Read More' link be manually assigned to an external link?
Or, will it be possible to be redirected to the respective article by clicking on the "Read More" link but without all the modules that are published on the home page as that is whee I have the slideshow published?
Or, can it be possible to make the hyper link within the text of the article function?
Thank you for your prompt reply!
Kindest regards,
Saeed
Thank you for the great extension!
Will it be possible to have the "Read More' link be manually assigned to an external link?
Or, will it be possible to be redirected to the respective article by clicking on the "Read More" link but without all the modules that are published on the home page as that is whee I have the slideshow published?
Or, can it be possible to make the hyper link within the text of the article function?
Thank you for your prompt reply!
Kindest regards,
Saeed
Please Log in or Create an account to join the conversation.
12 years 5 months ago #6957
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Hyper links from the articles do not show???
Hi
you can't set another link for the readmore, but you can assign your modules in joomla to show them or not on the pages you want. Not dependant from my slideshow
Ced
you can't set another link for the readmore, but you can assign your modules in joomla to show them or not on the pages you want. Not dependant from my slideshow

Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7376
by sirfan
Replied by sirfan on topic Hyper links from the articles do not show???
Hi Ced,
How can I completely hide the "read more" link from the module?
How can I completely hide the "read more" link from the module?
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7380
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Hyper links from the articles do not show???
you can use a display:none; in css, using firebug to detect on which element to apply the code
Ced
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7414
by sirfan
Replied by sirfan on topic Hyper links from the articles do not show???
That will disable the entire caption then, right?
I only want to remove the read more link.
I only want to remove the read more link.
Please Log in or Create an account to join the conversation.
12 years 5 months ago #7421
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Hyper links from the articles do not show???
no
you can use the option to use the title as link, and then in the css use this :
this will hide the title. Only the text will be visible
you can use the option to use the title as link, and then in the css use this :
Code:
.camera_caption_articletitle {display:none;}
this will hide the title. Only the text will be visible
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.219 seconds