Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Google maps element not showing in site #665247

    Hi Rikard,

    Any news on that? Did you manage to access WP dashboard?

    Regards,

    Catalin

    in reply to: Google maps element not showing in site #664314

    Hi,

    Here you go!

    in reply to: shrinked menu version for all other pages, except home #663414

    Hey again,

    I dont know what was wrong but after deleting and re creat About age, now seems to be ok.
    Also solved the other problem by creating a page-gotochild.php in my child theme folder with this script in it:

    <?php
    /*
    Template Name: Go to first child
    */
    $pagekids = get_pages(“child_of=”.$post->ID.”&sort_column=menu_order”);
    if ($pagekids) {
    $firstchild = $pagekids[0];
    wp_redirect(get_permalink($firstchild->ID));
    } else {
    // Do whatever templating you want as a fall-back.
    }
    ?>

    and then point the parent page from Quick edit to this custom template.

    Thanks for your support!
    Regards,

    Catalin

    in reply to: shrinked menu version for all other pages, except home #663387

    Ok, got it!

    Still, why About us page does not want to keep No transparency setting when I select it and hit Update. If you take a look in the website you will notice that Services, Contact us and Media pages has Transparency option disabled (logo remains colored, menu items remains black) but About us page still has transparency option enabled even if I try to disable. How can I make header behavior for About us to be the same as Services, Contact us and Media pages.

    I’m not sure if I can raise another issue in this thread but I try my luck. I managed to disable default sidebar (by editing sidebar.php) for Services and put child pages items in there. My question will be how can I make that when you press Services from menu to go directly to first child page (Consultancy). Moreover, how can I keep this sidebar active for all others child pages of Services.

    Thanks!

    in reply to: shrinked menu version for all other pages, except home #663350

    hi,

    Thanks, but :) … what I want to do is to keep current behavior (shrinking and transparent) for Home page but for all other pages to be only shrinked (without transparency). One thing for you to know is that if I select No transparency for any page and I hit Update, nothing happens and Transparency option is back to previously setting (so does not want to stay on No transparency).

    Thanks!

    in reply to: shrinked menu version for all other pages, except home #663029

    Hey Andy,

    Please have a look now at http://www.2bopenlogistics.com
    I have put it online just for this purpose. Please be advise that red top background on About us page is just for me to see the header until I solve my issue.

    Thanks!

    • This reply was modified 8 years, 11 months ago by ktalin.
Viewing 6 posts - 1 through 6 (of 6 total)