Can't seem to change Site Title and Tagline

Discussion in 'RoadFighter WordPress Theme' started by faceless4all, Aug 19, 2014.

Thread Status:
Not open for further replies.
  1. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hello, forum I need a little assistance, I feel so silly asking but what could I be doing wrong, it seems like such a simple step really. I have read this forum and found information, but no matter what I try the site title and tagline will not appear on the homepage. I have placed the site title and tagline in -appearance-settings/general and also I have placed the site title and tagline in - appearance-customize/site title and tagline area.
    ( the site title still reads the theme name of RoadFighter on the homepage )
    Please advise at your convenience. Thank You. Jo.
     
  2. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    I just noticed something, when I refresh / reload the page to view changes, there is for a split second a flash of the page without the slider but I see the 3 columns and I see what is my site title in very large letters, again in the background on refreshing/reloading and I can only see it very short amount of time.
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL of website.
    Thanks & Regards
    Pramod
     
  4. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi Pramond, the url is not live yet, I am using the theme on my local pc first before publish to webhost.
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    You have to follow some steps:

    step 1:
    goto,
    wp-content\themes\roadfightertheme\header.php
    0r
    Appearance -> Editor -> header.php
    Comment some code or replace code shown in image and paste there below code.

    PHP:
      <?php if (inkthemes_get_option('inkthemes_logo') != '') { ?>
                                    <a href="<?php echo home_url(); ?>">
                                        <img src="<?php echo inkthemes_get_option('inkthemes_logo'); ?>" alt="<?php bloginfo('name'); ?>">
                                    </a>
                                    <?php } else { ?><h1><a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a></h1>
                                    <p><?php bloginfo('description'); ?></p><?php ?>
    follow images.


    Step-2:
    goto,
    wp-content\themes\roadfightertheme\js\custom.js
    comment the last line shown in image.

    Step-3:

    If you want to change color of title and description put below code in custom CSS . change color according to your requirement.

    Code:
    .logo a{
    color:white;
    }
    .logo p{
    color:#eee;
    }
    Thanks & Regards
    Pramod
     

    Attached Files:

  6. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Oh ! not sure if I'm ready for that yet! I'll have a look around, but I'm still surprised that a simple title and tagline isn't replacing the roadfighter theme name (logo). Okay I'll look at the header.php and try to see what you've included as instructions.
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Install plugin wp-editor for editing.
    then goto
    Appearance ->Theme Editor ->


    for step 1:find header.php and make correction.
    for step 2:
    select js folder and open custom.js
    comment a line shown in image and save/update.
    You can deactivate plugin after complete editing.

    Thanks & Regards
    Pramod
     
  8. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    I'm not sure what your mentioning, I'm not sure what it is you want me to change, what am I suppose to edit and add what / where?
    Maybe I'll let you know when I get it finished and ready to add it to web hosting so you can help with it.
    or maybe you could fix the roadfightertheme.zip file that I purchased and then I can download it over again ?
    I've also installed demo versions of:
    Colorway: Same problems as roadfighter for title and tagline
    Woodpecker Theme: No problems with title and tagline
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    We have got your concern ,theme will be updated soon.

    Thanks & Regards
    Pramod
     
  10. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Thank you Pramod, I appreciate your efforts.
    Regards,
    Jo-Ann
     
  11. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    The RoadFighter theme has been updated to Version 1.1.2, download it from members area.


    Thanks & Regards
    Yogesh Bhade
     
  12. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Thank you for update. Now the site title & site tagline are showing. How can I change the color of site title and site tagline. Currently the color is very difficult to see against the slider images.
     
  13. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    To change the color of title and site title you can follow the step no 3 mentioned above and apply custom CSS.
    Thanks & Regards
    Pramod
     
  14. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
Thread Status:
Not open for further replies.

Share This Page