Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #68363
    kalatos
    Participant

    Hello my dears,

    I decided to bought pro version for my website. After I replace free version to pro some part of the customisation unfortunately does not work.

    Hereunder is subject related with free version

    http://catchthemes.com/support-forum/topic/issue-on-the-header-part/

    Could you please help me to custom pro version? On the beginning I see two issues. Line on the top of the header is visible again. Also position of the second logo on the right part is not correct.

    Regards Lukasz

    #68716
    catchinternet
    Keymaster

    @kalatos:
    1. First add the following css:

    #branding .top-bg { height: 1px; }
    #branding .wrapper { position: relative; }
    @media screen and (max-width: 767px) {
        #access { clear: both; }
        #headimg { position: relative; width: 100%; }
    }

    2. Replace:

    #headimg {
        clear: none;
        display: inline-block;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 55px;
        width: auto;
    }

    with the following:

    #headimg {
        clear: none;
        display: inline-block;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
    #68749
    kalatos
    Participant

    Hello catchinternet,

    thank you for your support. For the header right logo it helps, thank you. Regarding silver line, now it is still visible on the top of the header, how to disable it permanently?

    I bought also pro version to improve page with the news. Now even If I not put “read more” into the text theme automatically divide each news. How to setup to show all the news in on side without “read more button”?

    And second question regarding pro version and NextGen Gallery module. When I put gallery that should be shown in the news why it is not visible? I am using standard wizard to put NexGen gallery in the text editor.

    #70952
    catchinternet
    Keymaster

    @kalatos: Please remove the following css from your custom css:

    #branding .top-bg { background: none #ffb15e; }
    #branding .top-bg { height: 1px; }

    and then add the following:
    #branding .top-bg { background: none #ffb15e; border: none; height: 1px; }

    #72778
    kalatos
    Participant

    Hello again,

    fortunately it works, thank you very much.

    could you please support me also in order to setup news part like I wish ?

    Thank you.

    #77826
    Sakin
    Keymaster

    @kalatos: Which news part and what are you trying to do with that. Can you explain in reference with your site URL

    #77885
    kalatos
    Participant

    Hello,

    of course I try to explain.

    URL: http://dpssosabowski.pl/wp/?page_id=37

    this is part with the actual information “Aktualności z życia DPS”.

    – First question, how to show whole news without button “Read more”. Even if I not use it from the text editor them put it automatically.

    – Second question is related with the news presented here: http://dpssosabowski.pl/wp/?p=301. I used there some shortcode to show NexGen gallery:

    “Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est. Lelum Polelum est.

     

    < img src=”http://dpssosabowski.pl/wp/index.php/nextgen-attach_to_post/preview/id–302&#8243; alt=”” / >” – added spaces to show you code instead of image

    But gallery it not shown. I do not know why. I used similar shortcode on main page and this is works as I wish.

    Regards,
    Lukasz

    #77954
    Sakin
    Keymaster

    @kalatos:
    1. To show full content in blog, you need to go to “Appearance => Theme Options => Layout Options” and in “Content Layout”, you need to check “Full Content Display” and then save it.

    2. I see that you have Gallery Slideshow and looks like it’s script issue. So, for this I suggest you to ask in NexGen gallery plugin support. Are you sure you add in same shortcode. As when I check in your main page, you have different script.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Issue on the header part’ is closed to new replies.