• Hello,

    I have got sydney theme one page website.

    A site title in desktop version is clickable but in mobile is not.

    When I am at the end of a page I would like to scroll up to the top by click site title.
    I would like it to be behavior for the desktop site too. It is not scrolling up but only refresh.

    What I need to do? Do I need put in something in custom css?

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello,

    1. You modified your header to be sticky on mobile devices incorrectly, the <div> that contains mobile menu button covers the <div> that contains site title, that’s why the site title is not clickable.

    2. You can try to do this with jQuery.

    2.1. Please install and activate Insert Headers and Footers plugin that will allow you to insert JavaScript (jQuery) code.

    2.2. Go to your Dashboard → Settings → Insert Headers and Footers → add the following code to Scripts in Header section, and click Save button.

    <script>
        jQuery(document).ready(function(){
            jQuery('.site-title a').attr('href', 'https://www.abera.com.pl/wp/#');
        });
    </script>

    Kind Regards, Roman.

    Thread Starter rektal

    (@rektal)

    Hello,
    Thank you for a quick reply.

    I added following code to Scripts in Header section using this plugin. I modified my custom css too and now it works good.

    I have got a question about permalinks.
    When I clicked site title there is a # in a web address https://www.abera.com.pl/wp/#.
    When I set row ID kontakt there is no #kontakt in a web address like https://www.abera.com.pl/wp/#kontakt

    What should I do with it?

    Hello,

    I’m not sure what exactly is your issue, can you please describe it more precisely?

    Kind Regards, Roman.

    Thread Starter rektal

    (@rektal)

    Hello,
    After last update theme 1.45 scripts in header are not working. There is no smooth scroll.

    How to fix it?

    Thread Starter rektal

    (@rektal)

    Hello,

    I noticed that there is a bottom line after row with background image in Chrome browser after update theme to 1.45.

    Thread Starter rektal

    (@rektal)

    Hello,
    The last update broke up my footer. I can’t change it or add anything in an editor.
    I can’t even align it to the center.
    How to fix it? Can I reverse to the previous theme before update?

    Hello,

    Please create a separate topic for each of your issues to keep forum in good order and make it easier to help you.

    Kind Regards, Roman.

    Thread Starter rektal

    (@rektal)

    Hello,

    Thank you.

    I don’t what happened but now it works correctly.
    I copied and pasted multiple times code and scripts to header and footer and now it works.

    It’s great that it works now!

    Feel free to create a new topic if you need more help in future.

    Kind Regards, Roman.

    Thread Starter rektal

    (@rektal)

    Hello

    I’m sorry . It was my fault.
    I need to turn off my WP Fastest Cache plugin.
    I have set it to one day cache limit time.

    Hello, I have a similar problem. My website uses the theme Noah Lite, and in the mobile Version (at least on iOS) the header is not clickable, so it is not possible to switch from a any other site (like “cv” or “about”) back to the starting site with the portfolio.

    I tried the script that is suggested above together with the plugin “insert headers and footers” but it didn’t solve the problem.

    Thank you very much for your help!

    The website is https://www.jakobvalentin.de

    Hello @hvj3,

    This forum is Sydney theme support forum.

    You can contact Noah Lite theme support here:
    https://www.ads-software.com/support/theme/noah-lite

    Kind Regards, Roman.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Site title in mobile version not clickable’ is closed to new replies.