Hi!
You can post it here privately. Just make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
Yigit
Hi erantdo!
Last night version 2.4 of Enfold was released. So please try updating your theme to the latest version.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
I do not know why topic was closed but please cooperate. Providing as much information as possible instead of one word answers would help a lot to solve your issue faster :)
Best regards,
Yigit
Thanks for your answer Yigit,
However, I think it’s not enough. I have created a menu that I use in the socket. It has the “Enfold Footer Menu” checked and so it appears in the socket. In my “Footer – column 1” (in the widget area) I add the custom menu widget and choose that menu but it then appears vertical and not horizontal.
How should I do so that the menu appear (like it appear in the socket) in the footer and not the socket?
Sorry about the other question, I realized it once I got enough stuff on the page.
Cheers,
Peter
Hey cboothugs!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.iconbox_top .iconbox_content, #top .avia-logo-element-container img { box-shadow: none; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo img { height: 70px!important;
max-height: 100%!important; }
Best regards,
Yigit
Hi!
1) Please go to Appearance > Menus and check “Enfold Footer Menu” in Menu Settings http://i.imgur.com/x7yzSVv.jpg
2) Back to top button will appear automatically when you have enough content on your pages
Best regards,
Yigit
This reply has been marked as private.
Hi tomdeloof!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.small-preview { width: 200px; height: 150px; }
.single-small .post_author_timeline { left: 100px; }
2)
.post-meta-infos { display: none!important; }
3) You can add your own icons in Enfold version 2.3+ ( see this post http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader )
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hi!
I updated the code i posted previously. Please try adding to Custom.css file inside Enfold/css folder if it does not work in Quick CSS. And flush browser cache after applying custom css
Best regards,
Yigit
Hey!
Do you mind creating a temporary admin login and posting it here privately? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
Yigit
Hey Josue,
See the page now. Still no result. For some reason the form fields are stuck at the bottom.
I would prefer to post my site privately rather than on you forum. Please send me an email
Hey Mikeoc!
Can you post the link to your website so we can inspect elements?
Best regards,
Yigit
Hey!
Please try following code as well
div .slideshow_caption h2 { text-transform: none!important; }
You can try adding codes to Custom.css file in Enfold/css folder. It seems like code is not being applied
Cheers!
Yigit
Glad we could help. Let us know if you have any other questions or issues.
Hi Peter,
Well that is not good to change the main styling for a major part of the theme! :)
Could you share the CSS styling for the button so I could put it into the Quick Style box?
Thanks!
Phil
Hi mdlhale!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { text-align: center !important; }
But, please keep in mind that it may be problem if you have long breadcrumbs
Cheers!
Yigit
Hi,
I’m using this plugin for the Cookie Law: http://goo.gl/LRRIsL
When clicking on “More Info”, the browser jumps to the bottom of the page, which isn’t supposed to happen. When checking the Debug in WP backend I see the following line: NOTICE: wp-content/plugins/CookieInfo/inc/class.settings-api.php:94 – Undefined index: desc
I’ve contacted the author of that plugin, but he claims it’s a conflict from within the Enfold theme. So here I am, asking Enfold support to see if there’s a fix for it.
Sometimes I get 502 errors in both frontend and backend of my site, maybe this is the culprit.
Hello,
it is possible to add a hook called wp_body just after the opening <body> in header.php?
<body id=”top” <?php body_class($style.” “.$avia_config[‘font_stack’].” “.$blank); ?>>
<?php do_action(‘wp_body’);?>
Thanks
Yaron
-
This reply was modified 12 years, 4 months ago by
lizital.
Oh I forgot to ask how to get the “jump to top” icon that is present in the demo Enfold site. So can I add it here? :)
Hey lhuston!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.comment_meta_container, .sidebar_right .comment_container { display: none; }
2) In your WordPress theme directory, please go to enfold\includes folder and open loop-index.php file and search for
if ( get_comments_number()
It should be in 120th line. Comment lines from 120 to 129 as shown here http://i.imgur.com/G12RLk5.jpg
Regards,
Yigit
Just dropping in here: I have the same issue. WP SuperCache is installed but not active.
Hey flylanddesigns!
Please make sure that you are using the latest version of bbPress and Enfold. You can update Enfold to version 2.4
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hi WubbeG!
1) That custom CSS code you applied keeps header size fixed to 88px. If you would like it to shrink when you scroll down, please remove that code. If that is not what you mean, please elaborate
2) Please refer to Peter’s post here https://kriesi.at/support/topic/enfold-contact-form-doesnt-send-emails-and-dont-show-message-error/#post-177768
Cheers!
Yigit
Hi!
When using the Layout Builders’ element “Blog Entries”, then there is a post_delimiter displayed at arbitrary positions – anywhere left in the free space, but not between two posts :-)
The issue is seen on the enfold demo page, too: http://kriesi.at/themes/enfold/blog/blog-single-author-full/
There is a funny style tag in layout.css for .post_delimiter, which might explain why it left of it’s position… :)
#top .fullsize .template-blog .post_delimiter {
border-bottom-style: solid;
border-bottom-width: 1px;
left: -1500px;
max-width: 3000px;
position: relative;
width: 3000px;
}
ok, thanks.
And its important to duplicate the content before. I first translated the content and there is no way back.
Hi!
3) Please add following code to Quick CSS in Enfold theme options under Styling tab to change the border color of sub-menus from green to red
.header_color .main_menu ul:first-child >li > ul { border-top-color: red; }
.header_color .avia-menu-fx { background-color: red; color: #ffffff; border-color: red; }
.main_menu ul:first-child > li > a:hover { color: red!important; }
4) Yes, you can add HTML in Copyright section in Enfold theme options under Footer tab http://i.imgur.com/NfCz8my.jpg
Best regards,
Yigit
Hi. I seem to have the same problem.
I installed enfold last week and I haven’t yet installed any plugins. All I did before checking out the layersider, was doing some customization in the enfold theme, including uploading a logo and doing a bit of color changes.
the website is bezzerwizzer.dk/web/
than you
Jonas
Hey!
1) You can add rel=”noLightbox” to a tag so they will not open in lightbox.
2) You can try adding !important to it to force it
.post-meta-infos { display: none!important; }
Please refer to this post to hide Author in blog posts manually https://kriesi.at/support/topic/hide-author-name-in-articles/#post-176731
To remove date, in loop-index.php file find following lines in 115-116 http://i.imgur.com/vTdOWSU.jpg
and comment them out by adding // http://i.imgur.com/HvDZyH5.jpg
3) To move post meta to under content, you should go to enfold\includes folder and open loop-index.php file and cut lines from 113 to 163 and paste right below following line (after cutting should be in 140th line)
echo "</article>";
Cheers!
Yigit