Various issues with theme

Netkandi's picture
Netkandi
Mon, 02/08/2016 - 06:07
#1
Various issues with theme

Hello,

Whilst working on my site this morning I have come across the following issues:

1. There is a special character appearing next to the 'last' button on my news page https://www.netkandi.co.uk/news 

Image title

2. Removing comments icon from the home page. I have been able to remove the comments icon / area within the other node / view template files but I cannot find it on the home page (see below).

Image title

3. The font within the site seems to of changed? For some reason, the font styling within my site has changed to a bland Arial font?

You can see the difference from the 2 screenshots below:

Image title

Image title

Kind Regards

Netkandi

cindy's picture
cindy
Mon, 02/15/2016 - 02:39

Hi,

Thank you for your patience

We have just resumed our service after the Holiday

1. Please open file function.theme.inc in folder sites\all\themes\md_avendor\theme_setting\front 

Go to line 65 and line 92, remove that special character:

replace

'data' => '…',

with

'data' => '',

2. Please open any file css in folder sites\all\themes\md_avendor\css, and add the following code To Remove Icon Date:

.meta-date:before {content: "" !important;}

To Remove Icon Comment, please add

.icon-comment:before {content: '' !important;} 

And we see that file md_avendor.css is located in folder Default (F12 to check) 

It should be in sites\all\themes\md_avendor\css as default 

3. Please inspect (f12) to check the font, it is still font Raleway, sans-serif 


Netkandi's picture
Netkandi
Mon, 02/15/2016 - 03:30

Thank you for coming back to me.

Everything has been fixed except the date and comments.

I have added the custom CSS into the following files: md_avendor.css & md_avendor.source.css, however, it hasn't seemed to of worked 

Kind Regards

Netkandi

cindy's picture
cindy
Mon, 02/15/2016 - 03:56

Hi,

So please try this solution: 

Remove the code we suggested above and go to admin/appearance/settings/md_avendor => custom code => Custom CSS code and add:

.meta-date:before {
content: '' !important;
}
.icon-comment:before {
content: '' !important;
}

Netkandi's picture
Netkandi
Mon, 02/15/2016 - 04:05

This has almost fixed it but I just want to remove the comments section.

Image title

only this needs to be removed please - the number & icon

phuonght's picture
phuonght
Mon, 02/15/2016 - 05:49

Please go to theme settings > Custom Code > Custom CSS code, insert:

.list-inline.post-meta-info:last-child{display:none;}

phuonght's picture
phuonght
Mon, 02/15/2016 - 05:49

Please go to theme settings > Custom Code > Custom CSS code, insert:

.list-inline.post-meta-info:last-child{display:none;}

Netkandi's picture
Netkandi
Mon, 02/15/2016 - 05:55

This hasn't worked, would it not be possible to remove this area within a template file?

phuonght's picture
phuonght
Mon, 02/15/2016 - 22:02

Please try with following code, it works in our site:

.list-inline.post-meta-info li:last-child {
display: none;
}

Netkandi's picture
Netkandi
Tue, 02/16/2016 - 02:31

That's worked perfectly!

Thank you once again for your amazing support :)

Netkandi's picture
Netkandi
Tue, 02/16/2016 - 02:31

That's worked perfectly!

Thank you once again for your amazing support :)

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.