joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

Please check if the title of the weblink module shows up in a google article. #503

Closed rambro closed 1 year ago

rambro commented 2 years ago

Getting a show title error

Steps to reproduce the issue

Expected result

Actual result

System information (as much as possible)

Additional comments

chmst commented 2 years ago

I don't understand your issue. What do you mean with Google Article? If you are missing the headline of the module, check if the module style is html5.

rambro commented 2 years ago

Dear Christiane Maier-Stadtherr,

Thanks for getting back to me. There are number of these that are happening with the weblinks extension that I installed on my J4 test website.

  1. With the individual weblink itself the weblink show up in the joomla article, but its description in not under the weblink, it is off to the side.

  2. When create a weblink module, which is provide by the weblink extension, and when I set the the weblink module name to show its title, it does not show up in the joomla article. I put the weblink module in my joomla article via "loadposition".

Let me see if I can show you via a link, because I tried to attach some files in my first post in this thread but they did not take.

This is what I have on my live test site in joomla 3.x:

http://merrickpost1282.org/websites.html

This is what is going on in my joomla 4.x test site:

https://testsitej4.cloudaccess.host/index.php/websites

As you can see in my J4.x page the module titles are not showing and each weblink has its description over to the right, instead of underneath it.

I will try to attach some files, to show you further

joomla 4 x test site page 1 of 2

joomla 4 x test site page 2 of 2

joomla 3 0 site page 1 of 2

joomla 3 0 site page 2 of 2

Getting a show title error

How I lay out the weblinks in the joomla article using loadposition

Rick Ambrosino

rambro commented 1 year ago

Dear Chmst,

OK, the html5 tag (after I figured out what you were saying) worked for the weblink category headings. However, I am still getting the link and then the description of the link appearing to the side of the link instead of under the link. How would I get the description of the link to appear underneath the weblink?

chmst commented 1 year ago

Hi @rambro this was intended for the module. There are so different requirements that it is hard to meet every one's need.

The easiest way is a template override of the module. You can do this as with all other modules - make an override in the backend and then change it as you want.

This makes appear the image and the text in a line. Try to replace flex-wrap with flex-column .. maybe that's all.

<li><div class="d-flex flex-wrap">
<div class="col flex-sm-grow-1">
....
</div>
<div class="col  flex-sm-grow-1">
....
</div>
</li>
rambro commented 1 year ago

Hi chmst,

Thanks for getting back to me with the info. I got it to work. I made changes to line 42 and 103 of the code. I am going to attach some pictures. changes made the weblinks module via override_line 42 changes made to the weblinks module via override_line 103 website page after override page 1 of 2 website page after override page 2 of 2

Hackwar commented 1 year ago

Closing since this doesn't seem to be an issue with com-weblinks.