By Jamie O'Reilly on Tuesday, 23 June 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 775
Votes 0
Hi

I wonder if you can help me? I'd like to adjust the default layout for the easy blog latest blogs module on my site called 'latest news' so that the short description/intro text sits immediately underneath and aligned with the blog title and immediately next to the thumbnail. At the moment the intro/description is forced beneath the thumbnail. Can you advise?

Also, a closely related question - which is why I didn't open a second ticket. I have another latest blog module on the home page of the site called 'blog' and we've adjusted the css so that the image sits above the title and is full width. This is great and fits with our design but for some reason the title no longer aligns with the text beneath - it always appears to have space before it. Can you advise?

Thank you.

Jamie
Hi Jamie,

Sorry for late reply to this,

I have tried to access in your Joomla backend and FTP access but hitting this :

// Joomla backend
Warning
Username and password do not match or you do not have an account yet.

// FTP access
Response: 530 Login incorrect.
Error: Critical error
Error: Could not connect to server



By the way, may i know this 2 is it same module? check my screenshot : http://screen.stackideas.com/2015-06-24_0154.png

Also may i know which css file are you modified ? because if that is the same module, it could be show the same styling.
·
Wednesday, 24 June 2015 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Sorry you had problems. I've rechecked and logged into the joomla administrator using the details below. Also, I asked a colleague to check the ftp and he got in using the details below. Hopefully this should be good for you now. In terms of the CSS question, the developer who made this adjustment to the module entitled 'blog' on the homepage told me he used javascript to move the image to above the text not CSS (as I had wrongly suggested earlier) and go full width in the module box.

Hope this helps.

Jamie
·
Thursday, 25 June 2015 23:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jamie,

Sorry for late reply to this,

I've tried to access in your Joomla backend and FTP access, it seems like all is not working for me

By the way, can you try apply this following CSS code in your current template css file and see how it goes?



.ezb-mod .mod-post-image img {
width: 100% !important;
}

.ezb-mod .mod-item {
padding: 0px !important;
}

.ezb-mod .mod-post-image.align-left {
width: 100%;
}

.ezb-mod .mod-post-content .mod-post-more {
margin: 10px 0 0;
}


May i know how to find this page ( http://screen.stackideas.com/2015-06-26_1817.png )?
·
Friday, 26 June 2015 18:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

That's so strange - I've just tried again to login to the joomla back end with the login details that I gave you and I got in with no problems. Can you please try once more? Details resupplied. If you still can't get in, then if you're able to supply me with a suitable email address that I can associate with the account then you could reset the password yourself. With the ftp, ignore the IP address, just use the domain as supplied in the last post.

I tried the css you supplied but there was no effect. I forgot to answer the point you raised about where you could find the module image that showed the latest posts all lined up as required with the title and intro immediately beside the thumbnail. Unfortunately this was purely a wireframe design - not an actual html page. It set the target for what I'm trying to achieve with the 'latest news' module.

Look forward to hearing from you.

Jamie
·
Tuesday, 30 June 2015 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jamie,

I am sorry for the late reply and sorry for the inconvenience caused.

We're still unable to login either your backend or your FTP. However, can you try put this css override code into your default Joomla template and see if this suits your need.

This is a fix for the first question:

.ezb-mod .mod-post-content {
display: inline !important;
}


However, about the second issue, we still need the backend access and FTP access. Can you try send your site's information to our ticketing system at crm.stackideas.com and mention this thread there.

Hope this will helps and I am sorry for the inconvenience caused.
·
Tuesday, 30 June 2015 12:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post