Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #78037
    crazyjunx
    Member

    Hello!

    I have recently used your theme on my website – it is gorgeous, but I have some problems with it.

    The html code does not work properly in tags and categories description in the theme. I installed a plugin (Allow HTML…), and the html code works perfectly in WordPress itself, but not on the site.

    I edited your archive.php file to move the </header> a bit higher, so it won’t include the description. It worked better – the div’s and bolds work. Nevertheless, the images do not display, and the headlines have no effect whatsoever.

    Could you please advise?
    Cheers!

    #78049
    Sakin
    Keymaster

    @crazyjunx: Can you post in your site URL and let me know what are you trying to do then I can check in and suggest you the solution.

    #78086
    crazyjunx
    Member

    Hello Sakin!

    This is an example, a description of one of the tags:
    Finland Tag

    As you can see the image is not available. The first paragraph is written in h2 headline, but is still plain. When I go to the WP dashboard everything works fine in the tags menu (I see the images and the headline). I would like the html code to work.

    #78090
    Sakin
    Keymaster

    @crazyjunx: You image code is working fine. It’s just your image path is not correct. You have image HTML code as
    <img alt="Fińskie maskotki w kształcie trolli" src="wp-content/uploads/2015/10/Finskie-trolle.jpg">

    But it should be as
    <img alt="Fińskie maskotki w kształcie trolli" src="http://admiring-diversity.pl/wp-content/uploads/2015/10/Finskie-trolle.jpg">

    #78133
    crazyjunx
    Member

    Hello Sakin,

    Thank you very much! I will correct them.
    However, do you have any idea what is going on with the headlines?

    #78134
    Sakin
    Keymaster

    @crazyjunx: You image is floating, so replace the following Custom CSS:

    .post_container img {
    	margin: 0 auto;
    }

    To
    .post_container img { margin: 0 auto; max-width: 100%; height: auto; }

    Sorry, I don’t get it which headline are you talking about. It is showing for me.

    #78141
    crazyjunx
    Member

    Thank you, I will replace the css and check it out 🙂

    This one “W krainie Muminków, czyli w Finlandii” does look for me like regular text (I’m using Google Chrome, Opera, Safari on Mac).

    #78211
    Sakin
    Keymaster

    @crazyjunx: So, what you want to do with that text. It can be controlled with the following css element.
    .post_container h2 { }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Catch Kathmandu Free – html in tags/category description’ is closed to new replies.