Hi!
I’m a bit stuck somewhere with a plugin that I’m using, which doesn’t obey my custom styling rules. I think it might be due to a conflict with Enfold styling..
Please check the page: https://scypho.se/kop/
I want to be able to style the white username & password input areas – their width, font-size, and especially background-color. Any suggestions?
Thanks!
Emin
Found the answer (see below), thank you!
Hey!
I’m sorry I didn’t notice you’re using a child theme. Please remove the header.php file on the child theme folder then replace it with the new enfold header.php from the parent theme folder.
Cheers!
Ismael
It worked!! Superb job Dude. Thanks
I agree to: do not work anymore on iPad :-(
All of us should have a developement site to test Enfold upgrade before go online, that’s why i do and it make my life better :)
Anonymous
Hi,
how do I get the login button on the header as on the page.
http://www.medienvirus.de/
thank you
Hi!
I have few questions
1.)
i would like to ask for help. I have made a new design for my webpage with Elfond theme on localhost. This webpage not using any database but seen the tutorial video how to upload our work to live server via WP MigrateDB or WP MigrateDB PRO plugin. I have tried it but its not working. Also uploaded the Enfold folder to wp-contents/themes.
We have made an export of Enfold on localhost and with this wordpress on server tried to import the exported file. After import we got the message “Failed to import… Invalid post type”
Could you help me how to do this process is there any detailed tutorial?
2.)
Our old webpage is still up at the server which should be changed to WP Enfold theme after we finished work on Enfold locally. Is there any way to replace old webpage (not WordPress) to the new finished Enfold page? Or simply delete all the content via ftp and upload WP?
3.)
When we started our work the permalink stcuture was: wordpress/id:2925
I would like to change this to folder structure(the pages name to be shown instead of ID)
After we set the permalink to postname and we save it and update.After we click on the menu and the loaded page says “The page cannot be found”
Can you help with the solution?
Thank you very much!
Hey!
I’ll ask Kriesi to fix the issue. I already sent him a patch. For now open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:
if(!empty($nav))
with
if(!empty($nav) || empty($nav))
and make sure the top menu is active. The next update will enable you to display the menu in the main navigation if the secondary menu is deactivated.
Best regards,
Peter
Hi!
I’ll ask Kriesi to fix the issue. I already sent him a patch. For now open up wp-content/themes/enfold/includes/helper-main-menu.php and replace:
if(!empty($nav))
with
if(!empty($nav) || empty($nav))
and make sure the top menu is active. The next update will enable you to display the menu in the main navigation if the secondary menu is deactivated.
Cheers!
Peter
Oupps thanks to notice, i will wait to upgrade…
Your issue is very strange because the language switcher is displayd at http://balducciceramica.com/it/ and also displayed on every page of http://balducciceramica.com/ except the homepage…
Hi,
I just edited some stuff in my functions-enfold.php file in my child theme but it is not working.
Please help. My edits will be lost if there is a future update
-
This topic was modified 11 years, 9 months ago by
f dech. Reason: typo
There is a similar entry with the same problem here https://kriesi.at/support/topic/wpml-language-switcher-disappeared/
I Inserted the code <?php do_action(‘icl_language_selector’); ?> on the file: includes > helper-main-menu.php an it worked, at least as a temporary solution. Let’s wait for assistance…
No-one has tried JC Submenu?
Updated to 2.6.1 up from 2.6 where it started to break.
Can I post a link to the website privately ?
in the meantime to find a temporary solution I tried to create a shortecode with the plugin “Shortcode Exec PHP” with the php code <?php do_action(‘icl_language_selector’); ?> for the drop-down language switcher, but didn’t work. I’m afraid we have to wait for kriesi support.
Hallo Peter,
dies habe ich bereits getan. Erst über den Button im Enfold Menu dann über FTP. Über die Funktion war das gleich Problem wie vorher auch.
A new Version (2.6.1) of your Parent Theme (Enfold) is available! You are using Version 2.6.1.
Do you want to update?
Hey Yigit
Thanks for your answer. The problem actually is not on any of my applications since I have not updated yet. I just mentioned Chrome issues testet on your own themedemo http://kriesi.at/themedemo/?theme=enfold
The font issues seems to have disappeared on my end but issues with transparent header that does not shrink and change background color still there + no google map in Contacts still there!!
cheers
Hey!
You can’t overwrite the js file directly with the child theme. If you want to remove the default avia.js file and register a custom avia.js file insert this code at the very bottom of the child theme functions.php:
if(!is_admin()) add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
function avia_register_child_frontend_scripts()
{
$child_theme_url = get_stylesheet_directory_uri();
wp_dequeue_script('avia-default');
//register js
wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false);
wp_enqueue_script( 'avia-default-child' );
}
and then place the modified avia.js into your child theme (enfold-child/js/avia.js).
Cheers!
Peter
hi,
great to have the new features in enfold like transparent header on particular pages!
but after updating to 2.6, then to 2.6.1, custom.css quit working in chrome (on iMac Mav.), in safari and FF most parts seem to work,except the shrinking height of the header (did not configured the heade yet using the new header feature). in Chrome, all custom styles seem to be ignored, i have cleared all caches etc, but it still looks strange. Could you please have a look at http://www.musikzentrale.net
Thanks for your help
regards, Sebastian.
Hey Ismael,
thanks, but after I´ve updated enfold to 2.6.1 the language selector disappeared again. So, could you please add the selector again in the helper-main-menu and also give me the code and the place, where I have to add it for the case of an new update?
I need the selector on the right header side and vertically centered to the phone number like before. Please consider this also.
Thanks!
Best Regards..
Hey!
The Press Permit 2 plugins cause the issue. When I deactivate them the links start to work. Enfold does not change the archive links or rewrite rules for archive links thus the issue must be related to the plugin.
Cheers!
Peter
Hey there. I JUST finished an initial build of a client website:
http://www.thesourcechiropractic.com/bypass
When I was done, I noticed there was an update for ENFOLD, so I clicked it. NOW, my feature images won’t show, nor will my testimonials on the home page.
I even tried deleting those page builder elements and creating them from scratch. The feature images reappeared, but only for a little bit…now they’re gone again…the testimonials never appeared, not even after making a new one.
OK…update…looks like the feature images will appear, but ONLY after you click the little circles at the bottom, so its still not working correctly, just wanted to let you know what I discovered, though…..testimonials still no where in site….AHHHHHHHHHHH!!
HELP!!!!
-
This topic was modified 11 years, 9 months ago by
laurendevine.
Hey!
Please insert this code:
add_filter('avf_avia_builder_masonry_lightbox_img_size','avia_change_image_size_masonry', 10, 1);
function avia_change_image_size_masonry($size){ return 'full'; }
into the enfold/functions.php file or insert it into your child theme functions.php file. The code makes sure that your lightbox open the original image and not the “large” thumbnail version.
Cheers!
Peter
Hi!
1) No, sitemap.xml is not a must. Smaller websites do not require a sitemap at all, large websites with a complex page hierarchy may profit from a sitemap. However it’s hard to determine an exact threshold and I’m pretty sure that every seo expert would give you a different answer. However on the other hand a sitemap.xml will not hurt your ranking – thus if you’re not sure about it it’s better to generate a sitemap.
2) WordPress is a CMS system and it uses themes and plugins to extend the core features. I’m not aware of a script which allows you to generate a sitemap without a plugin. The only option would be to build the sitemap manually. Personally I suggest to use http://wordpress.org/plugins/wordpress-seo/ or http://wordpress.org/plugins/google-sitemap-plugin/ to build the sitemap. You can also deactivate the plugins after the generation. As soon as you add a new post/page, etc. activate the plugin again and hit the “regenerate sitemap” button to generate the sitemap for portfolio pages.
3) No, especially http://wordpress.org/plugins/wordpress-seo/ supports custom post types like the “portfolio entries” and it will generate a proper sitemap.
4) No, you can also maintain it manually. However I suggest to build the initial sitemap with a plugin because I’m not sure which structure/syntax the sitemap uses and Yoast SEO will take care of this.
5) Please update to 2.6.1 and check if the update solves the issues. I’m pretty sure a) is fixed now, I’m not sure about b and c.
6) Yes, open up enfold/js/avia.js and replace:
setTimeout(function()
{
currentLink.animate({opacity:1},1500);
}, (100 * i));
with
currentLink.animate({opacity:1},100);
Best regards,
Peter
I found this, but it doesn’t really answer my question – http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/
I’d like to learn how to utilize all of the woocommerce features that come with your awesome theme. I just can’t seem to find them anywhere.
-
This reply was modified 11 years, 9 months ago by
uglymethod.
Hello,
I am attempting to set up my site. I have installed WooCommerce and the sample data. I am not however seeing any shop information installed. I have been through your install instructions but I cannot seem to find the information relating to utilizing all of the amazing features your theme has for WooCommerce. Can you please point me to where any documentation on this topic might be? This is what I found… http://kriesi.at/documentation/enfold/
Thank you!
Hey!
@Gee Are Pabst: Try this css code:
@media only screen and (max-width: 767px){
.responsive #header .social_bookmarks {
position:relative;
}
.responsive .mobile_slide_out .logo {
margin-top: 20px;
}
.html_header_top.html_bottom_nav_header #header_main {
height: 125px;
}
.responsive .logo a, .responsive .logo img {
max-width: 90%;
height: auto !important;
}
}
to improve the styling.
@hojoon: Please go to your English website and try to re-save the theme settings (Enfold > Theme Options).
Cheers!
Peter
Hey Jaroslav!
I suggest to use the free Codestyling plugin to translate the theme or to change the content of the current translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click the “create po-file” button. Click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). Search for “Leave a Reply” and “Want to join the discussion?”, etc to translate the comment text strings.
Best regards,
Peter
Hey gentlemansgazette!
I’m not familiar with google search and I can’t help you with the implementation. I recommend to install a wordpress search plugin like: SearchWP if you want to improve the search. You can also try to follow the instructions another user posted here: https://kriesi.at/support/topic/how-to-integrate-google-custom-search-cse-into-enfold/ but again, I can’t give you more details about the implementation…
Best regards,
Peter
I upgraded to 2.6.1 and now the layout header appears to work on both posts and pages now! However, I have selected a page to be the front page (the very first setting in the enfold theme options) but the layout header setting does NOT change the header on the home page.
-
This reply was modified 11 years, 9 months ago by
codemode.