• hi, would you be able to develop and give theme a built in option for a sticky page# bar on site top? when scroll home page, the top page bar can also scroll with the page? the one I am using is out of date and it always leaves a gap on the top! plz provide us a built in one with your theme? thank you.

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

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

    (@nobita)

    If you want to delete the 10px margin of the number link, try adding the following style to Customizer / Custom CSS.

    
    body .zmg_pn {
        margin:0;
        padding-top:10px;
    }
    

    Thank you.

    • This reply was modified 6 years, 1 month ago by nobita.
    Thread Starter Kim

    (@kimqing)

    it works, but then sticky menu doesn’t work now.

    here are the old css you gave me to fix issues before, i tried delete them and only add this new margin css you gave me now, but then page # bar did not stick, so i added all old css back, page bar stick and no gap but then sticky menu doesn’t work now, i checked menu setting it is still sticky menu selected but why its not sticky now? can you please check which old css i should delete which i should delete after you updated themes many times now? thank you.

    also, you let us choose font or width by scroll the bar horizontally, it is really hard to tell what size selected when no pop up or number can be seen, would it be possible you change the bar to actual number selection so we are sure what size we selected? i wanted to choose all to minimum size but i cant tell if that is being selected or not, thank you.

    #bd .category-archives .title-wrapper, /* remove category title */
    #bd .category-archives .rd-term-description,/* remove category desctiption */
    #bd .category-archives .list-category-navigation{ /* remove category navigation */
    display:none;
    }
    #bd .entry-title {
    text-align: center;
    }
    #bd .entry-title span{
    color:#e20080;
    }
    #bd .entry-title > a > span{
    display:inline-block;
    }
    #bd nav,
    #bd aside{
    background:transparent;
    }
    .entry-content {

    }
    #bd #yui-main .blog-entry-meta{
    display:none;
    }
    #bd .widget_text .textwidget,
    #bd .widget_text .widgettitle,
    #bd .widget_media_image .widgettitle{

    }
    #bd .yui-main .yui-u:nth-child(2),
    #bd nav,
    #bd aside{

    }
    #zmg_pn_br_before_loop {
    position: fixed;
    z-index: 1000;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    background: #ffcece;
    }
    #header-image{

    }
    #doc5 .raindrops-mobile-menu,
    #doc5 #access.raindrops-menu-fixed{

    }

    Theme Author nobita

    (@nobita)

    Please replace CSS

    
    body .zmg_pn {
        margin:0;
        padding-top:10px;
    }
    #doc5 .raindrops-mobile-menu.raindrops-menu-fixed,
    #doc3 .raindrops-mobile-menu.raindrops-menu-fixed{
        top:-13px;  
    }
    #doc3 #access.raindrops-menu-fixed, #doc5 #access.raindrops-menu-fixed {
        margin: 42px auto 0;
    }
    
    Thread Starter Kim

    (@kimqing)

    thank you but it doesn’t work ??
    page bar doesn’t stick now

    Thread Starter Kim

    (@kimqing)

    sorry i have to change it back to old css otherwise all post tile color and alignment all changed to black and left

    Theme Author nobita

    (@nobita)

    below code is copied from your site

    
    #doc5 .raindrops-mobile-menu,
    #doc5 #access.raindrops-menu-fixed{
    
    }
    body .zmg_pn {
        margin:0;
        padding-top:10px;
    }
    

    It is not accurately copied

    first, Solving server memory problems

    • This reply was modified 6 years, 1 month ago by nobita.
    Thread Starter Kim

    (@kimqing)

    bluehost increased server memory now

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘can you develop your own sticky page # bar on top’ is closed to new replies.