Forum Replies Created
-
AuthorPosts
-
Hi deyowulf!
1) You can change the headline with following code – insert it at the bottom of functions.php
add_filter('avf_tag_label_names', 'avia_change_tag_headline', 10, 1); function avia_change_tag_headline($headline){ $headline = single_tag_title('', false); return $headline; }
2) See https://kriesi.at/support/topic/set-post-length-in-archive/
Best regards,
PeterHi Tweekeertwee!
Please try to use following code – insert it into the quick css field
#top .avia_textblock img, #top .avia_textblock a img{ max-width:100% !important; }
Regards,
PeterHey albrowncompany!
Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).
Regards,
PeterJanuary 20, 2014 at 9:55 am in reply to: Half Sized Blog Element (Single Author Style) Not aligning if no sidebar #212142Hey Poni02!
No, you must overwrite the css code of the blog element. If you post a link to your blog page we can look into it.
Cheers!
PeterHey!
Please try following code
#top .gform_body input[type="text"].datepicker { width: 20% !important; display: inline-block; }
Cheers!
PeterHey!
Open up /wp-content/themes/enfold/single-portfolio.php and replace
$avia_config['size'] = avia_layout_class( 'main' , false) == 'entry_without_sidebar' ? '' : 'entry_with_sidebar';
with
$avia_config['size'] = 'full';
Regards,
PeterHi!
I couldn’t find any obvious reasons why the social bookmarks don’t work but it seems like the browser doesn’t load the enfold/css/layout.css properly. Please try to use ftp: https://vimeo.com/channels/aviathemes/67209750 to re-install the theme files and overwrite all theme files on your server. Maybe one or more files are corrupt/damaged and this styling issue is just a side effect.
Best regards,
PeterJanuary 20, 2014 at 9:16 am in reply to: Main Title & Breadcrumbs – remain STATIC and not scroll #212132Hey!
Thank you for the kind words :)
Regards,
PeterHey!
Please try to install this plugin http://wordpress.org/plugins/wp-resized-image-quality/ , then configure the quality setting(s) and regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
PeterHey!
The image links do not contain an alt text or description text at the moment. Please go to Media > Library, edit the image(s) and insert some text into the “Alternative” and “Description” text field: http://www.clipular.com/c/6564099634757632.png?k=1teomXvbIbplXGlamY9sDokB6bk
Regards,
PeterJanuary 20, 2014 at 9:02 am in reply to: Display problem with Internet Explorer 8 (Windows XP) #212127Hey!
I think Kriesi runs Windows on a VM – I’ll mark this thread for him.
Regards,
PeterHey!
You can select the subset with &subset=XXX – i.e.:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700&subset=cyrillic'; $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic&subset=cyrillic'; $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700&subset=cyrillic'; return $fonts; }
Cheers!
PeterJanuary 19, 2014 at 8:30 pm in reply to: WordPress & Enfold update not displaying images in grid portfolio or easy slider #211992Hi maytowire!
Maybe a third party plugin breaks the sliders (javascript conflict or error). Please deactivate all plugins and check if the slider starts to work. If yes activate the plugins one by one to find the culprit.
Regards,
PeterJanuary 19, 2014 at 8:25 pm in reply to: Manipulate class_form_generator.php to insert data directly into a separate SQL- #211988Hi Bastian-Monheim!
Unfortunately we can’t help you with this customization request. I recommend to hire a freelancer from werkpress ( http://kriesi.at/contact/customization ) or from http://www.microlancer.com/ and then you can discuss the best solution for your project with the developer.
Best regards,
PeterJanuary 19, 2014 at 8:19 pm in reply to: My woocommerce sidebars disapeared after I install WPML and now I'm lost! #211987Hi!
Did you try to switch to the default theme? If the issue persists it’s definitely a WPML bug and I recommend to contact the plugin author. I’m not aware of any incompatibility issues which might affect the variations.
Best regards,
PeterJanuary 19, 2014 at 6:21 pm in reply to: title Anzeige vom Icon in Iconbox gibt html Code aus #211969Hi adrianwackernah!
Danke für den Hinweis – wir beheben das mit dem nächsten Update.
Regards,
PeterHi!
You can use custom axonomies with the portfolio element. Just insert following code at the bottom of functions.php
add_theme_support('avia_template_builder_custom_post_type_grid');
I added this feature with Enfold 2.4.2 but I decided to hide it by default because it might be confusing for inexperienced users.
Best regards,
PeterHi Guido!
Another user reported this issue here: https://kriesi.at/support/topic/cart-drop-down-and-wpml-string-translation-compatibility-issues/ – we’ll fix it in the next version. For a quick fix open up enfold/config-woocommerce/woocommerce-mod.js and replace
limit = 5
with
limit = 15
Cheers!
PeterJanuary 19, 2014 at 2:20 pm in reply to: My woocommerce sidebars disapeared after I install WPML and now I'm lost! #211909Hey!
I fixed it on your website – I had to add following code to the functions.php file
add_action( 'init', 'debug_avia_woocommerce_before_main_content', 10); function debug_avia_woocommerce_before_main_content() { remove_action( 'woocommerce_before_main_content', 'avia_woocommerce_before_main_content', 10); add_action( 'woocommerce_before_main_content', 'test_avia_woocommerce_before_main_content', 10); } function test_avia_woocommerce_before_main_content() { global $avia_config; $new = get_post_meta(get_option('woocommerce_shop_page_id'), 'layout', true); if(!isset($avia_config['shop_overview_column'])) $avia_config['shop_overview_column'] = "auto"; if($new) { $new = apply_filters('avia_layout_filter', $new); $avia_config['layout']['current'] = $avia_config['layout'][$new]; $avia_config['layout']['current']['main'] = $new; } $title_args = array(); if(is_woocommerce()) { $t_link = ""; if(is_shop()) $title = get_option('woocommerce_shop_page_title'); $shop_id = woocommerce_get_page_id('shop'); if($shop_id && $shop_id != -1) { if(empty($title)) $title = get_the_title($shop_id); $t_link = get_permalink($shop_id); } if(!$title) $title = __("Shop",'avia_framework'); if(is_product_category() || is_product_tag()) { global $wp_query; $tax = $wp_query->get_queried_object(); $title = $tax->name; $t_link = ''; } $title_args = array('title' => $title, 'link' => $t_link); } if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title($title_args); echo "<div class='container_wrap container_wrap_first main_color ".avia_layout_class( 'main' , false )." template-shop shop_columns_".$avia_config['shop_overview_column']."'>"; echo "<div class='container'>"; if(!is_singular()) { $avia_config['overview'] = true; } }
I’ll check if this is a general issue (which I can reproduce on my test server. I I can reproduce it we’ll add this patch to the next theme update.
Regards,
PeterJanuary 19, 2014 at 11:56 am in reply to: Bullets in Short Description?, Enfold and WooCommerce #211891Hi!
Please try following code instead. If it doesn’t work please post the url to your website.
#top .summary .description ul, #top .woocommerce-tabs ul{ list-style: disc inside; }
Regards,
PeterHey gentlemansgazette!
No, Enfold does not support a masonry grid with a sidebar at the moment. We plan to add a flexible masonry grid element to Enfold but we’ve no ETA for this feature update yet.
Best regards,
PeterHi silviouk!
You can use the code I posted here: https://kriesi.at/support/topic/adding-slideshare-to-header-social-icons/#post-200202 – the user added a Slideshare icon to the social media area but you can use any other fontello font icon too.
Best regards,
PeterHey!
Please ask the plugin author for help. Enfold just supports WPML and we can’t support other translation plugins at the moment.
Cheers!
PeterHi!
You can upload the modified logoslider.php into the child theme folder. However you must add some code into the child theme functions.php file to overwrite the original parent theme code – see: https://kriesi.at/support/topic/have-easyslider-fill-up-entire-column-with-no-padding-or-margins/#post-205281
Regards,
PeterHi!
Please use following code to hide the sidebar on the search page – insert the code into the quick css field
#top.search .template-search{ width: 100% !important; } #top.search .sidebar{ display: none !important; }
Best regards,
PeterJanuary 18, 2014 at 6:59 pm in reply to: Kann das Kontakformular den Produkttitel übernehmen? #211635Hi adrianwackernah!
Nein, das geht derzeit leider nicht. Man könnte diese Funktion zwar einbauen, aber das fällt in den Bereich “Customization” und ist daher nicht mehr durch unseren Support gedeckt.
Ich würde vorschlagen, dass du das “woocommerce-product-enquiry-form” Plugin mittels Codestyling: http://wordpress.org/plugins/codestyling-localization/ übersetzt. Das hat für mich bisher recht gut geklappt.
Cheers!
PeterHi mkal!
Please try to use Endold 2.4.5 with wp3.6. If it doesn’t work I’ll ask Kriesi if he can provide a copy of the old version.
Best regards,
PeterHi rene!
Tbh I didn’t test any rating plugin with Enfold yet. I only know this plugin: http://wordpress.org/plugins/gd-star-rating/ but I’m not sure if it works with Enfold and if it’s the best solution for your project.
Best regards,
PeterHey naranili!
Please try to insert following code into the quick css field
#top .gform_body input[type="text"] { width: 100%; }
Best regards,
Peter -
AuthorPosts