Advertisement:

Author Topic: OsclassWizards 2.0.4 [Solved]  (Read 1617 times)

Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #15 on: July 01, 2018, 03:06:41 pm »
If I use Bender, it goes well, no error message
I have also already removed all plugins, no results
Therefore my conclusion that OsclassWizards should be a problem

Als ik Bender gebruik gaat het goed, geen foutmelding
Ik heb ook al eens alle plugins uit gezet, geen resultaat.
Daarom mijn conclusie dat OsclassWizards probleem moest zijn

Aficionado

  • Guest
Re: OsclassWizards 2.0.4
« Reply #16 on: July 01, 2018, 03:12:21 pm »
No your problem is this:

Quote
<link href='http://fonts.googleapis.com/css?family=Abel'

but i don't know from where it comes from.


Aficionado

  • Guest
Re: OsclassWizards 2.0.4
« Reply #17 on: July 01, 2018, 03:15:58 pm »
Change Osclass Wizards

functions.php

Code: [Select]

function osclasswizards_add_google_fonts(){
echo "<link href='http://fonts.googleapis.com/css?family=".osclasswizards_google_fonts()."' rel='stylesheet' type='text/css'>";
echo "<style>body, .gm-style,h1, h2, h3, h4, h5, h6, .listings h2 a, .listing-attr .currency-value, input[type=text], input[type=password], textarea, select, div.fancy-select div.trigger, .main-search label {
font-family: '".str_replace('+',' ',osclasswizards_google_fonts())."', sans-serif;
}
</style>";
}

from http: to https:


Hartenheer

  • Guest
Re: OsclassWizards 2.0.4
« Reply #18 on: July 01, 2018, 03:43:09 pm »
You are great.
This is the solution.
Thank you very much


Je bent groots.
Dit is de oplossing.
Bijzonder veel dank

vecamar

  • Newbie
  • *
  • Posts: 44
Re: OsclassWizards 2.0.4 [Solved]
« Reply #19 on: October 10, 2018, 02:10:51 am »
Hello! Can anybody help me to change header background color in osclass wizard, please? I can´t find line in css.
Thanks a lot! :)

Aficionado

  • Guest
Re: OsclassWizards 2.0.4 [Solved]
« Reply #20 on: October 10, 2018, 05:12:49 pm »
Hello! Can anybody help me to change header background color in osclass wizard, please? I can´t find line in css.
Thanks a lot! :)

We could if you start a new and relevant topic and not post in this solved topic (that has nothing to do with your question).