Forum Replies Created
-
AuthorPosts
-
I already clear the cached, but with a child theme, is not working.
Take a look ;)
If you use a child theme, the icons stop working at all. No matter you cleared the cache. If I activated the main theme, everything works, but of course all customization are gone…. For sure, with this bug, I cannot update at all.
Same for me here. I upload few screenshot for example.
Got it. I already did. Thank you!
And how I get the ID for each role?
It was my fault. I don’t know why, fuc***ng IE has disabled all kind of javascripts running.. That’s why everything was wrong. I already activate it, and works perfectly.
Thank you anyways.
Argh! Stupid me. I’m using a child-theme, and I forgot that the functions-enfold.php I have in my child theme, and I was changing everthing in the parent theme hahaha
Thank you, now it’s working perfectly ;)
I will try, and see if it works or not ;)
I don’t know why, but still not working :S
URL: http://www.lt-light.com/new
Code:
foreach($post_type as $post)
{
$image = get_the_post_thumbnail( $post->ID, 'thumbnail' );
$extra_class = $image ? "with_image" : "";
$post_type = $image ? "" : get_post_format($post->ID) != "" ? get_post_format($post->ID) : "standard";
$iconfont = $image ? "" : $avia_config[$post_type];
$excerpt = "";
if(!empty($post->post_excerpt))
{
$excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ") );
}
else
{
$excerpt = apply_filters( 'avf_ajax_search_time_format', get_the_time(get_option('date_format'), $post->ID) );
}
$taxonomies = get_object_taxonomies(get_post_type($post->ID));
$cats = '';
$excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'));
if(!empty($taxonomies))
{
foreach($taxonomies as $taxonomy)
{
if(!in_array($taxonomy, $excluded_taxonomies))
{
$terms = get_the_terms( $post->ID, $taxonomy );
if(!empty($terms))
{
foreach($terms as $term)
{
$cats .= $term->name .' ';
}
}
}
}
}
$link = apply_filters('av_custom_url', get_permalink($post->ID), $post);
$output .= "";
$output .= "<span class='ajax_search_image'>";
$output .= $image.$iconfont;
$output .= "</span>";
$output .= "<span class='ajax_search_content'>";
$output .= " <span class='ajax_search_title'>";
$output .= get_the_title($post->ID);
$output .= " </span>";
$output .= " <span class='ajax_search_excerpt'>";
$output .= $excerpt;
$output .= " </span>";
$output .= "</span>";
$output .= __('Categories:','avia_framework') . ' ' .$cats;
$output .= "";
}
}
Is not working, now there is not appearing anything :S
I’ve already figured out how to do it. And as far as I need works properly.
Thank you.
I think that I’m not explaining properly hahaha (sorry for my english)
Imagine that I have two differents pages. As well, I have 4 different sliders. I want to show slider 1 and 2 (with autoplay) on page 1, and slider 3 and 4, on page 2 (with autoplay as well). That’s my question. It’s possible?
I know that you can set differents set up for each slider, but that’s not my question ;)
Hope that my explanation is better now.
So the thing is, that if y apply the autoplay option, will play all sliders create in that page, right?
Hi, sorry for the delay.
No, that’s not what I want to do. What I want to do is to show for example, on page 1 only the sliders 1 and 2, and on page 2, sliders 3 and 4, for example.
Thanks. I already downgrade again ;)
Thank you ;)
I’ve already sent you the credentials
Thank you.
You have to use the widget area instead with the text content. Place the map widget in a custom widget, and later put this widget in your home page.
Can somebody help me, please?
Ok, I hope that the team implement this feature, because gives even more opportunites for personalization ;)
If this is very difficult, I would like to suggest to add another content element as the portfolio grid but allowing to choose which type of content you want to show (portfolio, post, another cpt)… with this, the theme become even more great!!
Don’t worry, I’ve already figured out the problem. I add flush_rewrite_rules(false); after de register for the taxonomy for the portfolio and everything works fine again.
Could be possible to add an option for the option panel to allow to choose which categories to show in the front page? I’ve already done modifying the template, but it would be great to allow to choose dinamically.
Thank you.
Thanks for the answer. Now pages are redirect correctly, but the categories still with 404 Error. I’m really frustrated with this. I’ve already reflush the permalinks, and the only way that everything works is with the Default option of permalinks configuration, and for SEO-Friendly is unacceptable.
Thank you.
Ok, I discover how to reproduce the error. Everytime I change anything in the option panel from the theme, I have to deactivate WPML Plugin, save permalinks, and activate again.
I cannot give any url because I’m working on localhost, but I create a demo page in a server, and happens the same thing.
Any help, please?
Ok, thank you so much.
Oh, ok. Thanks anyways.
Any answer?
-
AuthorPosts