Hi!
Author pages are created automatically for anyone who is a registered user. Its just a template that formats the WordPress author template. See: http://codex.wordpress.org/Author_Templates
Regards,
Devin
Hello itchybrain!
Please add following code to Quick CSS in Enfold theme options under Styling
.mobile_active #advanced_menu_toggle { font-size: 14px; }
Then in your WordPress theme directory, please go to Enfold > Js folder and open Avia.js file find following code in line 106 http://i.imgur.com/4Duo3EP.jpg and replace underlined place with “Menu”
Cheers!
Yigit
Thanks, Devin. That’s fine, but the customization will disappear every time I update the theme.
Look what I have coded, maybe you want to include the snippet in the next version of enfold?
To avia.js, I added after line 1233:
// function to decide if menu overlaps logo
function menuSqueezed(){
if(!$("#header ul#avia-menu").attr("origwidth")) $("#header ul#avia-menu").attr("origWidth",$("#header ul#avia-menu").width());
return(($("#header ul#avia-menu").attr("origWidth")*1 + $("#header .logo img").width()) > $("#header .container").width());
}
and then I replaced line 1369ff with this:
//plugin functionality
function run($this){
//menu doesn't exist
if((isMobile() || menuSqueezed()) && !menuExists($this)){
createMenu($this);
}
//menu already exists
else if((isMobile() || menuSqueezed()) && menuExists($this)){
showMenu($this);
}
//not mobile browser
else if(!isMobile() && menuExists($this)){
hideMenu($this);
}
}
For me, this works like a charm because it adapts dynamically to the width of logo and menu and switches to the mobile menu if things won’t fit. You can try via the above url. This even works on a full width window with a too much stuffed menu. I could imagine this would be great for other enfold users, too, since surely nobody wants menu and logo to overlap. :)
Cheers,
Rolf
-
This reply was modified 12 years, 6 months ago by
mlkg.
ok, for forums, okay. how about an author page
Hi JRUp!
Please add following code to Quick CSS in Enfold theme options under Styling
.iconbox_top .iconbox_content { background-color: #ffffff!important; }
Best regards,
Yigit
Hey!
There was a red text shadow on main menu elements. This will remove it. Please add following code to Quick CSS in Enfold theme options under Styling
.main_menu ul:first-child > li > a { text-shadow: none!important; }
Regards,
Yigit
Hello!
@tocal your website is a great example of what can be done using Enfold :)
Cheers!
Yigit
Hello thedodder!
Firstly you need to select “Single Author, Big Preview Pic” as Blog Style in Enfold theme options http://i.imgur.com/j0xGfpf.jpg
Then you should make sure that you choose not to display sidebar in both Blog and Single Blog pages http://i.imgur.com/cWXukmM.jpg
And that should do
Best regards,
Yigit
A great design from a colleague of mine that I managed to create using Enfold and just a few styling & dev tweaks. http://noodle.19grams.co.uk
Hello!
Glad you solved it! I think now you should showcase your website here https://kriesi.at/support/topic/enfold-showcase/ if you have not already ;)
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired
#top .social_bookmarks { float: right; margin-right: 230px; }
Best regards,
Yigit
Hallo,
enfold ist scheinbar nicht kompatible mit dem Plugin http://wpseo.de/
Ist das Plugin aktiviert, funktioniert die Paginierung nicht mehr.
Ich habe das Plugin seit Jahren auf etwa hundert Blogs laufen. Problemlos.
Der Programmierer von wpSeo hat mir folgendes geantwortet:
Genau so steht im Helpdesk http://helpdesk.wpseo.de/faq/theme-paginierung/
So ist es halt, wenn Themes und Plugins nicht konform gebaut werden. Die Twenty Themes sind immer eine feine Referenz für die Kompatibilität.
hi, is it possible to create on a LayerSlider a sort of button (link) with a mouse hover function that changes the color when the mouse pointer is over?
in explicit, look at the fullscreen slider that you find in the “enfold preview -> pages > fullscreen slider” http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
how did you manage to change the button “learn more” when the mouse moves over it?
thank you :)
Hi, thank you for the quick reply. When I add that line on functions.php I get the following error:
“Parse error: syntax error, unexpected ‘=’, expecting ‘)’ in /home/content/71/8730971/html/wp-content/themes/enfold/functions.php on line 26”
After deleting the addition, this error persists. Any clue why?
Hi Carsten!
The thumbnail clarity issues is somewhat complicated. When you upload the images WordPress generates all of your thumbnails based on the theme settings (functions.php). So when you change those values you will need to re-generate the images.
For the thumbnails this should really be needed but I’ll take a look at that at the same time as the column issue.
Create a temporary admin account for me and I’ll log in and take a look at the columns issue since it could be quite a few different things.
Send the login data to my email at DevinVinson ( at ) gmail.com . Make sure to include a link to this topic in the email so my spam filter doesn’t grab it.
Best regards,
Devin
As far as I know Kriesi has not found a true fix for it. The changes made are such that it degrades to a static image on mobile which I believe is what Kriesi intends.
But he is working on putting out 2-3 updates a month on Enfold so I’ll add it as an issue to be re-addressed.
Regrds,
Devin
I’m not able to get that to work. I’m not sure why…
Great, thanks Devin! Really interested in what they have to say. The 7th column is very important due to the nature of the content, so hoping there’s a work-around, even if it does involve editing the js.
Hello citystash!
Enfold does not support the typekit font api. Maybe you can embed the font with @font-face but I’m not sure if typekit provides the font files directly – according to this thread: http://www.quora.com/Typekit/Does-TypeKit-allow-adding-fonts-with-CSS-using-the-font-face-rule-without-JavaScript they don’t support the @font-face method…
Cheers!
Peter
Hi – I’d like to be able to make the permalink for a portfolio item mysite.com/training-video-production, as opposed to mysite.com/portfolio/training-video-production as I already rank well for the phrase with that URL.
If I remove the page slug for portfolio within Enfold settings, it automatically redirects mysite.com/training-video-production back to mysite.com/portfolio/training-video-production…
If I leave a ‘/’ in the the page slug for portfolio within Enfold settings, mysite.com/training-video-production gives me a 404 – when I can see the permalink on the portfolio item is displaying correctly.
Can you help?
Thanks,
Mark
Hey!
Firstly you need to install and activate bbPress plugin. You can take a look at its documentation here http://codex.bbpress.org/
Regards,
Yigit
alright. thanks.
how do i go about creating author page, forum, etc?
Hi, can I use typekit with enfold?
Hey!
Forcing the addition of an additional column is somewhat complicated as far as I know. I’ve seen some users fake it by changing the css column width for the menu items but editing the mega menu js itself is beyond what, I think, any of us at support can assist with.
I’ll tag the head of support on the topic however to get a definitive answer.
Regards,
Devin
Hello shriii!
Dummy content is not 1 on 1 copy of demo site. You can watch this tutorial as a guide to megamenu http://vimeo.com/channels/aviathemes/67651241
Best regards,
Yigit
I upgraded to 2.2 and created a new site and imported dummy data so I can take a look at some of the new page templates.
I only see http://imgur.com/lKCoZYp
But not the full megamanu as seen on the demo.
I verified that the theme shows version as 2.2
Any reason why?
My clients think that the site is a bit slow because of the animations. What wp caching plugin do you recommend that works well with the enfold?
Do you know other ways to better and faster performance site?
Thank you.
Hello!
Please add following code to Quick CSS to remove post navigation
#top .avia-post-nav { display: none; }
and for blurriness, please follow instructions on this topic https://kriesi.at/support/topic/retina-images-and-fonts-in-portfolio-grid-theme-enfold/#post-164097 and let us know if they do not work for you
Best regards,
Yigit