Hey!
Does it get fixed if you remove the code? try putting it in /themes/enfold/functions.php.
Regards,
Josue
One of my first sites using the Enfold theme is CGschool (3D Architectrual Visualization Training). Along with using S2 Member, Enfold has allowed our site to scale over 18,000 members from all over the world. Enfold was also the first WP theme I saw my smartphone and said “finally, a theme maker has got responsive right”. Great job Enfold team!
-
This reply was modified 11 years, 6 months ago by
brianzajac.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-title.entry-title {
text-align: center;
}
Regards,
Yigit
Hi!
Great!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit
Hey!
Can you place freshly downloaded Enfold.zip file somewhere and ( tell us where) and post FTP access here privately so we can update the theme for you?
Best regards,
Yigit
wooow
sorry about that. i thought i was already updated to the latest enfold version, since, when i search for theme updates in wordpress, it doesnt show me that there are any new theme updates…cheers
ill update to the latest theme version asap
Hey zibaloon2!
You can try adding following code to Quick CSS in Enfold theme options under General Styling tab
#footer { padding: 0; }
then add following code to Functions.php file in Appearance > Editor
function add_custom_socket(){
?>
<script>
jQuery(window).load(function(){
jQuery('#socket').prependTo('#footer');
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_socket');
If that does not help, you are going to need to adjust Footer.php file in Appearance > Editor
Regards,
Yigit
Hey Dennis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-menu-fx { bottom: 15px; }
Best regards,
Yigit
Hey!
Please add the code to functions.php file, not functions-enfold.php
Regards,
Yigit
Hello Josué.
Are you talking about functions-enfold.php
Or
Theme functions
(functions.php)
????
Thanks,
Miguel Kieling
Hi outsourceblock!
Please upload your logo in 1130px width and then add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main .container { width: 100%; margin: 0; }
Best regards,
Yigit
Hi web4698!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
margin-left: 0!important;
margin-top: 5px!important;
}}
Best regards,
Yigit
hi on the enfold demo page
http://kriesi.at/themes/enfold/homepage/transparent-header/
When we scroll down under the immediate slider there are 4 columns and one is free support, one mobile ready etc
I’m trying to recreate this. How do I?
I did try icon, icon list and icon box but i dont think its any of them. Please advise
Thank you
Hi!
Can you please try de-activating all active plugins and check if that helps? Currently footer socket is not being output.
Also, please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .blog-meta {
display: none!important;
}
You can change the functions.php file of the theme file to define your own grid size to use for the sidebars and main containers. See: https://kriesi.at/support/topic/right-sidebar-width/#post-118282
Regards,
Yigit
Hey gingarts!
Can you post the link to your website please?
Please make sure that you are using the latest version of Enfold 2.9.2 and WordPress 4.0 – http://vimeo.com/67209750
Best regards,
Yigit
This reply has been marked as private.
I can modify code but I don’t do it regularly, preferring to do quick css.
But to accomplish the following, I am willing to modify my child files.
We have several blogs (we use the advance layout editor to define on various pages) on our large church website, such as for news, sermons, and other groups. Is there a way to modify the info provided beneath the post title based on the blog? For example, beneath sermons, we would like author and date. But for news, only the date. For another one, we want nothing.
If it’s possible, you would save me some time if you could get me started, what file(s) t modify, what to look for, and how I might define a special class for each blog or some other way to distinguish the blogs?
Thanks for any help you can provide.
This reply has been marked as private.
Thank you! I didn’t think to check my plugins. This website is an older site that we migrated to Enfold and with it came an old plugin for “SEO Friendly Images.” I disabled that and the attributes are displaying correctly now. Really appreciate your help!
Hi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-subheading.av-subheading_below {
margin-top: -10px;
}
Cheers!
Yigit
Hey!
Great!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit
Hey gb!
Please go to Enfold theme options and choose to display Fixed Layout
Cheers!
Yigit
Hi rpl_admin!
Can you post the link to your website please? Have you tried adjusting the styling of main menu in Enfold theme options > Advanced Styling?
Best regards,
Yigit
Hi graphicsplus!
I didn’t test this but try to modify wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php. Open up the file and replace:
foreach($this->id_array as $id)
with
$this->id_array = array_reverse($this->id_array);
foreach($this->id_array as $id)
Cheers!
Peter
Hi ucvb66!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
strong.main-title.entry-title {
font-size: 30px!important;
}
and please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
Yigit
-
This reply was modified 11 years, 6 months ago by
Yigit.
Hi web4698!
The print style of any site is not ever going to be an exact snapshot of the site since browsers have their own rules they apply when you do a print command.
With Enfold we have a separate print stylesheet that tries to keep as much of the core styling in place while also making it more printer friendly. Its similar to how it changes for mobile and tablet views since the print width is much more narrow.
For the submit claim button you can add in some new print only css so that it moves to the right or becomes hidden for print since the them doesn’t have rules in place for customization already.
If you want to print it just like you see on your screen you would need to take a screenshot and then print that.
Cheers!
Devin
Hey!
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Title is displayed on the top of all content. Using transparent header, it would be under logo and menu items and that would look bad and be a poor UX.
Best regards,
Yigit
Hi there,
The Enfold theme is not printing great. It’s not a snapshot of the screen. Instead the pieces are stacked.
Please advise how to print as seen on the screen.
Hi svetkol!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
or you can turn on debugging mode ( http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ ) to see shortcodes of the elements you have created below content section and simply copy&paste them.
Regards,
Yigit