Forum Replies Created
-
AuthorPosts
-
I’ve done it, and it still doesn’t work…
Hi,
I send you the access
Thanks
Hi,
I modified avia-element-behavior.js and shortcodes.js as the topic says, and the map isn’t showing. What can I do?
Thanks!
Thanks done!
I’ve got the latest version 4.5.2
Thanks Josue, I did what you told and its solved.
But I still have the problem, that I cant upload some images. I don’t know how to fix it. I’ve used Enfold several times, but this never happened to me.Thanks, its solved now
Hi, see private content
I’ve seen this in the slider
Choose fallback image for mobile devices
Either upload a new, or choose an existing image from your media library
Video on most mobile devices can’t be controlled properly with JavaScript, which is mandatory here, therefore you are required to select a fallback image which can be displayed insteadSo, what do you think I can do, to show the video? maybe not putting it in a slider?
Thanks its solved!
Hi again
I’ve found that if you write the entry in a standard mode, the extract shows. I will do it like that.
Thanks! solved
I’ve done it but it is still showing
July 22, 2015 at 10:00 am in reply to: Change the order of sort options, they appear by alphabetic order now #476946Hi, its solved! thanks!
Thanks! its solved!
July 21, 2015 at 12:36 pm in reply to: Change the order of sort options, they appear by alphabetic order now #476424Hi,
I can’t find how to start a topic. So:
I can’t dissable the flag from the header. I’ve put the code below in another page, but it doen’t work, I don’t know which is the problem.
I wan’t to show the language, but dissable the flag at the rightThis is the code:
I’ve put this in functions
<?php/*
add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);
function avia_remove_main_menu_flags(){
remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
add_action(‘avia_after_footer_columns’, ‘avia_wpml_language_switch’, 10);
}
*/And this in style.css
/*
#header_meta ul.avia_wpml_language_switch {
display: none;
}
*/February 20, 2015 at 3:11 pm in reply to: Change the order of sort options, they appear by alphabetic order now #399678Destacados / Vídeo Contenidos / Vídeos Corporativos / Spots internet / Spots TV
February 19, 2015 at 5:38 pm in reply to: Change the order of sort options, they appear by alphabetic order now #399066February 18, 2015 at 4:28 pm in reply to: Change the order of sort options, they appear by alphabetic order now #398235Thanks!
January 22, 2015 at 2:21 pm in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #383680Thank you so much!
January 21, 2015 at 10:35 am in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #382937SOmething is worng on line 16, here
function avia_remove_portfolio_breadcrumb(){It says
Parse error: syntax error, unexpected T_FUNCTION in /usr/home/DL3qpxC3Cojs/take-ad-way.com/web/wp-content/themes/enfold-child/functions.php on line 16<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/add_filter(‘avf_portfolio_sort_first_label’,’new_first_label’);
function new_first_label() {
$first_item_name = “Destacados”;
return $first_item_name;
}add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
function avia_remove_portfolio_breadcrumb(){
remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
}add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 5, 1);
function avia_change_breadcrumb($trail) {
if(is_singular('portfolio'))
{
global $post;$home = avia_get_option('frontpage');
$terms = get_the_terms( $post->ID, 'portfolio_entries' );
if(!empty($terms))
{
$home = $trail[0];
$last = array_pop($trail);foreach($terms as $key => $data)
{
$link = ''.ucfirst($data->name).'';
$link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link);
$link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link);
$link = '<span typeof="v:Breadcrumb">'.$link.'</span>';
}
$trail = array(0 => $home, 1 => $link, 'trail_end' => $last);
}
}
return $trail;
}January 20, 2015 at 10:30 am in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #382355Thanks!
I still have problems with breadcrumbs. For example in http://www.take-ad-way.com/ if you select Sports Internet in portfolio and go to yamaha. In the breadcrumbs puts You are here: Home / Vídeos corporativos / Yamaha, and it has to be You are here: Home / Sports Internet / Yamaha…
I don’t knomw what is wrong
January 19, 2015 at 5:43 pm in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #381938This reply has been marked as private.January 19, 2015 at 2:41 pm in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #381760This reply has been marked as private.January 19, 2015 at 12:56 pm in reply to: Contact form, breadcrumbs, slide, change word "all" in filter #381730Hello,
I’ve updated! some things are ok now, but:
I’ve put
add_filter(‘avf_portfolio_sort_first_label’,’new_first_label’);
function new_first_label() {
$first_item_name = “Destacados”;
return $first_item_name;
}But it doesn’t show…
And in for example http://www.take-ad-way.com/?portfolio=yamaha the breadcrumbs don’t show ok
Thanks a lot!
Itziar
OK! I’ve updated, now it works.
Thanks!I did, and I still have the same problem
Thank you for solving it
Sorry but I’m new in wordpress and I don’t usually talk in english.
Next time I use this theme I will do the same if I don’t want to show the flags.Regards,
Itziar
Hi
They still appear when you slect the catalan language.
And I am sorry, but I am from Spain and I don’t understand “it is currently commented out”, what do you mean?Thanks!
Itziar
-
AuthorPosts