Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #226488

    Hi, what’s up
    2 questions concerning the following link: http://wirex-systems.com/wordpress/

    1. how can I avoid the header resizing when scrolling down the page, meaning that I would like it to be fixed without any change. (I’m using Small fixed Header)

    2. Please play a moment with the ‘Vertical’ sub-menu; Note that all the content is in one page and by selecting a sub-context, the page scrolls automatically.
    My problem is that when clicking on ‘Telecom’ or ‘Cyber…’ (of which I used my #tags), the page immediately jumps! but when clicking on ‘Government’ (which use #top) the page is smoothly scrolling back.
    Of course, same in the ‘Products…’ page.
    How can I make my #tags to behave smoothly just like the #top ?

    Many thanks

    #226611

    Hi,

    1. Open js/avia.js and look for line 18:

    avia_header_size();
    

    Replace it by this:

    //avia_header_size();
    

    2. Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #226632

    Hi Josue, thanks!

    1. How can it be that I do not have avia.js file (anywhere!); I do see js/custom-header.js, could it be it?

    2. sorry, I didn’t understand what and where admin account you refer to

    #226793

    Hi!

    1- You should go to wp-content\themes\enfold\js folder to find Avia.js file
    2- Admin account to dashboard of your site. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Cheers!
    Yigit

    #226849
    This reply has been marked as private.
    #226875
    This reply has been marked as private.
    #226889
    This reply has been marked as private.
    #226893

    Ok, i’ll leave it for now, reply back to this topic when you are done.

    Best regards,
    Josue

    #227051

    hi there

    Important urgent question if I may:

    I have just imported the site from sub-directory to root (some broken links but not too bad…)
    anyway, it seems that it didn’t import the styling changes that I made in Enfold Theme Options (including the quick css).
    In which original file I find this changes to copy/past into the root dir?

    Thanks!

    #227174

    It’s not in a file, but in the database (wp_options table).

    If you still have access to it, i’d recommend it doing a WP MigrateDB or WP MigrateDB PRO migration.

    Regards,
    Josue

    • This reply was modified 10 years, 8 months ago by Josue.
    #227331

    Hi Jouse, strange how It did not transferred with other tables, I changed it manually…

    Anyhow, if you would like, we can go back and try to fix the auto scrolling issue (isn’t it just applying the js for #top on each #” there is?).

    Could I ask for another advice: How can I make the H2 to be a normal ‘unicase’?

    Thanks!

    #227544

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

    Best regards,
    Yigit

    #227846

    Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘header / menu’ is closed to new replies.