Forum Replies Created
-
AuthorPosts
-
Hey!
Oh, ok. I misunderstood the request. In this case I can’t reproduce the issue too because the video didn’t start automatically. I’ll mark this for Kriesi – maybe he can reproduce it.
Best regards,
PeterApril 28, 2014 at 10:11 am in reply to: Defective Enfold Update – can not reach my homepage anymore #256981Hey!
Please activate the debug mode and insert this code into the wp-config.php file:
define('WP_DEBUG', true);It should force WP to print an error message (instead of showing a white screen) and hopefully the error message helps us to identify the problem.
Best regards,
PeterHi Jason!
Please compress the images. I have the feeling that the lightbox and the gallery have isues with the file size of 2mb+ per image because this may result into a timeout. I recommend to use jpgs instead of pngs and to compress the images a bit (quality of 60-80%). You can use a free tool like: http://www.obviousidea.com/de/windows-software/light-image-resizer/
At the moment your website loads 77,5 MB each time someone wants to view the gallery.
Best regards,
PeterApril 28, 2014 at 9:54 am in reply to: Parallax was working on ipad 2/air ….but not after latest enfold theme update. #256974Hey!
I marked this thread for Kriesi – I’m not sure if he removed this feature but it’s possible if he considered it as unstable/too buggy.
Best regards,
PeterHi!
Great work – I love the color combination (blue, white & grey).
Regards,
PeterHi!
This might be a side effect of the css file compression. Please try to deactivate the W3TC CSS minify feature and check if this fixes the issue.
Best regards,
PeterHey!
Please make sure that the “Disable autoplay” option is not activated. Go to the video slide and scroll to the “Disable autoplay” checkbox. Make sure it’s not checked, then re-save the slideshow and save the page. It seems like the option is activated at the moment.
Cheers!
PeterHey welti!
Please note that WPML is not compatible with WordPress 3.9 yet – http://wpml.org/2014/04/status-wpml-wordpress-3-9/ – thus I recommend to downgrade to WP3.8 for now or to use Enfold without WPML for now until they release a final, stable version.
Best regards,
PeterHey hanlinsg!
You need an extension like: http://www.woothemes.com/products/woocommerce-tab-manager/ or https://wordpress.org/plugins/woocommerce-custom-product-tabs-lite/
Cheers!
PeterApril 28, 2014 at 9:18 am in reply to: Image cropping / scaling on thumbnails / featured images #256950Hi!
Yes, afaik it’s possible to change the crop position since WP3.9. In functions.php search for:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize sliderand replace these lines with
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270, array(top, center)); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360, array(top, center)); // images for fullsize pages and fullsize sliderYou can replace ‘top’ with ‘center’, or ‘bottom’ (y position) and ‘center’ with ‘left’ or ‘right’ (x position). After the code change you must regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
PeterHey!
Tbh I’m not even sure what causes this issue. Thus I want to wait for Kriesi’s feedback before we try to “fix” something. Please create us an admin account and post the login credentials as private reply. Also proviide a link to a post/page where Kriesi can reproduce the issue.
Regards,
PeterHi!
Try this code:
#top .activity-header img.avatar { display: none; }Cheers!
PeterHey!
Please also post the username. I tried “admin” but it doesn’t work.
Best regards,
PeterApril 28, 2014 at 9:02 am in reply to: Since the update, Layer Slider cannot be edited at all #256940Hi!
Please try to install LayerSlider as a standalone plugin. Copy the folder enfold\config-layerslider\LayerSlider into the plugins directory (wp-content/plugins) and switch to another theme (i.e. TwentyThirteen). Then go to Plugins > All Plugins, activate LayerSlider and then re-activate the Enfold theme. Afterwards check if you can save the slideshow properly.
Regards,
PeterApril 28, 2014 at 8:54 am in reply to: Visual Tab in the Avia Layout not showing any content or formatting buttons. #256935Hey!
@ernestvr-bcna – please update to Enfold 2.7. The text editor issue is a known issue – another user already reported it and Kriesi investigates it.Regards,
PeterHey Albulushi!
Please update to Enfold 2.7 ( https://vimeo.com/channels/aviathemes/67209750 ). Older theme versions are not compatible with WP3.9.
Best regards,
PeterApril 28, 2014 at 8:45 am in reply to: Enfold Portfolio Grid with Pagination On Doesn't Show Next Page(s) Of Portfolio #256932Hey Joseph!
Please try to deactivate all third party plugins – maybe a plugin manipulates the main query on the front page and then the portfolio pagination may not work.
Cheers!
PeterHey!
1) To change the table color try this code:
#top .avia-table, #top .avia-table td, #top .avia-table th, #top .avia-table tr{ background: #ffffff !important; }2) Try this code
#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child { border-color: #000; }3) Use this code:
#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child { border-left: none !important; border-right: none !important; }4) You can’t change it based on the number of rows. If you want to change the text alignment for all td fields use:
#top .avia-table td{ text-align: center; }Regards,
PeterHey!
Please try to insert this code into the quick css field:
@media only screen and (max-width: 479px){ .responsive.html_header_top #header_main .social_bookmarks { display: block; } }Cheers!
PeterHi!
The code Ismael posted can be found at the very top of the file. If you’re using a child theme I recommend to place the code into the child theme functions.php file.
Yes you can do this but afaik it will produce invalid html code because the html5 standard does not support style tags outside the head section. If you don’t care about the validity of the code you can simple add it to a code block or text block.
Cheers!
PeterApril 28, 2014 at 8:25 am in reply to: Submenu color doesn't change, and would like to show header text instead of logo #256922Hi!
You just need to select “Set manually” from the link dropdown box. Another field will fade in where you can insert the url manually. If it doesn’t work please install the latest theme version (Enfold 2.7) and try to deactivate all third party plugins – maybe a plugin conflicts with the theme.
Best regards,
PeterHey!
I marked this thread for Kriesi – he works with a Mac and should be able to reproduce the issue.
Cheers!
PeterHey!
Ok, we’re still investigating the issue and we’ll fix it asap if we find the cause of the problem.
Regards,
PeterHey!
Please try to insert this code into the quick css field:
div.pp_overlay { background: rgba(0, 0, 0, 0.8) !important; }It should make sure that the background color of the overlay is always black with a opacity effect (80% opacity).
Regards,
PeterHey!
Please create us an admin account and post the login credentials as private reply.
Best regards,
PeterApril 28, 2014 at 8:03 am in reply to: Upgraded 2.7 and wp 3.9. Similar propblems to other with Text Boxes users #256911Hey!
@abraoaddad – please try to update to Enfold 2.7 and WP3.9. If this doesn’t help try to deactivate all plugins. I can’t reproduce this issue on my test server and afaik no other user reported an issue with the button shortcode – thus it must be something server specific. You can also try to increase the allocated memory to 128M: http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/1) Kriesi investigates the issue.
2) You can try to increase the allocated memory to 128M. 96M might not be enough if resource intensive plugins like WooCommerce, WPML, etc. are used.
3) I have no favorite role manager but this plugin is popular: Groups
Regards,
PeterHey!
Great, glad you found the culprit :)
Regards,
PeterApril 27, 2014 at 12:13 pm in reply to: Text Block Advanced Editor Extra and Tags Everywhere #256777Hi!
Please try to insert your raw html code into a “Code Block” element: http://www.clipular.com/c/5557392242638848.png?k=MGkPezUD6nRDFfJAsmmuNwOXJVw
This element will make sure that no additional styling/tags is added to your html code.Best regards,
PeterHey etheravion!
Open up enfold\framework\php\class-framework-widgets.php and replace:
if('display title and excerpt' == $excerpt) { echo "<div class='news-excerpt'>"; if(!empty($avia_config['widget_image_size'])) { echo "<a class='news-link-inner' title='".get_the_title()."' href='".get_permalink()."'>"; echo "<strong class='news-headline'>".get_the_title()."</strong>"; echo "</a>"; if($time_format) { echo "<span class='news-time'>".get_the_time($time_format)."</span>"; } } the_excerpt(); echo "</div>"; }with
if('display title and excerpt' == $excerpt) { echo "<div class='news-excerpt'>"; if(!empty($avia_config['widget_image_size'])) { echo "<a class='news-link-inner' title='".get_the_title()."' href='".get_permalink()."'>"; echo "<strong class='news-headline'>".get_the_title()."</strong>"; echo "</a>"; if($time_format) { echo "<span class='news-time'>".get_the_excerpt()."</span>"; } } echo "</div>"; }Regards,
Peter -
AuthorPosts
