-
AuthorSearch Results
-
September 26, 2013 at 11:23 am #166549
In reply to: Enfold Feature Requests
Request: replace the font icons with images
Hi,
i have been searching around quite a bit, but did not find an idea so far:
Is there any way to replace the font icons in three specific icon boxes with three individual images?Thanks for your help!
Cheers, Sebastian.
September 26, 2013 at 11:16 am #166546In reply to: Enfold Latest Portfolio + WPML
Hey!
Yes, actually WP will overwrite the widget settings if you try to save different settings/categories for different languages. This is a wordpress limitation because every widget gets an unique id and WPML does not duplicate the widget when you switch the language but the widget will keep the same id – thus you can also overwrite the settings. The only workaround I’m aware of is to add two instances of the widgets to the sidebar. First select one language and add a portfolio widget to the sidebar. Add ICL_LANGUAGE_CODE == ‘XX’ into the widget logic field and replace XX with the right language shortcut of the current selected language. Then configure the widget for the current selected language and hit the save button. Then switch to the other language and configure the second widget/instance for the other language. Don’t click the “blue” save button of the first widget or you’ll overwrite the settings of the first language again. I made a short video to demonstrate the setup: http://www.screenr.com/CyZH
Best regards,
PeterSeptember 26, 2013 at 10:59 am #166542In reply to: Seit Update 2.2 Probleme
Perfekt…das hat mein erstes Problem mit den Überschriften gelöst :) . Vielen Dank schon mal!
Nun fehlt nur noch eine Lösung für das zweite Problem:
“2. Die H3 Schrift ist auf einmal ein ganz kleines bisschen größer und die Fett markierten Wörter sind zwar noch Fett geschrieben, aber nicht mehr in meiner “Primary color” (Enfold/Styling).”Liebe Grüße,
MarcoSeptember 26, 2013 at 10:51 am #166537In reply to: wpml not find rows
Hey!
The text string you marked in the screenshot can be found in: /wp-content/themes/enfold/config-wpml/config.php – search for
$output .= "<li><span class='avia_cur_lang_edit'>Editing:</span><span class='avia_cur_lang'><img title='".$languages[ICL_LANGUAGE_CODE]['native_name']."' alt='".$languages[ICL_LANGUAGE_CODE]['native_name']."' src='".$languages[ICL_LANGUAGE_CODE]['country_flag_url']."' />"; $output .= ICL_LANGUAGE_NAME_EN." (Change)</span>";Replace “Editing” and “Change” with your custom text. We’ll make it translatable in the next version.
Best regards,
PeterSeptember 26, 2013 at 10:10 am #166521In reply to: Enfold Image Overlay Opacity with CSS
Hi!
thanks for the reply. I don’t think is so complicated, only i don’t understand why i can’t override the opacity of the element with the one write in css inside my keyframes animation..image-overlay { overflow: hidden; } .image-overlay .image-overlay-inside::before { font-size: 30px; } @-webkit-keyframes avia_pop_small { 0% { -webkit-transform: scale(6); opacity:(0);} 100% { -webkit-transform: scale(1);opacity:(1); } } @-moz-keyframes avia_pop_small { 0% { -moz-transform: scale(6);opacity:(0);} 100% { -moz-transform: scale(1); opacity:(1);} } @-o-keyframes avia_pop_small { 0% { -o-transform: scale(6); opacity:(0);} 100% { -o-transform: scale(1); opacity:(1);} } @keyframes avia_pop_small { 0% { transform: scale(6); opacity:(0);} 100% { transform: scale(1); opacity:(1);} } a:hover .image-overlay .image-overlay-inside { -webkit-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; -moz-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; -o-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important; }September 26, 2013 at 10:02 am #166520In reply to: Menu too large > overlaps with logo
Hello!
Actually I used a similar solution to calculate the menu width and the logo width and to adjust the menu width dynamically based on the logo & menu container width. The difference though is that my function does not switch to the mobile menu but it tries to reduce the paddings and the logo image width based on the screen resolution. Tbh I think the mobile menu should only be displayed on very small screens.
The code was added with theme update 2.2 and I improved the code now ( see: https://kriesi.at/support/topic/enfold-2-2-breaks-site-logo-image/#post-165531 ) – the new code will be part of the 2.3 update. The updated version supports all types of logos (different aspect ratios, etc.) and it will calculate the padding for each menu item individually whereas my first version of the script just applied the paddings of the first item to all menu items.Best regards,
PeterSeptember 26, 2013 at 9:49 am #166515In reply to: Problem with the inbuilt contact form
Hey!
Please try following bug fix – open up /wp-content/themes/enfold/framework/php/class-form-generator.php and replace
$header = 'MIME-Version: 1.0' . "\r\n"; $header .= 'Content-type: text/html; charset=utf-8' . "\r\n";with
//$header = 'MIME-Version: 1.0' . "\r\n"; $header = 'Content-type: text/html; charset=utf-8' . "\r\n";and
$header = 'MIME-Version: 1.0' . "\r\n"; $header .= 'Content-type: text/html; charset=utf-8' . "\r\n";with
//$header = 'MIME-Version: 1.0' . "\r\n"; $header = 'Content-type: text/html; charset=utf-8' . "\r\n";Cheers!
PeterSeptember 26, 2013 at 9:28 am #166510In reply to: Enfold Latest Portfolio + WPML
That plugin works perfectly for widget such as Latest News.
But for Enfold Latest Portfolio its use is not so clear.
In my Portfolio Categories I have a number of items for every language. So, I suppose, I have to set a Portfolio Entry to its category in a specific language. For example, I have Category A and its translation which is Category B: my Portfolio Entry in language A will be set as Category A and my Portfolio Entry in language B will be set as Category B.
Plus, I created a sidebar menu with Enfold Latest Portfolio which lets me choose only Categories in Language A. To choose Categories in Language B I need to switch my admin language to Language B. But when I do this, sidebar with Portfolio Entries in Language A disappears.
Hope I explained it clear.September 26, 2013 at 9:11 am #166503In reply to: No Data Received Error
Have the same problem with (No data received Error)
I download Enfold 2.2 then update to WordPress 3.6., still did not fix the issue. Steps that causes this issue – Starting from the admin page, when you click the update button from “Home Page” the error will occur. Yes I am hosting with GoDaddy.September 26, 2013 at 9:05 am #166502Topic: Enfold incompatible with IE 9 & 10?
in forum Enfoldadlinedesign
ParticipantOn you demo site the theme seems to work with IE9 & 10. Why doesn’t it work for me.
see http://www.adlinedesign.com.au/websites/yarrastore/This is a basic install. WordPress version 3.6.1. latest version of enfold. Dummy data imported. No mods.
Works great on other browsers but completely stuffed on IE9.
I’ve tried all theme alternatives and predefined CSS settings but nothing works.Like everyone else I wish explorer would die but for now we have to deal with it.
September 26, 2013 at 9:04 am #166500In reply to: Create 7 columns megamenu Enfold
Hi!
I’m also not aware of a quick solution and it seems like you need to rewrite some parts of the menu script. Tbh I think this is beyond the scope of our support forum and I’d suggest to hire someone (i.e. a freelancer from http://www.microlancer.com/ ) who can help you with this customization.
Cheers!
PeterSeptember 26, 2013 at 9:00 am #166499In reply to: Please contribute and translate Enfold
Hi Yigit,
I can help you with the Italian translation, but I need time because I am quite busy and I want to do a good job!
In exchange what can you offer me? An internship at Kriesi? Ah ah ah ah! :)
Just joking, but will be nice to learn new things!!September 26, 2013 at 9:00 am #166498In reply to: Codestyling Localization display several errors
I did what you suggested: deactivated all plugins but wpml and Codestyling, This is what I got:
- PHP runtime error reporting detected!
Reason: some executed PHP code is not written proper | Originator: unknown (probably by Theme or Plugin)
Below listed error reports has been traced and removed during page creation:
NOTICE Error: [8] Constant WP_MEMORY_LIMIT already defined /home/uhurkn76/domains/gmrizzi.it/public_html/wp-config.php on line 101 - Malfunction at admin script core detected!
Reason: misplaced core file(s) enqueued | Polluter: unknown (probably by Theme or Plugin)
Below listed scripts has been dequeued because of injection:
http://www.gmrizzi.it/wp-admin/js/media-upload.js - Malfunction at current Theme detected!
Name: Enfold | Author: Kriesi
Below listed scripts has been automatically stripped because of injection:
http://www.gmrizzi.it/wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_widget.js - Malfunction at 3rd party Plugin detected!
Name: wpml Multilingual CMS | Author: ICanLocalize
Below listed scripts has been automatically stripped because of injection:
http://www.gmrizzi.it/wp-content/plugins/sitepress-multilingual-cms/res/js/scripts.js
http://www.gmrizzi.it/wp-content/plugins/sitepress-multilingual-cms/res/js/taxonomy-translation.js
http://www.gmrizzi.it/wp-content/plugins/sitepress-multilingual-cms/res/js/icl_reminders.js - Malfunction at dubious external scripts detected!
Reason: unknown external script has been enqueued or hardly attached. | Polluter: unknown (probably by Theme or Plugin)
Below listed external scripts have been traced, verified and automatically stripped because of injection:
[avia-google-maps-api] – http://maps.google.com/maps/api/js?sensor=false
Looks like there’s something wrong with the Theme itself.
September 26, 2013 at 8:48 am #166493In reply to: Google Rich Snippets Error
Hey jamesnardell!
We added rich snippet support with Enfold version 2.1 (i.e. compare the analysis of my blog here: http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Finoplugs.com%2Fblog%2F ). You just need to update the theme to the latest version and everything should work just fine. The hcard data is not part of a standard wordpress post and thus not supported by our theme. You can try to install a hcard plugin to add the data to your website though.
Regards,
PeterSeptember 26, 2013 at 8:20 am #166484Awesome, it worked. So Josue, what could that plugin be doing that helps this reorder take place? The functionality it offers overcomes something that I think should be working properly in Enfold. Or is it perhaps a WordPress issue?
September 26, 2013 at 7:52 am #166472In reply to: Theme conflics with audio plugin
Hello Ismael,
I wasn’t even aware that there was a native audio player in Enfold. Even as i look, I don’t see one.
This particular audio player is supposed to open up into a playlist with numerous tracks, but it doesn’t work. It works when i activated the Twenty-Thirteen theme, so it’s something with the Enfold theme conflicting. Assuming it’s the native audio player script, I will remove that and see if this helps. I’ll copy the script in case it does not work, because I may want to try the native player if this one doesn’t work.
Thanks Ismael.
PatSeptember 26, 2013 at 7:32 am #166460Topic: Overriding functions in a child theme
in forum Enfoldsaeedrahman
ParticipantHi,
I would like to add the Layout Builder to a custom post type, using a child theme. I have checked out this video and the changes only work when applied to the main enfold theme, not the child theme.I guess Dude’s response to another thread explains in a different context, however I have not spent too long looking at structures of the theme and therefore not sure on the code I should use.
Thx
September 26, 2013 at 7:25 am #166456In reply to: Yoost SEO plugin conflict
Hello!
Actually we even added a php file which fully integrates Yoast SEO into Enfold. Eg the page analysis tool now works with the page builder because we asked Yoast to cooperate with us and to implement a new hook (see: http://yoast.com/wordpress-seo-content-analysis/ ) which allows us to manipulate the content. I’m not aware of any incompatibility issues and all Yoast SEO plugins (free & premium) should work with our theme (and I use it on my websites with Enfold too). You maybe need to increase the allocated php memory to 128M though: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Best regards,
PeterSeptember 26, 2013 at 7:15 am #166453In reply to: Enfold Bug In Main Nav
Hey!
I used ‘hide-class’ as an example, you’ll need to define your own class.
Best regards,
JosueSeptember 26, 2013 at 6:32 am #166445In reply to: Translation WordPress website
Hello bizzappsconsult!
1.) WPML is the only configured plugin that you can use for Enfold. Yes, you can use qTranslate but we can’t assure that the plugin is compatible with the theme.
2.) What do you mean delete all pages? The search field will search all of the created pages, post, portfolio items, products that you created inside the wp admin dashboard.
Cheers!
IsmaelSeptember 26, 2013 at 6:28 am #166442In reply to: blog image don't appear
Hi giammi73!
Go to Enfold > General Settings > Blog Style, select any kind of layout except for the Grid Layout. Edit your “Blog” page, switch to Advance Layout Editor then insert the Blog Post element. Select “Grid Layout” as blog style. :)
Best regards,
IsmaelSeptember 26, 2013 at 6:23 am #166440Hey rhunecke!
Edit functions-enfold.php, find this code:
$entries['prev'] = get_previous_post($same_category); $entries['next'] = get_next_post($same_category);Replace it with:
$entries['prev'] = get_previous_post($same_category, 'CATEGORY ID HERE'); $entries['next'] = get_next_post($same_category, 'CATEGORY ID HERE');Add the category id of the category that you want to exclude.
Regards,
IsmaelSeptember 26, 2013 at 5:38 am #166425In reply to: Enfold: Navigation active & selection area
Hey zerozendesign!
1.) You can add this on your custom.css or Quick CSS to define the active menu color:
#top .header_color .current-menu-item a { color: red !important; }2.) What is the code you added to adjust the header height?
Cheers!
IsmaelSeptember 26, 2013 at 5:25 am #166419In reply to: Yoost SEO plugin conflict
Hey!
You will not lose your configurations and content when you update the theme. Just follow the instructions on how to override the theme files via FTP. You should create a backup of the files you modified like custom.css etc. A lot of Enfold users are using the SEO Yeost plugin without problem or issues.
Regards,
IsmaelSeptember 26, 2013 at 5:14 am #166411In reply to: WordPress SEO by YOAST break my dashboard!
Hi mmi!
A lot of Enfold users are using Yeost. Can you give us a link to your website? Do you have the latest version of Enfold, which is 2.2?
Regards,
IsmaelSeptember 26, 2013 at 4:43 am #166396In reply to: Social Media Roll Over Icons
Hey!
Go to Enfold > Header > Header Type. Select the headers with social icons.
Cheers!
IsmaelSeptember 26, 2013 at 4:41 am #166395In reply to: Enfold Image Overlay Opacity with CSS
Hey!
What you’re asking is a bit complicated and I doubt if this can be done via CSS. Please hire someone to modify the overlay effect.
Best regards,
IsmaelSeptember 26, 2013 at 4:24 am #166390Hey kriru!
Did you place the main theme files on wp-content/themes folder?
You should have this code for the following files:
1.) styles.css
/* Theme Name: Enfold Child Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then. Version: 1.0 Author: Kriesi Author URI: http://kriesi.at Template: enfold */ /*Add your own styles here:*/2.) functions.php
<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */3.) A screenshot.
Best regards,
IsmaelSeptember 26, 2013 at 4:02 am #166380Topic: Enfold: Navigation active & selection area
in forum Enfoldzerozendesign
ParticipantHey guys –
About wrapped up this site – http://codelessme.com/carolinalock
Last two things for this one:
1. How do you set active menu color?
2. Following your directions for header height, I have now ended up with a massive 300px tall hover area for each menu item. How do I limit it to a few pixels above and below and not the entire height of the header?September 26, 2013 at 3:54 am #166377In reply to: Menu links not working
Hello
I think maybe is the installation of dummy data doesnt work at all, I just check and there is no posts.
I installed the theme first.
Then I saw the chlid theme video, so I unistalled the theme, and installed the child theme, and de data again.
I noticed that some IDs change the secuence, so I had to reload the pages that reference those items (the slider to be concrete)Then a friend told me not to use child themes, so I activate again the Enfold, delete the child, and import the content again.
So, I think this could be the problem.
Is the a way to install a new, fresh installation, “sequences starting in ‘1’”?
Please help
Thanks
José - PHP runtime error reporting detected!
-
AuthorSearch Results
-
Search Results
-
On you demo site the theme seems to work with IE9 & 10. Why doesn’t it work for me.
see http://www.adlinedesign.com.au/websites/yarrastore/This is a basic install. WordPress version 3.6.1. latest version of enfold. Dummy data imported. No mods.
Works great on other browsers but completely stuffed on IE9.
I’ve tried all theme alternatives and predefined CSS settings but nothing works.Like everyone else I wish explorer would die but for now we have to deal with it.
Hi,
I would like to add the Layout Builder to a custom post type, using a child theme. I have checked out this video and the changes only work when applied to the main enfold theme, not the child theme.I guess Dude’s response to another thread explains in a different context, however I have not spent too long looking at structures of the theme and therefore not sure on the code I should use.
Thx
