By Nick Russell on Tuesday, 19 May 2015
Posted in Technical Issues
Replies 11
Likes 0
Views 894
Votes 0
Hi

I was wondering if you could assist me with processing a couple of changes I'd like to make on my standard blog post page - e.g. http://www.blatantlyblunt.com/index.php/Blog/video-d-dark-prove-em-wrong.html

1) The unit (towards the footer) i would like placed much further up, below where it says 'subscribe to this entry' (towards the top of the blog post)

2) I would like to close the big space between the google ad unit and the related posts unit

Hope theyre both fairly simple to do?

thanks
Hello Nick,

Perhaps you can provide us some screenshot so we can have a better view on your requirement? Please advise.
·
Tuesday, 19 May 2015 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I have attached an image of the space to be removed, which appears on all blog posts.

I have also attached two images ('move here' and 'previous next') - this relates to the unit which i would like to move from the bottom part of the page to the to top part.

Hope that is clear.

thank you
·
Tuesday, 19 May 2015 13:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nick,

I am sorry for the delay of this reply.

For the gap issue, can you try to place the following css code inside your custom.css file and see how it goes?
.itemBody.gkHasAside {
margin: 0;
}


For the blog navigation position, you can download the attachment below and place it inside your /components/com_easyblog/themes/default/ folder and see how it goes. If the issue still persist perhaps you can provide us with your Joomla backend and FTP access so we can modify the file directly.
·
Tuesday, 19 May 2015 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks tho im struggling to find the custom.css file- could you let me know where i can find it? Using the filezilla client currently.

Not sure about the 2nd part either - couldnt see where i could place it, even when inside the default theme under components.

Have provided back end and FTP info - much appreciated for any help you can provide to me.
·
Wednesday, 20 May 2015 14:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nick

I have tried access your FTP but I hit this error http://screen.stackideas.com/2015-05-20_1614.png

Please advise me
·
Wednesday, 20 May 2015 16:15
·
0 Likes
·
0 Votes
·
0 Comments
·
hey

i just tried those login details and it worked fine - as i copy and pasted it, so no room for error - have just re inserted it but theyre definitely correct
·
Thursday, 21 May 2015 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick Russell,

The blog.read.php has been replaced at joomlafolder/templates/gk_news2/html/com_easyblog
http://screen.stackideas.com/ezblog_css.png
http://screen.stackideas.com/login.png

Can you consult with your current template developer, which template files should be applying these css.
#ezblog-body .blog-read .blog-navi li {
width: 45% !important;
}

#ezblog-body .blog-read header {
margin: 0px !important;
border-bottom: 0px solid #e5e5e5 !important;
}

Do update us about this?
·
Thursday, 21 May 2015 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Thanks for this, but im not sure what you mean in the 2nd bit when you say
Can you consult with your current template developer, which template files should be applying these css.
·
Friday, 22 May 2015 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick Russell,

As we care for our customer, we would want to move a step forward. I sincerely apologize if I may have offended you.
·
Saturday, 23 May 2015 01:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

No you havent offended me at all i just wasnt sure the meaning behind the second part of the message - i.e. what i need to do with this info

#ezblog-body .blog-read .blog-navi li {
width: 45% !important;
}

#ezblog-body .blog-read header {
margin: 0px !important;
border-bottom: 0px solid #e5e5e5 !important;
}
·
Sunday, 24 May 2015 22:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Nick,

I am sorry for the delay of this reply.

All you need to do is copy the code and paste it inside your template.css or custom.css file under your template folder. But since your template css style file is already compressed (no template.css or custom.css file inside), it is advisable for you to consult with your template provider on where to put the custom css code on your site. Hope I am clear enough with the explanation.
·
Monday, 25 May 2015 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post