I am not sure why but I am following the Enfold Logo directions: Logo Dimension: 340px * 156px
I added it but it looked smaller so I checked the dimensions in the Chrome tools and it shows the size smaller than I put in, does anyone know why?
How come it wont show as Logo Dimension: 340px * 156px they way I put it in? This is very frustrating, nothing seems to override this.
Please help!!
Hey Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#menu-item-8 {
background-color: #7ac144;
}
Seems like you figured out the rest!
Best regards,
Yigit
Hi!
Please update Enfold to the latest version 2.6.1 ( http://kriesi.at/documentation/enfold/updating-your-theme-files/ )
new Google Maps Element was added as you can see here http://kriesi.at/themes/enfold/pages/contact/
Regards,
Yigit
Ekran görüntüsü Chrome’dandı fakat IE11 üzerinde IE8 modunda görüntüleyince böyle gözüküyor http://i.imgur.com/GK5YQl8.jpg
Enfold theme options > Styling bölümündeki Quick CSS bölümüne aşşağıdaki kodu ekleyip tekrar göz atar mısınız
.image_size_widget .news-thumb img { width: auto; }
Cheers!
Yigit
I’m using the enfold theme and contact form 7 and my email output I need to be pure text email but BR codes are being added at the end and there are no carriage returns in the email settings at the end:
Output:
{ “item_type”: “deal”, “title”: “Test Biz”, “organization”: “Test Biz”, “value”: “9000”, “currency”: “USD”, “owner”: ” (Email address hidden if logged out) “, “visible_to”: “0”, “stage”: “1”, “expected_close_date”: “2014-03-13”, “38951d42601f4b3df7df790898995123662d0f78”: “testing the text area (aeuAOE) ; super “cool””, “person”: { “name”: “Test User”, “email”: ” (Email address hidden if logged out) “, “organization”: “Test Biz”, “phone”: “(310) 651-6678, x801” “5774acadbd6cb87ccaf4901a88d22dcfea53e46e”: “Google” }}<br />
<br />
what I have in email setting for the body:
http://take.ms/Ah6nd
How do I strip all tags from non-html emails? Is this caused by some customization of contact form 7 in Enfold? I don’t see others having this issue with contact form 7 on other themes.
https://wordpress.org/plugins/contact-form-7/
-
This topic was modified 11 years, 10 months ago by
openpotion. Reason: changing my emails in code
Hey!
Please update Enfold to the latest version 2.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Or if you do not want to update but remove breadcrumbs globally, please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { display: none; }
Regards,
Yigit
Had the same issue. This is how I fixed it:
In Enfold Theme options set “Where do you want to display your blog” to nothing.
Then go to Appearance > Themes > Customize (when you hover over theme) and then set Blog to nothing as well.
Create your Blog/News page, add whatever elements you want in the Advanced Layout Editor (be sure to include the Blog Posts element and configure from within).
Original Thread: https://kriesi.at/support/topic/editing-blog-homepage-outside-of-avia-layout-builder/
-
This reply was modified 11 years, 10 months ago by
Thinkgate.
All is well. Yoast was updated, plus I hadn’t updated Enfold. I have signed up for updates now.
THANKS
Hey Yigit !
Thx for your answer, but i doesn’t find the enfold file who they display the font face. Can you help me please ?
Best regards, R3v0x.
Thanks perfect. Is this included in newer versions of the enfold theme?
This is the new Italian translation for 2.6, hard work, 400 entries changed
Best regards,
Giuseppe Beghelli
Hey wesleysoccer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .cart_dropdown {
display: block;
}}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well and adjust as needed
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
color: orange; }
This is how slide out menu works. You can see the same on demo site http://kriesi.at/themes/enfold/
Regards,
Yigit
Hi,
I have recently purchased Enfold. Thanks so much for such a robust theme.
Have a question regarding the media library. I seem to have a lot of duplicates of all images when i view my media library (7 pages worth of images are listed). However I have a total of 44 image files on the server (viewing through FTP).
Any help would be much appreciated.
Hey!
Please switch to Enfold theme in Appearance > Themes. Currently Twenty Fourteen theme is active
Cheers!
Yigit
Hi Dan!
Please update Enfold to the latest version 2.6.1 ( see – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ) and check if that helps. If not, let us know so we can assist you further
Best regards,
Yigit
Hey,
We’ve made some modification to our enfold theme, but many of them were done inside the enfold theme and not in our child theme.
I’d like to redo all those changes in a more elegant way, so we could easily upgrade the theme version without loosing all our modifications.
In many cases it is quite easy to add a hook to a filter or an action, but there are cases when it is not that obvious.
For example- we’ve changed the default parameter values in the avia_post_nav function in functions-enfold.php (instead of $same_category=false we use $same_category=true).
I see only two options, which none of them is really satisfying, to change the default without touching the theme itself:
1. Make a copy of this entire function into the child theme functions php file, and just change the default parameter value. This means that if tomorrow this function changes in enfold, this change would not apply for us.
2. Make a copy of the footer.php file (which uses this function) and then pass the variable value – avia_post_nav(true). This means that if the footer.php file changes in the next enfold version, it would also not apply for us.
Which of the above is preferred? (I personally think that cloning the footer is better). Is there any other more elegant way?
Thanks,
Lior
Devin,
Thank you for your continued assistance!
I renamed the plugins folder on the server and still the white screen. I removed my child themes files one at a time (header.php, footer.php, functions.php) still with no luck.
This leads me to believe it is a theme conflict with WordPress (version 3.8.1). When I revert back to the last version of Enfold I was using, 2.4.5, everything works fine.
I’ve run out of ideas and feel like my only option now is to revert back to 2.4.5. The site will be pushed live in a week, and would much rather deal with this issue before launch.
If you or your team could provide any other thoughts, I would greatly appreciate it. I am still researching for another solutions.
Thanks!
-
This reply was modified 11 years, 10 months ago by
Thinkgate.
Hi!
Please update Enfold to the latest version 2.6.1 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If not, let us know!
Regards,
Yigit
I am using the latest: 2.6.1
i also found this php error today:
PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /home/comprarmagazine/public_html/comprarmag.com/wp-content/themes/enfold/functions-enfold.php on line 305
Thanks in advance
Hey station1!
Can you post the link to your website so we can take a look? Which version of Enfold are you using? If not 2.6.1, please update it ( see – http://kriesi.at/documentation/enfold/updating-your-theme-files/ ). You can choose to display Transparent header on selected pages with the latest version
Best regards,
Yigit
Rename your plugins folder to something besides plugins and if need be delete Enfold to get your dashboard back to be being accessible. It sounds like there is something else causing a conflict as a normal theme update shouldn’t cause that kind of issue.
So far this is the only case of that happening that I know of.
Hey Willem-Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab to fix menu issue
@media only screen and (max-width: 989px) {
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
.main_menu { display: none; }}
Can you elaborate on logo issue? A screenshot would help
Cheers!
Yigit
I’m not sure what the root cause of it is but I’ve not had any of the same issues when updating my demo site or any client sites so far. I would suggest deactivating all currently active plugins and then re-installing the last update over FTP and make sure there are no write errors.
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
Then see if things get back to normal working order.
Hi!
You can use css to style first last using pseudo selectors: http://css-tricks.com/pseudo-class-selectors/
The menu in your second reply isn’t a menu but instead a tab shortcode: http://kriesi.at/themes/enfold/shortcodes/tabs/
Regards,
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-height: 29px !important;
}}
Best regards,
Yigit
Hi Raymmar!
You can add following code to Quick CSS in Enfold theme options under Styling tab to make them visible all the time
.avia_desktop .avia-content-slider .avia-slideshow-arrows a {
opacity: 1;
}
However, it is not possible to move them outside of the box. If you really need it, please hire a freelance developer
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.disclaimer {
text-align: center;
}
If this is not what you meant, please post a screenshot and show
Regards,
Yigit
Hi!
Can you try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.grid-sort-container {
z-index: 999; }}
Have you tried checking your website on an Android device? Issue occurs on my iphone as well
Cheers!
Yigit
Hello! Contributions to showcase Enfold me, a page of cultural tourism in the city of Barcelona
http://viabarcelona.cat
Great job and great Enfold …