The default set up is that you’ve set the “blog” page from the theme options. This sets it through WordPress as well which in turn ignores all of your settings on that actual blog page. Basically the page you set as a blog page just acts as a placeholder and the content is filled in by your options in the general settings of the theme options.
What you can do is deselect the blog page from the dropdown in the general settings of the theme options and then in your page settings as long as you are showing a blog element/blog content it will still be functionally the same.
Hello,
I have migrated my website (www.lifeterapias.com.br) from my local server to a live server.
1) I cannot modify anything on the theme: after I’ve logged in and what to go to the admin panel, I get this kind of error:
Fatal error: Class ‘avia_adminpages’ not found in /home/lifet854/public_html/wp-content/themes/enfold/framework/php/class-superobject.php on line 97
Thanks for helping.
PS: by the way, the layer slider does not show on the pages.
This reply has been marked as private.
Hi Magnus_Norrman!
Can you outline a bit more in detail what you did when you re-installed the theme? Did you delete the previous theme folder or just try to write over it? Did you use FTP or from within WordPress?
Are you having any issues with WordPress by itself if you switch to another theme?
Cheers!
Devin
I just performed a reinstallation of WP to the latest Swedish version in order to get the site translated into Swedish according to Reply #185525.
I then tried to upload the Enfold theme again from my local laptop. This failed with the comment that that there already was a destimation forlder defined. I then found the theme and were able to activate it. There is however some kind of error in the theme setup due to all pictures not being vislualised in the webpage and I am not being able to add a logo.
Please need support
I can accept that, but why is it rendering so messed up. It is hard to see with my site background coolers. But look at this gallery it is supposed to be 4 columns wide. But shows at 3 with a weird extended background container. (the solid tan color) you can see the outline were there is no lines in the background. This shouldn’t be there. try it for yourself, if you change the columns to 5 you actually get 4, if you change to 3 you get two, all with this weird background. What is causing this?

http://i.imgur.com/we6esqo.png
[IMG]http://i.imgur.com/we6esqo.png[/IMG]
Hi Yigit,
No, if I add your last code the logo gets broken again like before.
It doesn’t work, sorry.
I have added again this and now it works again but logo it’s not centered,…
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.logo img, .logo a {
width: 152px;
max-width: 152px;
min-width: 152px;
height: 80px;
min-height: 80px;
max-height: 80px;
}
}
Perhaps a better mix of both pieces of codes,..???? Something like margin-left: somewhere,…
Regards, Adolfo
Hey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
I would sugest you to check Blog page time to time
Best regards,
Yigit
Hi Josue, thank you very much – that helps a lot.
I have one little last question. At your support page, the text “Kriesi.at – Premium themes” next to the logo disappears when you scroll down and the logo shrinks. How do you do that?
Cheers!
Peter
Hey Swarez!
Which versions of WP and Enfold are you using currently?
Regards,
Yigit
Hi!
Seems like it is working fine right now? If not, please post a screenshot
Regards,
Yigit
Hey jansthh!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main { background-color: grey; }
.home #header_main { background-color: white; }
2) You can add image in header.php file.
3)You can add following code and adjust it as well
.no_margin.av_one_fourth { width: 22%; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive .logo { margin-left: 50px; }}
Regards,
Yigit
This reply has been marked as private.
Hi,
I did this – it worked, but it did not solve my problem.
http://puu.sh/5bhxK.png
Notice how the “i” is displaying as “l” – how do I fix this?
Hi!
You can add following code Quick CSS in Enfold theme options under Styling tab and change it to the font family you would like to use
.main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Cheers!
Yigit
Hey!
This is the default behavior for Gallery items. They should look like this with the gallery at the top (because its a gallery post type): http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
Best regards,
Devin
Hi!
What exactly would you like to change? Font size, font family, color?
Regards,
Yigit
Nevermind, that led me to change the font SIZE – I want to change the STYLE
Working perfectly, thanks!
:o)
haha, sorry, realised you’d changed the original code/post…
Hi ErikManger!
You can target following class to make changes on main menu
.main_menu ul:first-child > li > a { }
Cheers!
Yigit
Hi!
Sorry my bad :) Edited the code in my previous post. Please replace first one with this one
Best regards,
Yigit
Many thanks Yigit.
That sorts out the thumbnails perfectly, but unfortunately it also affects the larger image above too – which had been fine…
Thank you for your reply, Yigit!
The site is:
http://imsetapart.com/artistas-latinos/
The menu item in question is Studio –> In Development –> That submenu.
The client specifically asked that the mega menu not be used for that item, and so I’m using the default pull-down.
A second question I have related to the pulldown is – is there a way within Enfold to visually indicate that a pulldown menu has its own additional submenu? Really, I’d love it if the theme offered a down-facing caret alongside a menu item to indicate a submenu and then a right-facing caret to the right of the pulldown menu to indicate a further sublevel. As is, the user would not know either until hovering over the menu item without such an affordance.
I imagine it simply involves adding code to “.sub-menu .menu-item-has-children” for the right-facing caret, as well as “.dropdown ul_available” for the downward caret? If you guys have fiddled with this feature and have pretty code, I’d love to get ahold of it. Right now, the submenu in question looks incredibly hidden, is all.
Sorry for being difficult, much thanks for any aid you can provide, L.
Hi!
Please add following code to Quick CSS in Enfold theme options
.sub_menu { top: 390%; }
.header-scrolled .sub_menu { top: 270%; }
Cheers!
Yigit