One site page – sticky menu, back to top button and campaigns

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support One site page – sticky menu, back to top button and campaigns

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26515

    Hi,

    1. I would like the sticky menu to highlight the section that the user is currently viewin (e.g. domain.com/#contact I would like the Contact menu item to be highlighted and so on.

    2. There is no back to top button on my website and I need it. Could you please look into it?

    3. In the campaigns porfolio slider the title “Kampanie” I would like it to be as showcased in your demo byt can’t seem to do it. Also I would like to change the “all” filter to another custom string but can’t find out how to do that. (see screenshot)

    URL: fundacjaaksamitka.pl

    first login
    user: livemesh
    password: livemesh123

    WP-admin login:
    user: livem
    pass: A;24!2@4livemesh

    #26530
    Veena
    Moderator

    3.Pls use the below custom CSS in themeoptions –

    #kampanie .heading {
        top: 100px;
        margin: 0 0 40px;
        position: relative;
    }
    #kampanie #showcase-filter {
        right: 40px;
        margin: 10px 0 25px 200px;
    }
    

    You can use a translation file (using POEdit to change the data in languages directory) to change to any string you like. If you do an update in the en_US.po (or another depending on your site language) file, you should see all the translatable strings in the strings list . You would then be able to input any alternate string of your choice there.

    Pls search for “All” string and insert an alternate string in the translation area , save and update the changes .

    – You can get information from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language.

    Here you can download poedit – https://poedit.net/
    You can find the po files in peak/languages folder .

    #26533
    Veena
    Moderator

    2. Have you made any changes in the theme files?

    #26535
    This reply has been marked as private.
    #26545
    Veena
    Moderator

    Pls modify the custom CSS to –

    #kampanie .heading {
        top: 100px;
        margin: 0 0 40px;
        position: relative;
    }
    #kampanie #showcase-filter {
        z-index: 99999;
        position: relative;
        right: 40px;
        margin: 10px 0 25px 200px;
    }
    
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Peak Theme Support’ is closed to new topics and replies.