-
AuthorPosts
-
November 7, 2013 at 8:29 pm #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
November 8, 2013 at 1:59 am #185943Hey 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,
IsmaelNovember 8, 2013 at 4:26 pm #186197Hi 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 bar4) perfect, thanks
Regards
Mark
November 8, 2013 at 4:33 pm #186204Hi!
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!
YigitNovember 8, 2013 at 4:43 pm #186211Hi
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 upBUT the social icons now fall off the bottom of this now small top bar.
Hope that now makes sense.
R
Mark
November 8, 2013 at 5:41 pm #186240Hey!
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.
November 8, 2013 at 5:48 pm #186245Hi 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
November 8, 2013 at 5:50 pm #186248Hi!
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,
YigitNovember 8, 2013 at 6:03 pm #186252Hi 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
:-)
-
AuthorPosts
- The topic ‘Initial Queries’ is closed to new replies.