Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: link for site title tagline #154806
    voodoochill
    Participant

    Just discovered it does (almost) work if I put the URL outside the h2

    so instead of

    //Add Tagline
    	$header_text .= '<h2 class="site-description' . $tagline_class . '"> <a href="' . esc_url( 'https://wordpress.org' ) . '">' . get_bloginfo( 'description' ) . '</h2>';

    I do this:

    
    //Add Tagline
    		$header_text .= '<a href="https://wordpress.org"><h2 class="site-description' . $tagline_class . '">' . get_bloginfo( 'description' ) . '</h2></a>';

    It needs some styling for the link hover but seems to work. Do you think this is OK?

    https://musicasecreta.com/

    in reply to: link for site title tagline #154802
    voodoochill
    Participant

    Thanks Skandha.

    That works but with a couple of issues

    1. The link of the tagline shows the hover colour instead of normal state (I can fix that with CSS though of course

    2. The main navigation moves lower down, with the left most nav item moving down lower than the others

    in reply to: Woocommerce compatible? #125127
    voodoochill
    Participant

    Thanks, I have bought Pro but having some issues, will post in the Parallax pro forum

    in reply to: Woocommerce compatible? #124974
    voodoochill
    Participant

    Thanks, are you able to say in what way it is not compatible, i.e. what might I expect not to work?

    Thanks

    in reply to: Page doesn't stay fixed on mobiles #110107
    voodoochill
    Participant

    Works nicely, thanks! – happy to help 🙂

    in reply to: Page doesn't stay fixed on mobiles #110101
    voodoochill
    Participant

    OK here are three screenshots. I’m not sure how to do a video screenshot on mobile though. This is on iPhone 6+

    You can see that the site goes to the left, to the right and then in the third image it hasn’t quite centered itself, leavin a small margin on the right.

    1: On left: note the horizontal scrollbar
    On left: note the horizontal scrollbar

    2 on right:
    2 on right

    3: Has not quite centered itself when you take finger off screen

    Note small right margin, has not centered itself

    in reply to: Refresh copyright info #103476
    voodoochill
    Participant

    Aha, don’t worry -it is working now. It obviously just took some time due to cache.

    in reply to: Footer background image #103109
    voodoochill
    Participant
    in reply to: Child Theme #103107
    voodoochill
    Participant

    Thanks mahesh, it was a caching issue.

    in reply to: Footer background image #103040
    voodoochill
    Participant

    OK, found it: background!

Viewing 10 posts - 1 through 10 (of 10 total)