Hi, where do I add the code? Which file? Please picture.

Do you have access to web administration?

Thank you
Slavek

    Hi,
    Need access to FTP? Where can I safely put it?

    Thank you.

    Slavek

    matiea99 Hi, where do I add the code? Which file? Please picture.

    You may add the specific CSS suggested to override.css file (don't forget to enable override from Template Options -> Advanced tab)

    Hi, the fix didn't help. I tried to fix the code according to the instructions.

    I attach pictures of the procedure.

    What do I do next?

    Thanks for the advice.

    Slavek

    Hi, I see badly typed code here. I see nothing in the article. Look at the pictures

    Thanks
    Slávek

    Hi, I tested it. The problem is only in the article. The code doesn't work properly there. I have a JCE editor. I tried to turn off the JCE editor and paste the code, but I still have the same error. More articles with "One-page layout" work well. Please advice, I don't know how to fix it.

    kód: `<h2>Online Reservation</h2>
    <p class="gk-subtitle">Please complete the submission form below to make a reservation.</p>
    <p>{GKRESERVATION}</p>

    Thanks`

    I have added all the approaches. FTP and administration. Thank you very much for trying to help.aman204

      matiea99 Hi

      It appears to be quite weird issue as having checked the related plugin and template files and unable to find any code difference which could be resulting in output rendering twice apart from other troubleshooting measures

      Also, You can try and update to the latest version of GK Reservation i.e.1.1.2 to see if it helps

      Would suggest to take backup of your site before performing aforesaid steps, in case rollback required whilst facing any issues e.t.c

      Hi, I updated and I still see a problem. I am very disappointed with the template (plugin). I wrote Gavick on paid support and maybe we'll fix it. I don't know where I made the mistake and it seems to me that there is a problem in the template.

        matiea99 Hi

        Unfortunately, The specific relative issue is site specific as it doesnt appear while replicating on local install

        Have requested other team member also to take look. Please be patient while we revert back

        matiea99 Hi. The code to hide it should be:

        body > .gkReservationForm { display: none; }

        I've just corrected it and it's gone now.

        Hi, thank you for your help. It is working now. Problem was that I had to use just css class and not identificator. I also edited code a little, because there was space under main menu in category "rezervace".

        /* Here you can include your override CSS styles */
        
        body > .gkReservationForm { display: none; }
        
        /* Header menu-visible */
        
        #gkHeader.menu-visible {
            padding-top: 30px;
        }
        
        /* Blog */
        
        .bigtitle .header > a, .bigtitle .header > span, .bigtitle > header > a, .bigtitle > header > h1 > span {
            padding: 10px 20px;

        Is it all right?

        Thanks
        Slávek

          Write a Reply...
          You need to Login to view replies.