0
Welcome Guest! Login
0 items Join Now

Gantry Logo Widget Doesn't Function

    • Dan Walker's Avatar
    • Dan Walker
    • Elite Rocketeer
    • Posts: 529
    • Thanks: 21
    • Designer/Developer

    Gantry Logo Widget Doesn't Function

    Posted 12 years 4 months ago
    • The Gantry Logo widget doesn't seem to work with the default Gantry theme. The default Gantry logo continues to show based on gantry.css even though I've placed the new logo.png in the correct location. How can I get the logo widget to work?
    • Dan Walker - Web Designer & Developer @ Top Webs Network
      Custom Joomla & Wordpress Websites
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Gantry Logo Widget Doesn't Function

    Posted 12 years 4 months ago
    • Please provide a link to your site so I can see the issue more clearly.
    • The difficult we do immediately, the impossible takes a little longer.
    • Dan Walker's Avatar
    • Dan Walker
    • Elite Rocketeer
    • Posts: 529
    • Thanks: 21
    • Designer/Developer

    Re: Gantry Logo Widget Doesn't Function

    Posted 12 years 4 months ago
    • I have installed the latest WP Gantry RocketLauncher at BROKEN LINK REMOVED

      The Gantry logo widget is already in the Header position. I uploaded a different logo to /rt_gantry_wp/wp-content/themes/rt_gantry_wp/images/logo/style1/logo.png but nothing changes. The perstyle checkbox is checked in the widget.
    • Last Edit: 9 years 4 months ago by Kat05.
    • Dan Walker - Web Designer & Developer @ Top Webs Network
      Custom Joomla & Wordpress Websites
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Gantry Logo Widget Doesn't Function

    Posted 12 years 4 months ago
    • Hi, you have to add css for the custom logo into the theme files. If the code is not present it uses the default from the plugin.

      Add to the style.css file that you are using (style1.css for example):
      #rt-logo {
      background: url(....Your URL HERE) 0 0 no-repeat;
      width: 185px; 
      height: 115px;
      }
      Change the URL to your image path and change the width and height to match your image.
    • The difficult we do immediately, the impossible takes a little longer.
    • Dan Walker's Avatar
    • Dan Walker
    • Elite Rocketeer
    • Posts: 529
    • Thanks: 21
    • Designer/Developer

    Re: Gantry Logo Widget Doesn't Function

    Posted 12 years 4 months ago
    • OK, that works.
    • Dan Walker - Web Designer & Developer @ Top Webs Network
      Custom Joomla & Wordpress Websites
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: Gantry Logo Widget Doesn't Function

    Posted 12 years 4 months ago
    • Great. You have to keep in mind, the Gantry theme is totally stripped down as it's designed to allow you to build your theme from the ground up. Any custom changes need to be coded in as it's using the CSS from the plugin since the theme css files are pretty much empty.
    • The difficult we do immediately, the impossible takes a little longer.

Time to create page: 0.064 seconds