Forum Replies Created
-
AuthorPosts
-
Hi!
Wait, I found an issue in the slideshow code which will prevent it from executing other shortcodes. I debugged the issue and we’ll fix it with the next theme release. I modified some theme shortcode files on your server. Please upload the unmodified theme files (all files in enfold/config-templatebuilder/avia-shortcodes) to your server to revert my changes.
Regards,
PeterHi!
I can’t reproduce the issue. I replaced the title of the second slide “VOLUNTARIOS POR UN DÍA” with your html code
<br /><h1 style="text-align: center;"><a title="Voluntarios por Un Día" href="http://universitarios.org.ar/voluntarios-por-un-dia/"><span style="color: #ffffff; text-shadow: 2px 2px 2px #000000;">VOLUNTARIOS POR UN DÍA</span></a></h1><br />
and it works and I don’t get the “array()” error. Please note that you can’t use a link for the title if youz already applied a link to the entire slide/image (that’s why I removed the slide link from the second image). The reason is that you can’t add a link to a link and if the image/slide is already a link the caption/title is also part of the link and mus not be a separate/different link.
The icon shortcode changed with v2.4 because we introduced a new icon builder. You need to regenerate the icon shortcode with the shortcode builder (magic wand icon > “Icono” option) and then insert it into the slider caption field.
Best regards,
PeterHey!
1) Please try to update WPML to the latest version (I think it’s 3.0.x).
2) I can’t reproduce the issue and it always shows the right categories in the the template builder – I wonder if the issue may be related to your admin account or browser. Please try to log in with the account you created for me and try to access the admin page from a different PC. I recorded a screencast to show you how it works for me: http://screencast-o-matic.com/watch/cIlY1dnnkr
3) I’m not sure if it will fix the issue for you but you can try to remove following line from enfold/config-wpml/config.php
add_filter( 'avf_dropdown_post_query', 'avia_wpml_filter_dropdown_post_query', 10, 4);
This line adds a filter to the post query which removes all entries from other languages. Maybe it does not work properly in your case and by removing the code you can deactivate the query filter.
Regards,
PeterHi!
Are you using WPML? If yes this thread: https://kriesi.at/support/topic/wp-3-8-with-wpml-3-0-1-creates-404-errors/ may help you.
Best regards,
PeterDecember 19, 2013 at 2:00 pm in reply to: Table Bug Fix and Improved Image Scaling in Firefox #202012Hi logishkas!
Thank you for your input and feedback. I’ll mark this thread for Kriesi and if your suggestion gives us better results we’ll add it to the next theme update.
Best regards,
PeterHi!
Please try to add following code into the quick css field
#top .avia-table td a img { width: none; }
Cheers!
PeterHey!
Hast du schon probiert alle Selektoren mit “.page-id-XXXX” wegzunehmen? Mache ein Backup des CSS Code und anschließend nimm den seitenspezifischen Code raus. Ändert sich dann etwas?
Regards,
PeterHey!
Can you please post a link to the fontello font file. I found some threads about the “Entity ‘XXX’ not defined in ” error on stackoverflow but I’m curious why fontello uses the raquo entity in the xml file. Please try a following fix (ref http://stackoverflow.com/questions/6208764/how-do-i-troubleshoot-simplexml-load-file-parser-error-entity-nbsp-not-def ).
Open up /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php and replace
$xml = simplexml_load_string($response);
with
$response = str_ireplace(array('»'),array('»'), $response); $xml = simplexml_load_string($response);
Regards,
PeterHey!
You don’t need to install a plugin on the site.com domain but just create a text file, name it index.php, paste the code from here: http://php.about.com/od/learnphp/ht/phpredirection.htm into it and change the website url. Then upload it into the main server directory and you’re ready.
Best regards,
PeterHey!
Thank you for the kind words. A happy user is always a pleasure for me :)
Best regards,
PeterHey!
Can you please create me an admin account and post the login credentials as private reply – I’ll look into it.
Best regards,
PeterHey!
I don’t see any link to the French version of the website. Please post it and I’ll check if I can find any obvious reason why the code doesn’t work. But I have to agree with Devin – if you’re in a hurry please hire someone because this thread is a “low priority” thread for me (because the question is beyond the scope of our support forum) and other threads (bug reports, basic theme setup, etc.) have a higher priority. On http://www.microlancer.com/ you can hire someone for a few $ who can look into it – probably it requires one hour of work….
Best regards,
PeterDecember 19, 2013 at 11:21 am in reply to: Enfold: How to add Additional Image Sizes to automatically be cropped at upload #201978Hi!
WordPress will not include the avia_config thumbnail sizes in the “insert image” dropdown but it will only list them on theme option pages (i.e. template/layout builder, etc.). You can try to use this plugin though: http://wordpress.org/plugins/simple-image-sizes/ which registers the thumbnail sizes in a different way
Cheers!
PeterHey!
I extended the php code here: https://kriesi.at/support/topic/woocommerce-lightbox-problems-with-description/#post-201456 – does the new code solve the issue?
Best regards,
PeterHi!
Vermutlich wird irgendein CSS Code nur auf der einen Seite angewendet und nicht auf der anderen. Du kannst proberen mit diesem Code
.page-id-2380 #kette div .av_one_half { padding: 50px 0; }
etwas padding zur Überschrift hinzuzufügen und dies sollte auch den Container vergrößern.
Cheers!
PeterHi!
Ok, I hope you can find a good event plugin. I.e. this plugin: http://wordpress.org/plugins/the-events-calendar/ should work well with Enfold and the support is great.
Regards,
PeterHey!
This makes it really difficult to give you specific instructions. A general hint would be to increase the size of the social icons: https://kriesi.at/support/topic/add-youtube-social-icon-to-header/#post-199839 – by going this way you’ll increase the height of the social icon bar and then you’ll have enough space for the dropdown.
Cheers!
PeterHi ashpacas!
Please create me an admin account and post the login credentials as private reply. I’ll look into it.
Regards,
PeterHey MHM!
Did you try to deactivate all plugin? Does the “parent page” option work afterwards? If yes try to activate the plugins one by one to find the culprit.
Best regards,
PeterHi Oli!
Did you test the “automatic language detection” feature with the default TwentyThirteen theme? Does it work with the default theme on your server but not with Enfold? Tbh I’m not aware of any theme code which might affect the automatic language detection and maybe it’s a general issue with your server/configuration.
Best regards,
PeterHi!
Ok, the problem is that WooCommerce doesn’t use the description field. To fix the issue add following code to functions.php
if(!function_exists('avia_woocommerce_post_thumbnail_description')) { add_filter('woocommerce_single_product_image_html','avia_woocommerce_post_thumbnail_description', 10, 2); function avia_woocommerce_post_thumbnail_description($img, $post_id) { global $post, $woocommerce, $product; if(has_post_thumbnail()) { $image_title = esc_attr(get_post_field('post_content', get_post_thumbnail_id())); $image_link = wp_get_attachment_url( get_post_thumbnail_id() ); $image = get_the_post_thumbnail( $post->ID, apply_filters( 'single_product_large_thumbnail_size', 'shop_single' ), array( 'title' => $image_title ) ); $attachment_count = count( $product->get_gallery_attachment_ids() ); if ( $attachment_count > 0 ) { $gallery = '[product-gallery]'; } else { $gallery = ''; } return sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image zoom" title="%s" rel="prettyPhoto' . $gallery . '">%s</a>', $image_link, $image_title, $image); } return $img; } } if(!function_exists('avia_woocommerce_gallery_thumbnail_description')) { add_filter('woocommerce_single_product_image_thumbnail_html','avia_woocommerce_gallery_thumbnail_description', 10, 4); function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) { $image_link = wp_get_attachment_url( $attachment_id ); if(!$image_link) return $img; $image = wp_get_attachment_image( $attachment_id, apply_filters( 'single_product_small_thumbnail_size', 'shop_thumbnail' ) ); $image_title = esc_attr(get_post_field('post_content', $attachment_id)); $img = sprintf( '<a href="%s" class="%s" title="%s" rel="prettyPhoto[product-gallery]">%s</a>', $image_link, $image_class, $image_title, $image ); return $img; } }
and in /wp-content/themes/enfold/config-woocommerce/woocommerce-mod.js remove
$('.single-product-main-image .images a').each(function(index,value){ var $this = $(this), title = $this.attr('title'), img = $this.find('img'), description = img.attr('alt'); $this.attr('title', description); img.attr('alt', title); });
We’ll update this with the next theme version.
Best regards,
PeterHey jmalevic!
1) Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and replace
if($show_meta && !empty($excerpt)) { $output .= "<div class='slide-meta'>"; if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio') { $link_add = $commentCount === "0" ? "#respond" : "#comments"; $text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' ); $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>"; } $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false)); $output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>"; $output .= "</div>"; }
with
if($show_meta && !empty($excerpt)) { $output .= "<div class='slide-meta'>"; $taxonomies = get_object_taxonomies(get_post_type($the_id)); $cats = ''; $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id); if(!empty($taxonomies)) { foreach($taxonomies as $taxonomy) { if(!in_array($taxonomy, $excluded_taxonomies)) { $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' '; } } } if(!empty($cats)) { $output .= '<div class="slide-meta-comments">'; $output .= $cats; $output .= "</div><div class='slide-meta-del'>/</div>"; } $output .= "<div class='slide-meta-time updated'>". get_the_tag_list( __('Tags:','avia_framework').' ', ',') ."</div>"; $output .= "</div>"; }
2) Please try to use Codestyling to translate all text strings within the theme code: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).Regards,
PeterHi!
The login credentials don’t work for me. I always get an error “ERROR: Incorrect username or password. X attempts remaining.”.
Best regards,
PeterHi!
I didn’t test all shortcodes but I tested some shortcodes here: http://www.londoneventscalendar.co.uk/ai1ec_event/just-another-test-event/?instance_id=#toggle-id-2 (slideshow, icon list, accordion) and they seem to work on the single event page.
Cheers!
PeterHi Mono14!
Yes, you can use this tool http://www.google.com/webmasters/tools/richsnippets to verify the markup. Ie. Kriesi’s blog structure looks like: http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fkriesi.at%2Fblog (note that he does not use the latest version of the theme on kriesi.at. Since 2.4 (or maybe 2.4.2 – I’m not sure) we also fixed the “Missing required hCard “author”. warning).
Regards,
PeterHi waterwalk!
It’s working for me here in Austria ( http://fontello.com ). Maybe try to access the website from a different PC or ip address.
Cheers!
PeterDecember 17, 2013 at 4:58 pm in reply to: toggle with sorting enabled not working in the 2.4.3 #201140Hey!
Yes, this was my mistake. I updated the links of the filter because of an incompatibility issue with Yoast Analytics: https://kriesi.at/support/topic/masonry-blog-element-not-working-unless-a-regular-blog-post-element-added/ and I accidentally removed the curly brackets. I’ll ask Kriesi to release a hotfix – for now you need to replace following line in: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php
$output .= '<a href="#" data-tag="'.$key.'" class="'.$first.'">'.$key.'</a>';
with
$output .= '<a href="#" data-tag="{'.$key.'}" class="'.$first.'">'.$key.'</a>';
Cheers!
PeterHey!
Ich persönlich empfehle ein Update mit FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
PeterHi!
Thanks for your feedback :)
Cheers!
Peter -
AuthorPosts