By Colin Wood on Tuesday, 11 August 2015
Posted in Technical Issues
Replies 9
Likes 0
Views 582
Votes 0
Hi
Formatting issues in both front & Backend since installing latest release.
Hey Colin,

Can you try download the latest launcher installer from http://stackideas.com/dashboard then upload through in your Joomla installer, it should fix that language not translated issue.

Regarding with the styling issue :
I will check when I can access in your frontend.

By the way, I can't access in your Joomla backend because i hitting authenticated required.
·
Tuesday, 11 August 2015 19:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

login in is http://www.thetransporterman.co.uk ------ not .com
·
Tuesday, 11 August 2015 20:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex
Installed again but now have issues as stripped css for the Titles and got border round images again whixh I do not want.
Previos post Hey Colin,

You can remove the borders around the post cover by adding the block of css codes below into your template's css file,


body div#fd.eb .eb-post-thumb .eb-post-image {
background: none !important;
border: 0 !important;
padding: 0 !important;
}
·
Tuesday, 11 August 2015 20:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey colin,

It seems like you already resolved all the issue as you reported at above right?
·
Tuesday, 11 August 2015 22:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex
I have tried to sort some of the issues before non of the pictures had a border now some still do also I want the h1 headrs just in easy blog to be in #e3b426 I have added the lines to css for this and for to remove borders from pictures but was working and now it isnt since the update today there are all sort of styling issues
Best Colin
·
Tuesday, 11 August 2015 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex like the frontpage latest blog modules and the pictures here now have borders it looks rubbish I do not know why borders are enabled for me it looks amateur IMHO
·
Tuesday, 11 August 2015 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
hey colin,

Can you try apply following CSS code in you current template css file and see how it goes? (Post cover border line)

div#fd.eb .eb-image-viewport {
background: none !important;
border: 0px !important;
}

div#fd.eb .eb-mod-thumb .eb-mod-image {
background: none !important;
border: 0px !important;
}


may i know which header title you would like to change to h1 ?
·
Tuesday, 11 August 2015 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Tried that and is not working I am not sure if I am putting them in the right place Also did not remove borders from the Easy blog latest on the frontpage there are many issues and I think they are mainly images settings issues.
Any Advice or help would be good.
Regards
Colin
·
Wednesday, 12 August 2015 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
I applied these css code in your file JoomlaFolder/templates/rt_praxis/css/rt_praxis-custom.css, you need to clear all your browser and Joomla cache before you browse your page.


div#fd.eb .eb-image-viewport {
background: none !important;
border: 0px !important;
}

div#fd.eb .eb-mod-thumb .eb-mod-image-cover:before {
border: 0px !important;
}

div#fd.eb .eb-mod-thumb .eb-mod-image-cover {
border: 0px !important;
}
·
Wednesday, 12 August 2015 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post