• I’m having an issue with Raindrops and Jetpack mobile theme interaction. The site looks fine in desktop mode, however, on mobile devices via jetpack everything is good except there is no site name and tagline displayed, the site header image is loading fine.

    Has anyone else seen this issue? I’d really like to find a fix.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author nobita

    (@nobita)

    Hi @ukexperience

    I usually do not use jetpack.

    I installed jetpack free version and check issue.

    In my environment, the site title and tag line were displayed correctly

    When I check the code of jetpack mobile, it seems to be switched between display and non-display according to the setting value of header_textcolor.

    Please try the following method once

    Customize / Site Identity

    Header Text Color

    Please change the value of Header Text Color and Publish.

    (This will change the value of header_textcolor. Hopefully the title can be displayed.)

    Thank you.

    • This reply was modified 6 years, 7 months ago by nobita.
    Thread Starter ukexperience

    (@ukexperience)

    Thanks for the quick response.. I don’t have any settings in my raindrop theme for head text color ..

    Unless you mean to add that to CSS Class of Site Title .. if so sorry I’m not a CSS expert so not sure what to enter there.

    I’m running the latest theme version and only have:

    Logo, Display Site Title Text, Site Title, Tagline, CSS Class of Site Title, Place of Title, Place of the Taglin and Site Icon ..

    Theme Author nobita

    (@nobita)

    Thread Starter ukexperience

    (@ukexperience)

    No it doesn’t seem to be there.. You can see my menu here

    https://photos.app.goo.gl/zcjjKbDCPMsfEPaG3

    Theme Author nobita

    (@nobita)

    I do not know why it is not displayed, but let’s change it in other ways

    raindrops/functions.php

    If possible to edit functions.php

    
    <?php
    set_theme_mod( 'header_textcolor', '404040' );// ADD ONLY THIS LINE
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    if ( ! defined( 'ABSPATH' ) ) {
    	exit;
    }
    do_action( 'raindrops_before' );
    
    Theme Author nobita

    (@nobita)

    I wish you good luck. With a new theme

    Thread Starter ukexperience

    (@ukexperience)

    Hello,

    Sorry I finally got back to looking at this issue. I’ve put your fix in but it’s still not quite right. See the note in the link for some more info..

    Here is what I see now..

    https://www.evernote.com/shard/s370/sh/9b1d524a-6f12-4f2b-b810-b5970bae8c91/bcb4c70e790209ef3cc69854a4661765

    Any ideas?

    Theme Author nobita

    (@nobita)

    Please check show site title with jetpack Mobile

    Need to update Raindrops 1.518

    Thank you.

    Thread Starter ukexperience

    (@ukexperience)

    I have the latest installed. I’ve just deleted the theme completely and reinstalled it. However, I will have to re-arrange the site again, so I’ll do that this evening and let you know.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Site name and tagline missing from jetpack mobile’ is closed to new replies.