Forum Replies Created
-
AuthorPosts
-
Hi CivilC!
If you can reset your database (=delete database) without loosing your work I recommend to install this plugin: http://wordpress.org/plugins/wordpress-reset/ and then re-import the dummy data afterwards (Enfold > Theme Options). Make sure you install the latest version of the theme (2.5.4) first.
Best regards,
PeterHey xglienas!
Please make sure you’re using the latest version of the theme (2.5.4). Then go to your page, click on “Fullscreen Slider”, click on “Add multiple images” and add some images to the slideshow. Then click on a slide and use the “Image Position” box to change the position: http://www.screenr.com/QfBN
If you can’t find the option please try to re-install the latest theme version with ftp: https://vimeo.com/channels/aviathemes/67209750 – maybe some theme files are outdated and the ftp upload will make sure that all theme files are up to date.
Regards,
PeterMarch 5, 2014 at 9:27 am in reply to: Swapping video to image in mobile view (fullscreen slider) #232620Hey!
I can’t view the website because it always redirects me to: http://www.vector.com.pl/ without a chance to log in. However if you want to set a background image for your slider (i.e. a gradient or pattern image) use this css code:
#top #wrap_all .avia-fullscreen-slider .avia-slideshow { background: #ffffff url(https://mywebsite.com/gradient-image.png); }
Replace the color value with your custom value and adjust the url path to the gradient image. The image won’t be visible if the slides/videos cover.
Best regards,
PeterHey!
No, RSS doesn’t allow you to send emails. The user needs a special rss reader plugin/software which checks the RSS channel from time to time for new entries and if a new entry is available it will notify the user. I.e. Chrome supports some RSS plugins like: https://chrome.google.com/webstore/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp
If you want to send out email newsletter you must install a special plugin like: Tribulant Newsletter Plugin or My Mail. Maybe you can also find a good plugin in the wordpress plugin repository: http://wordpress.org/plugins/
If you just want to add a rss link/icon to your website I recommend to use the “social icon” option (Enfold > Theme Options > Header) to add an rss icon to the social link bar. The widget is imo not required and the “social icon” solution is better for the performance.
Regards,
PeterHey!
I’m not aware of any specific modification which may break the “minification” feature but I recommend to switch to the “manual” mode and to include the css files one by one. Then you can check at which point the layout breaks and maybe you can find the culprit.
Best regards,
PeterHey shggmbh!
1) No, afaik Kriesi can’t distribute the exact same content because of license reasons (stock image license, video license, etc.). However I’ll mark this thread for him in case he can send you the demo content somehow. Kriesi added some demo content to the latest update (2.5.4) which demonstrates the new features. If you can reset your database without loosing work I recommend to install this plugin: http://wordpress.org/plugins/wordpress-reset/ and to re-import the dummy data afterwards (Enfold > Theme Options).
2) Can you post a link to your website/slider please – I need to check which transition(s) are 2D and 3D on your website to reproduce the issue.
Regards,
PeterHey!
Yes, you can modify the archives template. Open up wp-content/themes/enfold/template-archives.php and replace:
query_posts(array('posts_per_page'=>8, 'post_type'=>'portfolio'));
with
query_posts(array('posts_per_page'=>-1, 'post_type'=>'portfolio'));
I’m not sure about the plugin though. Please ask the plugin author if it supports custom post types and how you can configure it for portfolio posts.
Cheers!
PeterHi!
Please try this code and insert it into the enfold/functions.php file:
add_filter('avf_portfolio_sort_first_label', 'avf_change_portfolio_sort_first_label', 10, 2); function avf_change_portfolio_sort_first_label($first_item_name, $params) { if(defined('ICL_SITEPRESS_VERSION') && defined('ICL_LANGUAGE_CODE')) { switch(ICL_LANGUAGE_CODE) { case 'en': $first_item_name = "All"; break; case 'de': $first_item_name = "Alle"; break; } } return $first_item_name; }
Then replace en and de with the language shortcuts of your translation(s) and instead of “All” and “Alle” insert the translated text.
Best regards,
PeterHi!
1) It seems like you solved the columns issue? The images have the same height and are displayed in 3 columns: http://www.clipular.com/c/6410043947745280.png?k=G5fwSJP-1JAi0IPfo-0qbok3R_A – I suggest to increase the thumbnail quality (you can do this in the gallery modal/option window) though because at the moment the images are blurry.
2) Yes, Ismaels link http://vimeo.com/channels/aviathemes/64927359 points to a vimeo channel and the lightbox can’t open it. Please right click on the link and open it in a new tab/window.
Regards,
PeterHey nicomad!
1) The default shop page does not support a fullwidth LayerSlider element. The reason is that the shop template and the advanced layout builder template are not compatible with each other.
2) You must set a default shop page otherwise WooCommerce will not work properly. Please work around the issue by using a standard slideshow (not fullwidth) or you can try to use a redirection plugin like: http://wordpress.org/plugins/redirection/ to redirect the user to your custom shop page if he tries to view the standard woocommerce shop page.
Regards,
PeterHey netztaucher!
Der HTML Code des Portfolio grids ist nicht valide – es fehlen zB ‘ und ” Symbole. Versuche bitte das Theme ohne Code Anpassungen, etc. mittels ftp: https://vimeo.com/channels/aviathemes/67209750 nochmals zu installieren. Falls dies nicht hilft deaktiviere alle Plugins außer WooCommerce und bbpress und überprüfe, ob ein Plugin den Fehler verursacht.
Cheers!
PeterHi!
1) Füge diesen Code in functions.php ein:
add_filter('avf_form_mail_field_values', 'avia_change_checkbox_return_values', 10, 4); function avia_change_checkbox_return_values($value, $new_post, $form_elements, $form_params){ if($value == 'false') $value = 'Nein'; if($value == 'true') $value = 'Ja'; return $value; }
2) Mit diesen CSS Code:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: #919191; }
und den Farbwert #919191 entsprechend anpassen :)
3) Danke. Wir werden diesen Fehler mit dem nächsten Update verbessern. Wenn ihr es jetzt schon anpassen wollt müsst ihr die Übersetzungsdateien mit Codestyling bearbeiten – siehe: https://kriesi.at/support/topic/translator-plugin-in-enfold/#post-222120
Regards,
PeterMarch 4, 2014 at 12:47 pm in reply to: I need sorting portfolio list able to strating first item ~ end recent item #232163Hi!
Please try to change the order and replace DESC with ASC (ascending order).
Cheers!
PeterMarch 4, 2014 at 12:45 pm in reply to: Entire Menu Disappearing (Instead of Select Items) with Membership Plugin #232162Hi!
You could add a new check with this code (insert it at the bottom of functions.php
function avia_condition_dap(){ if(Dap_Session::isLoggedIn()) return true; return false; } add_filter('avf_avia_menu_conditions','avia_add_conditional_options', 10,1); function avia_add_conditional_options($options){ $options['avia_condition_dap'] = array('title' =>__('User Logged in (Dap)', 'avia_framework')); return $options; }
This function will check if the user is logged in and if yes it will return true. Use the “User Logged in (Dap)” conditional option to check if the user is logged in or not.
Best regards,
PeterMarch 4, 2014 at 12:40 pm in reply to: Hide time (not date) in posts widget in Child theme of Enfold #232160Hey!
Great :)
Regards,
PeterHey!
Great, glad I could help you :)
Cheers!
PeterHi romano2!
Maybe you forgot to click the “Translate independently” button on the post/page editor page: http://www.clipular.com/c/5229498811285504.png?k=P7dw2lW-PH_-jjXtJo1jjvTRyjE
Best regards,
PeterHi!
Unfortunately I see no bug or issue in our code which is “fixable”. The wp_list_pages() function is a standard wordpress function which should work even if WPML is activated. If the amount of pages/data makes it impossible to use this function I can only recommend to use a custom menu. The custom menu will make sure that no unnecessary queries are required and it will increase the performance of the website.
Cheers!
PeterMarch 4, 2014 at 10:20 am in reply to: Preisangaben Standardpreis / reduzierter Preis falsch #232124Hi adrianwackernah!
Nein, mir ist dbzgl kein Problem bekannt. Um den Fehler zu finden versuche einmal auf das Standardtheme TwentyThirteen zu wechseln. Wenn der Fehler weiter besteht (was ich stark vermute, da unser Theme die Preise nicht ändert) versuche einmal WGM 2.3.1 zu deaktivieren. Falls dann der Fehler noch immer besteht ist es ein Bug von WC 2.1.3 und ihr könnt euch an den WooCommerce Support wenden: http://www.woothemes.com/support/ . Wenn der Bug nach der Deaktivierung von “GM 2.3.1 behoben ist wendet euch bitte an die German Market Entwickler.
Regards,
PeterMarch 4, 2014 at 10:04 am in reply to: Blog Post disappeared + Masonry Gallery order of appearance #232113This reply has been marked as private.Hi!
https://kriesi.at/support/topic/blog-post-disappeared-masonry-gallery-order-of-appearance/
Best regards,
PeterHi!
The “Post Types Order” plugin breaks the prev/next post buttons. It seems to be an incompatibility issue between the plugin and the default wordpress functions: get_previous_post(): https://codex.wordpress.org/Function_Reference/get_previous_post and get_next_post():https://codex.wordpress.org/Function_Reference/get_next_post which we use to query the next/previous entry. I deactivated the plugin now and you’ll notice that the navigation now works. If you want to use the plugin with our theme please contact the plugin author and ask him for help because it seems to be a plugin bug.
Regards,
PeterHey!
Yes, the child theme sidebar.php overwrites the parent theme file. Did you test if the “Displayed Everywhere” widgets are really on top of the “custom sidebar” widgets? The modification I posted here: https://kriesi.at/support/topic/sidebarwidget-issues-2/#post-203629 should place the “Displayed Everywhere” widgets at the very top and maybe the child theme sidebar.php doesn’t load properly on your server.
Regards,
PeterHi!
1) Yes – see: http://stackoverflow.com/questions/11817950/what-is-data-serialization – the important thing for you is that you can’t manipulate text stored as serialized data without changing some other values. I.e. if you replace:
s:5:"hello"
with
s:5:"hello world"
the data wouldn’t be valid because php just searches for 5 characters and the text string “hello world” now has 11 characters. If you replace all occurrences of “world” with “hello world” in your database you also must make sure that the character count will reflect the change and increase/decrease the value accordingly. In this case
s:11:"hello world"
would be correct. The migrate script will take care of this issue.
2) Yes, Enfold generates a dynamic stylesheet. However it does not store the options in the stylesheet but in the database and the stylesheet is just the output. The stylesheet will have the name of the current selected theme – if you activate a child theme you can delete the dynamic stylesheet of the enfold parent theme (enfold.css).
Cheers!
PeterMarch 4, 2014 at 9:33 am in reply to: Hide time (not date) in posts widget in Child theme of Enfold #232102Hi!
Use this filter code and add it to the bottom of your child themes functions.php to change the date/time format:
function change_avia_date_format($date, $function) { if(!empty($function) && $function != 'avia_get_comment_list') $date = get_option('date_format'); return $date; } add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
The code will remove the time and return the date only.
Regards,
PeterHey!
@primdog – for a quick fix please open up enfold/js/avia.js and replace:
$.avia_utilities.avia_ajax_call();
with
$.avia_utilities.avia_ajax_call(); $('body').attr("id", "top");
Best regards,
PeterHi!
@newmesis I fixed it on your server. The header.php file was modified and this change broke your website. I fixed it by replacing the code in header.php with the original theme code. If you need the old code I uploaded a backup here: http://pastebin.com/8B012ChpBest regards,
PeterMarch 4, 2014 at 9:01 am in reply to: Error message for Author Archive in a multi-author blog #232078Hi!
I had the same problem on my server – this article: http://www.ilmigo.com/fix-404-wordpress-author-archive-page.html helped me to fix it. Note that it’s not a theme issue but a wordpress issue and I’m sure you can reproduce it with any theme including the standard TwentyFourteen or TwentyThirteen theme.
Regards,
PeterHi!
I’ll forward this issue to Kriesi because I couldn’t find the cause of the problem. I’m pretty sure it’s not a problem with the php file (and avia_masonry_entries_query filter) because the issue occurs on your server even if I remove the filter completely or replace the masonry grid php file with an older version of this file.
Best regards,
Peter -
AuthorPosts