Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #185806

    Hi there,

    I have just installed Enfold to move my current website over to wordpress, and love the theme, thank you.

    I have a few initial queries which I have been unable to find in the support forums, and was hoping someone can help me out.

    Here is my site (TEST) http://test.markwiltshire.com

    1) on home page, i have Blog – Latest News, how can I change this title.
    2) How can I remove the dark bar, with this, and your are here link
    3) Social links are appearing above the meder image, how can I get them to appear on right of the Nav links.
    4) How can I change the nav links (currently just shows home) when I add a page, it seems to automatically link here, how do I create custom links, I haven’t created a menu yet.

    many thanks

    Mark

    #185943

    Hey markw1!

    1.) Edit index.php, find this code:

    $title = __('Blog - Latest News', 'avia_framework'); //default blog title

    2.) Edit the page, go to Layout > Header > select “Don’t display header”.

    3.) Add this on your custom.css or Quick CSS:

    #top .social_bookmarks {
    float: right;
    top: 80px;
    position: relative;
    }
    
    .main_menu {
    right: 120px;
    }

    4.) Go to Appearance > Menus, look for Theme locations then enable Enfold Main Menu for your main menu.

    Best regards,
    Ismael

    #186197

    Hi Ismael,

    thanks for quick reply appreciate it.

    1) I would rather not have to edit index.php as then I will have to remember this each update.
    How else can I change the blog title ?

    2) remove header, excellent thanks

    3) I have added to Quick CSS, but
    i) I still have bar at top
    ii) when I scroll up the social links fall off the bottom of the logo bar

    4) perfect, thanks

    Regards

    Mark

    #186204

    Hi!

    1) You can create a child theme. See Devin’s video tutorial here http://vimeo.com/channels/aviathemes/67221517
    3) Please add following code to Quick CSS as well

    #header_meta { margin-top: -30px; }

    Not sure what you meant in the second part. Can you elaborate?

    Cheers!
    Yigit

    #186211

    Hi

    thanks again for the quick response, really impressive :-)

    1) ok, will look at creating child image, may be easier to have this as a parameter in the theme in future, if that is possible ?

    3) ok, have now hidden the top bar thanks.

    To elaborate on my other issue.

    When I first hit the site (using latest Firefox on Mac Mavericks) , the social links appear, just below the Home and Search Icon.
    Now as I scroll down the page, the top logo bar shrinks, and the Home and Search Icon move up

    BUT the social icons now fall off the bottom of this now small top bar.

    Hope that now makes sense.

    R

    Mark

    #186240

    Hey!

    Please add following code to Quick CSS as well

    .header-scrolled .social_bookmarks { top: 44px!important; }

    This should do it.

    Regards,
    Yigit

    • This reply was modified 11 years ago by Yigit.
    #186245

    Hi added that to Quick CSS, but still same think happening.

    1) social icons are not inline with the Home, Blog and Search Icons.
    2) When I scroll down the page, the social icons move off the bottom of the logo bar, as this shrinks.

    thanks

    Mark

    #186248

    Hi!

    I edited the code in my previous post. Please try adding it and flush browser cache and refresh your page a few times after applying the code

    Regards,
    Yigit

    #186252

    Hi there,

    Many thanks for all the help, appreciate it.

    Cool, I changed first CSS to

    #top .social_bookmarks {
    float: right;
    top: 72px;
    position: relative;
    }

    Now working great, thanks

    :-)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Initial Queries’ is closed to new replies.