After update to PRO the font of Colorway is wrong ...

Discussion in 'ColorWay WordPress Theme' started by phdorenbosch, May 30, 2015.

  1. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    Yesterday I updated to to PRO version of Colorway. Immediately after the update the font changed to Time New Roman. The homepage is also non responsive to any changes I make. It keeps showing my latest posts no matter what I do. I think something is corrupt but I have no clue where to search?

    I want a static homepage without the latest posts with a slider and 4 posts of my own choice.
     

    Attached Files:

  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Kindly provide your website URL so I can look into your issue.
     
  3. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope doing well.

    I got your concern your homepage can act as a static page.

    Just let us know what changes do you wish to perform we will do customization accordingly.
     
  5. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    Thank you for your response but I do not completely understand. I want Wordpress to use the standard font of the Colorway Theme. My biggest problem however is that changes I make in the theme configuration are not visible in the actual site. I looks like it is showing a different site than the one I configured. So I can use all the help I can get but i'm wondering how?

    Some options seem to work the other way around. When selecting the latest posts it shows the static page and vice versa. See the picture. First I thought maybe the problem was in the translation but that does not seem to be te case. See the picture. Knowing this my biggest problem is the font.
     
  6. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    I have analyzed your website, but I am unable to track down any "Times New Roman" font on your website www.thornblog.nl.

    Could you please allow me once to look your issue in detail into your site, I will positively try to fix it as soon as possible.

    For this, I need to access your WordPress as an admin so, please send me your dashboard access details:

    Your website Login link:
    WordPress admin username:
    WordPress admin password:

    Note: Once your issue get resolved, you can change your password.

    Your co-operation will be appreciated.
     
  7. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    I sent you the login details in a conversation! Please look at the font and the position of the text. A part of the text disappears on the left side of each page.
     
  8. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    We have solved your issue kindly Check.

    If you wish to change font family for all web pages just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    * { font-family: Arial !important; }
    write font family which you wish to change.

    Do let me know if you need further assistance,
     
  9. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    Thank you for your help up so far but it is not completely solved. Please look at the following page.

    http://www.thornblog.nl/?p=1394

    The alignment of the page is not correct. A part of the text disappears on the left side of the screen and furthermore there are no <CR> where I expect them. Can you please take another look?
     
  10. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Dear Phdorenbosch,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .content-wrap .blog ul {
        margin-left: 5px;
    }
    Hope you are enjoying InkTheme services.
    Do let me know if you need any help.
     
  11. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    Thanks for all the help and we are getting there.. I now have the following code in met Custom CSS

    Code:
    blockquote {
     
      padding-left: 70px !important;
    }
    * { font-family: Arial !important; }
     
    .content-wrap .blog ul {
        margin-left: 5px;
    }
    The alignment of the text on the left side is allright now but still the <CR> are missing. Every alinea in my posts is (in the edit screen) separated by a <CR> but it is not visible in the actual post. I can solve it by inserting two <CR> but there has to be a more simple solution. Can you help me one more time please?

    Please look for an example on page:

    http://www.thornblog.nl/?p=3009
     
  12. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    ul.single p {
      margin-bottom: 32px;
    }
     
    .content-wrap .blog ul ul.post_meta {
      margin-bottom: 31px;
    }
    Hope that will solve your issue.
     
  13. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    It all works fine now for the Posts in WordPress. The Custom CSS content is now:

    Code:
    blockquote {
     
      padding-left: 70px !important;
    }
    * { font-family: Arial !important; }
     
    .content-wrap .blog ul {
        margin-left: 5px;
    }
     
    ul.single p {
      margin-bottom: 32px;
    }
     
    .content-wrap .blog ul ul.post_meta {
      margin-bottom: 31px;
    }
    Only question I have now is how to do the same adaptions for the Pages. I probably have to do the same for them to but I need some assistance with the code. The alignment on the left side is allright but the font size of the title and the handling of <CR> is not. See e.g.

    http://www.thornblog.nl/?page_id=15

    Do you have any idea why I have to make these adaptions in the custom CSS. Should it not be working all by itself?
     
  14. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello Phdorenbosch,

    Hop Doing Good,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    blockquote {
      text-align: justify;
    }
     
    .content-wrap h1 {
      font-size: 20px;
      margin-bottom: 30px;
    }
    Let me know if have further doubts so that I can assist you.
     
  15. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    Great. I now have the following code:
    Code:
    blockquote {
     
      padding-left: 70px !important;
    }
    * { font-family: Arial !important; }
     
    .content-wrap .blog ul {
        margin-left: 5px;
    }
     
    ul.single p {
      margin-bottom: 32px;
    }
     
    .content-wrap .blog ul ul.post_meta {
      margin-bottom: 31px;
    }
     
    blockquote {
      text-align: justify;
    }
     
    .content-wrap h1 {
      font-size: 20px;
      margin-bottom: 30px;
    }
    The only thing missing now are the <CR>. Every alinea in my pages is (in the edit screen) separated by a <CR> but it is not visible in the actual page. The problem occurred in the posts too, but that is already solved in the Custom CSS code as shown above. I can solve it by inserting two <CR> but there has to be a more simple solution. Can you help me one more time please?
     
  16. phdorenbosch

    phdorenbosch New Member

    Joined:
    May 26, 2015
    Messages:
    9
    Likes Received:
    0
    Any idea?
     
  17. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    I deeply regret to say that I am unable to understand <CR> and where you wish to use it.

    Could you please provide some edited screenshots or any video link so that I can assist you accordingly.
    If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.

    Do let me know if you need further assistance,
     

Share This Page