Guys – I redone our site and was just working on putting in 301 redirects for the old sites pages to hit our new homepage rather than a 404
I noticed Google had already indexed alot of pages from our new site (done with Enfold)
However it was also picking up alot of theme files (which I’d prefer it not to)
Is there away of stopping Google doing this (without losing indexing of other pages??)
For instance its indexing folders such as: (I’ve changed the theme folder name from Enfold to reference the sites name!)
/themes/digi-v201/framework/
/wp-content/themes/digi-v201/framework/js/
/wp-content/themes/digi…/config-layerslider/
/wp-content/themes/digi-v201/framework/css/
etc etc
ranks quite a few…
Any help very appreciated!!
G
I tested it and it worked. Thanks again for all the help and support the team provided to me. Appreciate it!
Hi,
no, Flashlight does not support the ajax portfolio feature. Btw – my answer here: https://kriesi.at/support/topic/one-column-portfolio-option is also not valid for Flashlight but the feature is only planned for Enfold at the moment.
No, it should work even if you installed WooCommerce before you assigned the main menu to the theme location. However note that the cart won’t display if no product was added to the cart. Eg like on the demo page: http://kriesi.at/themes/enfold/shop/ you must first select a product and afterwards Enfold fades in the cart (right side). If the cart still doesn’t work please post a link to your website and we’ll check the code.
You can find it in wp-contentthemesenfoldconfig-woocommerceconfig.php – search for
if($product->product_type == 'variable' && empty($output))
{
$output = "<a class='add_to_cart_button button product_type_variable' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Select options','avia_framework')."</a>";
}
if($product->product_type == 'simple')
{
$output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Show Details','avia_framework')."</a>";
}
You need to replace avia-font-entypo-fontello span with an image or another font icon if you want to change the look of the icons.
In fact Enfold even hides the sidebar on mobile devices. If you want to display it insert following code into the quick css field
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {
display: block !important;
}
}
It will show up underneath the main content. It’s not easily possible to turn the sidebar menu into a mobile menu and we can’t help you with this customiztion because it’s beyond the scope of our support forum. You can try to hire a freelancer for this job though.
Thanks. I found out, that Open Sans on Google Fonts has no trouble with diactritics, but Enfold has.
Look: http://goo.gl/LoZgPd
I really like Open Sans in Enfold, so it’s here any way, how to fix it? :)
I’m using the s2member plugin and I want to use some of their conditional shortcode statements to output display objects.
Ie. I want to do this:
[s2If current_user_can(access_s2member_ccap_customccap1)]
random text
[/s2If]
[s2If current_user_can(access_s2member_ccap_customcap2)]
[av_portfolio columns='2' items='16' contents='excerpt' preview_mode='auto' image_size='portfolio' linking='' sort='yes' paginate='yes']
[/s2If]
But I’m having trouble getting it to work using the Advanced Layout Editor. It seems to work if I enter it in the default editor. Is there any way to put my s2member conditions around some Enfold shortcode?
Or is my only option to design the whole page with shortcode? If that’s the case, is there an index of all Enfold shortcode for all elements?
Last question: I already messed up the ALE of one page by editing the debug code on it’s own after creating the page in the ALE. Am I ok if I just completely delete that page in wordpress and recreate it from scratch or is my database still corrupted? I now understand why you don’t enable the debug code by default.
Thanks.
You awesome thing Ismael, thanks for helping here!
I have added the .htaccess information and get an Internal 500 Error
Is the second set of code meant to be done as well (by the host as you say)? or were you saying it can be an either/or situation?
This is my current htaccess code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~turabeac/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~turabeac/index.php [L]
</IfModule>
# END WordPress
# Fix Enfold menus
php_value suhosin.post.max_vars 2048
php_value suhosin.request.max_vars 2048
# END Fix Enfold menus
cheers
Darryl
Hi,
It is something you need to work with a freelance developer if you really want one. You can also place a feature request here: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Ismael
Try following – open up /wp-content/themes/enfold/framework/php/class-framework-widgets.php and replace
$twittercount = wp_remote_get( 'https://twitter.com/users/'.$twitter );
if (!is_wp_error($twittercount))
with
$twittercount = '';
if (!is_wp_error($twittercount) && !empty($twittercount) )
I guess Twitter removed the old api completely now and the twitter follower count doesn’t work anymore. We’ll fix this in the next update.
1) Yes you can translate the dummy data. Open up wp-contentthemesenfoldincludesadmindummy.xml and translate the text strings within the xml nodes. If you want to import the translated text string on the client server replace the original dummy.xml file with your translated version and import the dummy content afterwards. Alternatively translate it on your server and use a db migrate tool (like: WP MIGRATE DB to clone the translated posts to other servers. You also don’t need to import the dummy data if you clone the db directly.
2) The admin page is not fully translatable but most text strings are translatable (eg the layout builder elements & descriptions) and use the avia_framework textdomain. Please try to re-scan the theme files and make sure that you generated a mo file based on the po file.
Hey,
Please update to WP 3.6 then download Enfold 2.0.1. It will fix the slider issues.
Regards,
Ismael
Hi,
Please place the code on custom.css located on the css folder. Remove browser cache then reload the page a few times. If you have a cache plugin, flush the settings.
Regards,
Ismael
Devin,
Sorry to keep coming back on this question. I added the css code to both Chinese and English version of the ENFOLD Quick CSS field but the date and time are still shown up on the page, http://acutta.com/template/?post_type=product. I only referenced the portfolio widget once on the page and three courses are listed as below (sorry don’t know how to upload a screenshot so I just did a copy and paste directly from the page). As you can see, the time and date are still there.
COURSES
013
Test portfolio 3
September 3, 2013 – 2:05 pm
014
Test portfolio 2
September 3, 2013 – 2:04 pm
friends-420×417
Test portfolio 1
September 3, 2013 – 2:04 pm
Thanks,
Hi,
Please add this code to custom.css file or in Quick CSS in Enfold theme options page under Styling
.container .wrap { border-bottom: solid 1px black; padding-bottom: 5px; }
div.container { height: 270px; }
div.main_menu { right: 25%; top: 47%;}
Regards,
Yigit
Hi,
Please add following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header_meta { z-index: 1; }
#header_main .social_bookmarks { margin-top: -76px; left: 0; }
That should do it
Regards,
Yigit
Hi cloud8,
None of your slider elements will work with WordPress 3.6 actually. You need to update your theme from 1.6 to the newest 2.0+ version to bring it up to date to work with WordPress 3.6.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/chanels/aviathemes/67209750
Regards,
Devin
Hi,
Could you please firstly update Enfold to version 2.0.1 and WordPress to 3.6
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/67209750
Regards,
Yigit
Hi yukanl,
There is no trick to it. That image in the header is just covered by the transparent caption container. Its still publicly accessible: http://kriesi.at/themes/enfold/files/2013/04/woman3-1500×430.jpg
Regards,
Devin
Looks like you got it sorted out! Live site is looking good with the 7 columns in place.
Let us know if you have any other questions or issues.
Regards,
Devin
I like it Chris! I’ve been trying to squeeze in the time to really re-do the support documentation, include a FAQ for plugin questions like yours (and include solutions when users find them) and on the site side Kriesi is working on doing a complete site and forums re-launch. He just needs to figure out how to not lose everything that has been posted up to this point :)
Thanks once again to everyone for the great suggestions, requests and general feedback. Keep it coming :)
Regards,
Devin
It’s been very neat seeing a variety of sites. My website had been built with Expression Web. For many many months now I’ve been thinking of changing it over to WordPress. It was very difficult choosing a theme. A friend pointed me towards Enfold and helped me set it up and now I have a new, modern website!
http://www.mauiislandportraits.com
Hi dkhollen,
No you will not lose anything by updating the theme files. All data in WordPress is stored in the database and not in the theme files. So unless you modified the php, js or css files then you can just update.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: htps://vimeo.com/chanels/aviathemes/67209750
Regards,
Devin
I have just downloaded the newest version of Enfold, and would like to update, but am afraid my work will be undone, is this a possibility, or can I simply install and activate it and my content will remain the same?
If not, what steps will I need to take in order to preserve my content and settings?
Thank you for your help.
Hi,
Amazing theme!
Few question, If I may::
1. How can I use special heading with a line, like in here: http://kriesi.at/themes/enfold/pages/
2. Also, how can I position the Special Heading in center?
3. Can I use the portfolio grid for Pages in a certain category, instead of Portfolios?
And, other issues:
1. When trying to edit a horizontal line, the menu appears only after ~4 seconds. It’s a been confusing, maybe you should show a loading animation..? (just trying to help)
2. When should the RTL version be released? I saw it on the theme roadmap.
Thanks again,
Eran.
Hi,
I have created a page on base of the demo “coming soon” page (template “no header, no footer”) with the Advanced Layout Builder.
I can drag every element into this page except of the Advanced Layer Slider – it does not work to drag this element into a 1/1 column.
Is it not possible to use it on a coming soon page?
No workaround?
Thanks.
Gday Kriesi forum
I’m using Enfold 2.0.1 and WordPress 3.6, and have a primary menu of approx 80 items.
When I add a new item, the system is automatically setting it as a custom mega menu, and knocks out my menu location.
If I ignore that, and instead add more menu items, upon saving the menu it truncates back down to the original amount of items.
I have all plugins turned off, with the exception of Tribe Events Calendar. Turning it off disabled my admin menu access altogether.
Here is a 3 minute screencast showing the issue: http://screencast.com/t/SBbq7aq10k
I’m pretty desperate as I intended to go live today, any help would be much appreciated.
Any Kriesi admins that would like access to the installation, please send me your contacts and I’ll make you a user.
cheers
Darryl
Hi guys, you’ll be glad to hear that I’ve now almost finished my site and am very happy overall. I just have another few last questions about the blog, which I’ve only just got around to working with now that all other pages are almost done.
The blog in Enfold just doesn’t seem to work like any other blog I’ve used in other themes and I need a little help please.
My problems & question:
1. I want to have mycompany/myblog/category/postname but no matter what I try the built in breadcrumbs in Enfold seem to completely omit the name of the page containing the blog elements. So I end up with something like: mycompany/category/postname instead! I can get this to work if I implicitly set the blog page but then you don’t seem to be able to access the same amount of layout tools which you can use if you don’t set a blog page and just add the posts element to a standard page etc.
2. One of the ONLY genuinely annoying things I’ve discovered about Enfold is that blog post titles and featured images remain selectable as links even when you’ve already clicked them once to read the post (in it’s own url) initially. This doesn’t make any sense at all as once you’ve selected a post (by clicking on the title or image from the parent blog page) these elements shouldn’t still be selectable. This wouldn’t be too bad if when you clicked on the links for a second time nothing happened, but they instead act as page anchor and take you to the top of the page or re-load the page completely even on your demo. While we know there would be no reason to actually try to click on these elements again, we all know what the average website visitor can be like and it would be nice if this was resolved.
3. When you create a page for your blog are you still meant to set this as the ‘Posts Page’ in the WP ‘Settings>Reading’ panel or in the Enfold settings?
4. My posts seem to be centred on my blog page and no matter what settings I change there doesn’t seem to be any way to left align it or use another layout?
Hopefully we’ll see some much needed attention given to the blog section of the Enfold theme in future releases as it feels a little rough around the edges when compared with the rest of the theme which is truly fantastic.
Thanks
Hi Doremos,
You’d need to get the code that starts in line 152 (Last but not least the comment_form() wordpress function..) and put it at the beginning, if don’t now how to, copy and paste all the content from this gist.
Regards,
Josue