*

Ghany

  • ****
  • 227 posts
In the HTML source, this style sheet is linked twice
« on: January 29, 2016, 07:01:43 PM »
HAI, please find the attachment below...... read that my question also in that image to understand full issue...

i am using stylizer to edit css file but unfortunately i am unable to edit that, not only my site i checked demo of zara too.. but i dont know what is the exact solution.. and i dont know what is correct or wrong.. please suggest me a good solution for this..

[attachment deleted by admin]
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: In the HTML source, this style sheet is linked twice
« Reply #1 on: January 30, 2016, 09:51:18 AM »
@Ghany
1) It is issue of your browser plugin, as HTML supports also multiple links for same style
2) Style you want to edit is external, cannot be downloaded and cannot be edited
3) Duplication is caused probably by some plugin, so you only need to disable this in theme.
Go to file:
oc-content/themes/zara/head.php

Find line:
Code: [Select]
osc_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

Comment it to:
Code: [Select]
//osc_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: In the HTML source, this style sheet is linked twice
« Reply #2 on: January 30, 2016, 10:09:21 AM »
i will loose any featurebecause of editing this? and this is good to edit? or bad? :(
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: In the HTML source, this style sheet is linked twice
« Reply #3 on: January 30, 2016, 10:16:44 AM »
@Ghany
If there are 2 links to same stylesheet (even this is special kind of style sheet), removing 1 link cannot have any impact.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: In the HTML source, this style sheet is linked twice
« Reply #4 on: January 30, 2016, 10:22:23 AM »
ok ok thanks bro :) 8)
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: In the HTML source, this style sheet is linked twice
« Reply #5 on: January 30, 2016, 10:24:06 AM »
@Ghany
Welcome.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots