Seems a problem in the RTL version of the POSTS and PORTFOLIO grid layout.
I have prepared two illustration that demonstrate the layout problem in ENFOLD 3.0
Post items grid layout: https://www.dropbox.com/s/yt2d24alhev1vwg/Posts-ENFOLD-V3.png?dl=0
Portfolio items grid layout: https://www.dropbox.com/s/8cofn9as6ljwbv7/Portfolio-Enfold-V3.png?dl=0
Here is the URL: http://goo.gl/BGOK6j
Is it possible to solve it with simple code editing?
Thanks!
Hey!
Ich kann keinerlei blaue Farbe sehen und dein Header scheint einen weißen Hintergrund zu haben. Konntest du das bereits fixen?
Wenn du ein Hintergrundbild im Logobereich haben möchtest, kannst du eins hochladen in deinem WordPress backend in Enfold->General Styling->runterscrollen zu “Background image” und “upload custom image” auswählen.
Wenn ich über einen Button gehe, kann ich keinen Strich sehen. Meinst du vielleicht den Abstand zwischen den nebeneinander liegenden Buttons, den du erhöhen möchtest? Falls ja, füge diesen Code ins Quick CSS ein:
.menu-hover-style-4 .main-navigation-ul>li.menu-item>a.menu-item-link
{
margin-left: 10px;
}
Für “10px” kannst du eine beliebige Zahl einsetzen.
Gruß,
Andy
Hey!
Yes, as @lkjc said, please add Google Map element to your page and then choose to display Transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
@lkjc Thanks :)
Best regards,
Yigit
Hi!
You can turn on Custom CSS field for ALB elements and give your elements a unique custom CSS class and target them using Custom CSS code in Quick CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Images however will not be displayed fullwidth because of the container. You can add your images inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; margin: 0; }
Cheers!
Yigit
Hey!
You are welcome, glad we could help :)
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
Seems a problem in the RTL version of the POSTS and PORTFOLIO grid layout.
I have prepared two illustration that demonstrate the layout problem in ENFOLD 3.
Post items grid layout: https://www.dropbox.com/s/yt2d24alhev1vwg/Posts-ENFOLD-V3.png?dl=0
Portfolio items grid layout: https://www.dropbox.com/s/8cofn9as6ljwbv7/Portfolio-Enfold-V3.png?dl=0
Here is the URL: http://goo.gl/BGOK6j
Is it possible to solve it with simple code editing?
Thanks!
Hi!
Please add following code to Functions.php file of your child theme
function theme_name_scripts() {
wp_enqueue_style( 'style-name', '//cloud.typography.com/1234/5678/css/fonts.css' );
}
add_action( 'wp_enqueue_scripts', 'theme_name_scripts' );
You should replace the 1234/5678/css/font.css link with your CSS key. I am sure they can help you with how to find it as well :)
Please also see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Yigit
I don’t really see how that addresses the issue? I have no reason to migrate the database.
The site was on full SSL with no issues before installing Enfold. The rest of the site is fine. The problem occurs when using the Enfold ALB portfolio element. Something about the implementation is causing one size of the images to then show up as insecure. If I use the same images in other ways, the pages do not become insecure.
The image on the homepage, added to the website using the media library, and the ALB image element does not cause the page to appear insecure.
How do I set up a portfolio overview page without causing my portfolio section to warn my users about insecure content?
-
This reply was modified 11 years, 6 months ago by
Sandie.
Hi sabrostar!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner {
text-indent: 0;
}
Cheers!
Yigit
Hi!
You are currently using an older version of Enfold which is not compatible with WordPress 4.0. Please update Enfold to the latest version 3.0 via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Hi!
Please try adding following code to Quick CSS
@media only screen and (min-width:644px) and (max-width:767px) {
/* CSS rules here */
div#full-width-section-tflq .avia-image-container{
max-width:100% !important;
width: 100% !important;
margin: 30px auto !important;
float:none;
}
}
If you would like to display your image fullwidth like color section element, please add a color section element with unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then insert your image inside your color section and then add following code to Quick CSS
@media only scree and (max-width: 768px) {
#your-custom-id .container { width: 100%; margin: 0; }}
Cheers!
Yigit
Hey sabrostar!
Yes Enfold is still fully compatible with WPML. Please once again make sure that you are using the latest version of WPML. Can you post the link to your website please?
Cheers!
Yigit
Hi!
You are welcome, glad we could help :)
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 :)
Cheers!
Yigit
Hey!
Please go to ThemeForest and download the latest version of Enfold from Downloads section and place Enfold.zip file somewhere on Cpanel and tell us where then post cpanel login credentials here privately. Have you made any changes on theme files?
Cheers!
Yigit
This reply has been marked as private.
Hi heufti65!
Please use this plugin to translate missing strings – https://wordpress.org/plugins/codestyling-localization/
After installing the plugin please go to Tools > Localization > Themes > Enfold > choose your language and Rescan theme files before editing them. Make sure to check “non-case sensitive” while searching the string
Cheers!
Yigit
Dear Yigit,
thank you for your email. We are in hurry coz it is REALLY URGENT to make changes!
We are using Hostgator hosting, do you have a video working with it?
It is interesting (at least to me) because our website says that we are using the latest Enfold version (please check screenshots attached) and I do not have the expertise to do such changes suggested in the video.
As I did give access to you to my WordPress Admin I may give you access to my hosting too in order to make sooner and easier!
I WILL APPRECIATE YOUR QUICK RESPONSE!
BEST
Ramiro
Hi Enfold team,
I dont find the right version number in 3.0.1 style.css.
Is it me ? … ;)
-
This topic was modified 11 years, 6 months ago by
ouranos3.
Hi!
Sorry :) Please go to Enfold theme options > General Styling tab and scroll down and add the code to Quick CSS field
Regards,
Yigit
Hello Enfold support team,
So i updated to Enfold 3.0 and i’m testing the new features. Some of them will be very useful for me, and i find this major version update kind of “bugless” which is a great relief.
I found this new feature in the list : “filter so user can programmatically change the lightbox image size”. But i can’t find the filter. Could we have a link ?
Thanks and good work.
/*
* register custom functions that are not related to the framework but necessary for the theme to run
*/
require_once( 'functions-enfold.php');
function add_custom_script(){
?>
<script>
jQuery(window).load(function(){
jQuery("p.toggler").addClass("activeTitle");
});
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
/*
* add option to edit elements via css class
*/
// add_theme_support('avia_template_builder_custom_css');
My last section of functions.php code. I set to toggle mode, with 1 as initial open. But i want all of them by default to open themselves but it didnt work! More assistance required cheers!
…or, can you tell me how to create a new Page Template? I’m a bit confused between the Enfold page templates in /enfold/template-*.php and the WordPress page templates. I’ve been looking for Enfold documentation, but haven’t found any (yet!).
I also create a dupe of “template-builder.php” and renamed it “template-noheader.php”. I can’t seem to make that file appear in the Page Attributes box. I presume this is the wrong way to do things…?
This reply has been marked as private.
Hey Adolfo Lucio!
Please go to Enfold theme options > Blog Layout > Blog Style and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”. Create your page using ALB and in Enfold theme options > “And where do you want to display the Blog?” choose your page
Cheers!
Yigit
Hi islandjoe1!
Please use the code provided here to display your sidebar at the right side of the page – http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Elements on the left side will always be displayed before the ones the right side.
Best regards,
Yigit
Hey EvilMuelli!
Please un-do the changes you have made. That topic is a year old now it is easily possible to change header height in Enfold theme options > Header > Header Size = custom pixel value :)
Regards,
Yigit
Dear Kriesi Team,
I’m preparing a website layout online for a prospect and I have found a problem. Adapting your example for Enfold Flat Business Demo in,
http://kriesi.at/themes/enfold-business-flat/
I prepared the 5 different transparent header in colors for the 5 main pages you can see in the url (Private Content),
The pages “Inicio”, “La Clínica”, “Documentos y Publicaciones” and “Contacto” works fine but I don’t know how to manage with the transparent header in “Noticias”. This is in reality a Blog/Post Page, which is not managed / treated as a normal Page for WP and Enfold, and I don’t know what to do and how to resolve the problem.
For preparing the transparent header I have employed a Color Section in which I have included a 1/1 column with a text block for showing the page logo title, and below this two columns 2/3 and 1/3 with the two correspondent text blocks for showing in which page you are.
Could you please me help with it? How can I manage the Blog/Post Page for this?
Many thanks and best regards from Madrid, Adolfo
Hey!
Have you tried contacting plugin author? If not, please do so.
Currently it is not possible by default. Feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
P.S.: For your information, we have queue that goes from oldest to newest posts. Each time you self post or duplicate a topic, you are pushing your query to the end of the list :)
Best regards,
Yigit
Hi guys,
just installed enfold 3.0 on a fresh wordpress site (4.0). Avia Layout Builder is not loading and I can’t save anything in Enfold Theme Options.
What am I doing wrong? I don’t have any other plugins enabled at the moment.
Thanks in advance
Hey marvalarc!
Can you please post the link to your website please?
Please make sure that you are using the latest version of Enfold 3.0 and WordPress 4.0 – http://vimeo.com/67209750
Regards,
Yigit