Hi,
I think it is doable using qtranslate. You will have a croatian frontend then maintain the english dashboard. You can specify a default language in the qtranslate panel.
Regards,
Ismael
Hi,
Actually, you can insert the team member images on the Team Member Description field. Insert the Team Member element but don’t insert a Team Member Image..
<a href="www.yoursite.com"><img src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/21.jpg"></a>
Description here.
The downside is the image will be at the bottom of the team member name.
Regards,
Ismael
Hi,
@imagestudios: This is Angular topic, I think you have Enfold. Yes, that is the same.
Find this code
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );
Replace it with:
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
get_template_part( 'includes/loop', 'page' );
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
Regards,
Ismael
Hi,
Please Import the Dummy Data on Enfold > Theme Options. You can also watch these videos to learn more about the theme:
https://vimeo.com/channels/aviathemes
Please download Enfold 1.6 then try to increase your php memory limit.
http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Wondering if there’s a lightbox or something I can use to pop up a text about a person or company overlay on the page. Is this easily done in Enfold?
Thanks!
– John
Hi 500Webmaster,
I do contract work at Codeable.io and there are also places like elance where you can quickly price things out.
Regards,
Devin
Glad you were able to find the issue and get it working :)
Let us know if you have any other questions or issues.
Regards,
Devin
I’m available, just drop me an email at munz.tom [at] gmail.com with that kind of customizations you’re looking to have done and I can price out a quote for you.
Is anyone currently available for contract design work in building a site in Enfold?
Problem solved – PHP extension simplexml wasnt activated
I updated but in the WP admin area under themes…it still says I am running version.1.5.1 not version1.6
I updated the files and folders listed on the enfold themeforest page via FTP
Hey, Peter,
I did exactly what you said. Added this in wp_settings file and put it on the server:
// Include files required for initialization.
require( ABSPATH . WPINC . ‘/load.php’ );
require( ABSPATH . WPINC . ‘/default-constants.php’ );
require( ABSPATH . WPINC . ‘/version.php’ );
// Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
wp_initial_constants( );
define(‘WP_MEMORY_LIMIT’, ‘128M’);
define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);
// Check for the required PHP version and for the MySQL extension or a database drop-in.
wp_check_php_mysql_versions();
I also went into the PHP settings on the hosting server and changed memory_limit setting to 128Mb
No joy! The problem stil remains. Please help.
Thank you!
Hello,
is there a way to manually set with .po and .mo files will be used without switching WordPress backend to different language?
I am creating Croatian translation for Enfold but I don’t want WordPress in Croatian. I will contribute my .po and .mo files when I am finished translating.
Regards,
Darko
To Support: For the ENFOLD Theme (version as of June 1, 2013, LOGO function to upload jpeg logos is not functioning properly. Here’s what I’m doing, but it’s not working:
1st:) I go to the ENFOLD THEMES OPTIONS and UPLOAD the jpeg LOGO I created.
2nd) I click SAVE ALL CHANGES, then go to the site and REFRESH the page.
The problem is that the page(s) still show the ENFOLD LOGO. Additionally, it seems the theme limits the size of the logo.
Please advise as to how to resolve this problem. Feel free to also email me directly at (Email address hidden if logged out)
Thank you.
Michael
(Email address hidden if logged out)
Hey!
Please try to increase the allocated php memory. http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP – set it to 128M.
Best regards,
Peter
Hi,
I have been using Choices theme for a while and now I have purchased Enfold. Uploaded it to the server. Found it in the Themes section in WP console and clicked Activate. Went to a blank page, tried to return to the console – nothing. The site works ( http://marinachasnik.ru/ ) but the console doesn’t! What shall I do? Cheers
Lennie
Loading Enfold is crashing my wp-admin. I have two other themes which have loaded successfully. Is there a conflict somewhere ? I have downloaded Enfold 3 times and tried each download. I have tried opening the Zip with a different utility. I have tried deleting my other themes and loading Enfold on its own.
Please open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php and replace the entire code with: https://gist.github.com/InoPlugs/c20bb10776b1ae2139bd – this will add the thumbnail dimensions to the image tags which should help IE to show the images properly. It seems like IE8 has problems with % values.
Danke – wird im nächsten Update behoben. Momentan kann man dies wie folgt fixen – öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesicon.php und ersetze:
$this->config['tinyMCE'] = array('tiny_only'=>true, 'templateInsert'=>'[av_font_icon color="{{color}}" icon="{{icon}}" size="{{size}}" use_link="{{use_link}}" link="{{link}}" linktarget="{{linktarget}}"]');
durch
$this->config['tinyMCE'] = array('tiny_only'=>true, 'templateInsert'=>'[av_font_icon color="{{color}}" icon="{{icon}}" position="{{position}}" size="{{size}}" use_link="{{use_link}}" link="{{link}}" linktarget="{{linktarget}}"]');
Hi,
please try following – open up wp-content/themes/enfold/js/avia.js and replace
switchWidth = 768;
with
switchWidth = 1010;
and insert following code into the quick css field
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1010px) {
/*all templates*/
.responsive #header .main_menu ul{display:none;}
/*header*/
.responsive #top #header {position: relative; }
.responsive #top #main {padding-top:0; }
.responsive #main .container_wrap:first-child{ border-top:none; }
.responsive .main_menu{position: static;}
.responsive .logo{position: static; height:80px; float:none;}
.responsive .mobile_slide_out .logo{float:left;}
.responsive .logo img{margin: 0 auto;}
.responsive #header_main .container{height:auto !important; }
.responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); }
.responsive #top .mobileMenu{margin: 0 0 10px 0; width:100%; padding: 10px 4px;}
.responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;}
.responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;}
.responsive #header_meta .social_bookmarks{padding-bottom:2px; width:100%;}
.responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;}
.responsive #top #header_meta .social_bookmarks li:last-child a{border-right-style: solid; border-right-width: 1px;}
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;}
.responsive #header .social_bookmarks{width:100%; text-align: center; height:auto; line-height: 0.8em;}
.responsive #header_meta .sub_menu>ul li,
.responsive #header .social_bookmarks li{float:none; display: inline-block;}
.responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;}
.responsive #header_main_alternate .mobileMenu{ margin:16px 0;}
.responsive.bottom_nav_header.social_header .main_menu>div{height:auto;}
}
The problem is that filters like:
add_filter( 'the_content', 'shortcode_unautop',100 );
will affect the entire content (including our shortcodes) and this might be a problem. I’ll tag this thread for Kriesi. Maybe he wants to add a raw shortcode to the theme.
If you want to remove the wpautop filter from the columns content open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescolumns.php and remove/comment out:
if(empty($avia_config['conditionals']['is_builder_template'])) $content = wpautop($content);
I checked the portfolio grid code and it seems like you can’t control the preview thumbnail size at all. I’ll mark this thread for Kriesi – maybe he wants to add an option. For now open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php
and search for:
$params['preview_size'] = "gallery";
Replace “gallery” with any other valid image size:
portfolio_small
portfolio
featured
square
entry_with_sidebar
entry_without_sidebar
1) Afaik the LayerSlider shortcode can’t be used without the Template Builder at the moment because Enfold just supports a full layout of the slider and this can conflict with the portfolio layout/preview container.
2) I’m not sure what you mean with main “gallery” feature? You can use the text editor and the “Add Preview Images” to build the preview content. You can select a “Slideshow” or a “Gallery” layout for your images.
Hi,
Smush.it is a lossy optimizer; it doesn’t do lossless optimizations.
You are not using correct optimizers if you can’t shrink a 1070k sized png image ( http://suiciderescue.se/wordpress/wp-content/uploads/2013/04/SuicideRescue.bg-1700.png ). First, an image of that type should be in jpg format since it already has a blurry background and besides its not digital art but a photo.
I optimized this one to 76k and still 1700px as a jpg http://i.imgur.com/CYnc40T.jpg
I optimized this one to 388k at 1700px as a png http://i.imgur.com/6zl6CUz.png
For the png I used ( http://tinypng.org/ ) and for the jpg i first converted it to a jpg with Photoshop and then used ( http://www.jpeg-optimizer.com with 61 optimization and no crop )
===
If you are serious about your image optimization you need the heavy duty plugin like http://wordpress.org/plugins/ewww-image-optimizer/ …
===
I would recommend for you to host on nginx instead of Apache server. I would recommend that you use opcode cache (php accelerator) like APC.On Apache you can ask host to use mod_pagespeed https://developers.google.com/speed/pagespeed/mod . The pagespeed mod is now available in more than one hosting company and that thing if correctly setup will optimize everything. Otherwise look into w3tc + apc + cdn to offload static images/css/js + cloudflare (pay version) +varnish.
Thanks,
Nick
Hi,
Cloudfare is one of the many content delivery network or content distribution network around, or so they say but users observe otherwise. “Visitors will go to CloudFlare servers for the pages of your site rather than hitting your server. It acts like a proxy server for regular HTML pages”. Honestly, I haven’t tried any of them so I can’t give you an expert advice about it. According to the reviews it doesn’t do much on speeding up your site and it has some issues with adsense. Let me tag the rest of the support team to give us more info about this topic.
Regards,
Ismael
alvinhy said:
“It would be great if you can add a CLIENT slider where you upload logos of the clients and it is in grey scale and when hovered over it is back to colour.”
+1
I agree entirely.
Hi, I was just looking into Cloudflare a few hours ago. Would you recommend using Cloudflare to speed up site loadtimes? I’ve read horror stories about it to on how it works with wordpress but I just want to make sure this is not an avenue I should look for Enfold.
Thank you for your time and patience.
Ajax portfolio to have an option for no text which would then make the image full width. Then people could make a ajax portfolio image gallery. I have an example image showing what I mean if you would like it?