Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
it must be the same menu, how can I do?Hi Victoria, finally i have create a correct code to share un whatsapp.
This is the code// Register new icon as a theme icon add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_icon($icons) { $icons['whatsapp'] = array( 'font' =>'whatsapp-font-icon', 'icon' => 'ue800'); return $icons; } //Add items on the social share section add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $args['whatsapp'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://web.whatsapp.com/send?text=[permalink]", 'label' => __("Condividi su Whatsapp",'avia_framework')); return $args; }
thanks
Hi Victoria, i have already seen your post “Whatspp button in share box” but is not a valid solution because in firefox or chrome not work correctly, and should be installed whatsapp client on the pc.
I have used CLICK TO CHAT plugin and work very Very well by using shortcode [ht-ctc-share].
My idea was to insert shortcode to whatsapp image on function “share this article”, using shortcode [ht-ctc-share].
I have tried your function, but the page was broken :-(You can see my WEBSITE
There has been a critical error on your website.
Can you help me, please? whatsapp by this shortcode is a interesting solutions for all..- This reply was modified 4 years, 7 months ago by foscolino.
No idea to solve my instagram problem? :-( I am sad
Hi, i have created a function to embed instagram buttom, this is the code:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['instagram'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue909'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); //Add items on the social share section add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $new_array = array( 'instagram' => array( "encode"=>true, "encode_urls"=>false, "pattern" => "https://www.instagram.com://send?text=[title]-[permalink]" ) ); return array_merge($new_array, $args); }
BUT my problem is pattern not work: “https://www.instagram.com://send?text=%5Btitle%5D-%5Bpermalink%5D” :-)
What should I write to post my article to instagram?
thanks- This reply was modified 4 years, 7 months ago by foscolino.
I have seen in article is it possible add custom layout of social sharing, but instagram buttom is missing! :-(
this is the section where i should create a new button by function, is it possible?thanks
I have find a solution for this problem, i have exclude .ttf,.otf,.eot,.woff from CDN WP supercache setup, and now work….fontello are excluded from my CDN but is not the problem! :-)
thanksHi Rikard, thanks for your support, i have already seen enfold documentation, but htaccess modification not work.
i have find a solution, i have exclude .ttf,.otf,.eot,.woff from CDN WP supercache setup, and now work….fontello are excluded from my CDN but is not the problem! :-)
thanks for your supportHi, i have resolved the problem with “layers slider WP”.
I have created a new slider with full options,
thanks for your supportJune 1, 2018 at 11:54 am in reply to: missing previous and next post navigation on fullwidth #965235Hi Ismael, thanks for your support
I have a questions, but if I apply upgrade to enfold theme can I lose these changes?
Is not possibile insert this modify into custom function option?Hi Basilis,
i have posted credentials in private data area, thanks a lot.Andrea
Hi, i resolved the problem.
I have increase height of header in the options of enfold control panel.
Thanks for your support, the ticket can be closed! :-)Hi, I saw the tutorial page, i have add a single image with custom css code, but the image overlay with submenù.
You can view the result to http://www.climaservizi.it
I should insert four images between central logo and item’s menù, not how now :-(
thanksHi Mike, very good!!!
your css work perfectly! thanks a lot!Best regards,
AndreaHi Mike, the styling code not work :-(, you can see my website at this url:
http://www.studiolegalecrea.com/
user: admin
pwd: studiolegalecreaUnder link “PERSONE”, under name “Mariafrancesca Crea” you can click on text “[ Credits ]”.
You can see the result, your css now is already applied in the General Styling > Quick CSS field.Hi, yesterday i have resolved my problem by this function:
add_action('after_setup_theme','avia_remove_portfolio_breadcrumb'); function avia_remove_portfolio_breadcrumb(){ remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb'); }
thanks
Hi, anyone can help me about my problem?
I can’t find any solutions at the moment..please.
thanksHi Mike, sorry but I don’t understand you answers, the problem is “Categorie Media”? :-(
I have installed a plugin “Enhanced Media Library”, now for test this plugin is disabled, but the problem on breadcrumb is the same
what should I do to resolve my problem?
thanksHi, if you try to create a new example post on portfolio, you see the wrong breadcrumbs on “latest portfolio” widgets on footer :-(
Hi Mike, i have upgraded enfold themes to latest version, but the problem is the same :-(
Can you help me, please?
I have attached wp credentialsHi Ismael, i have installed plugin “post-types-order”, thank you.
AndreaHi Basilis, I have already resolved my problem
I have changed code inside /js/avia.js file from this:exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
to
exclude : '.page-id-2681 a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
thanks
Andrea
- This reply was modified 8 years, 9 months ago by foscolino.
Sorry, but your css does not work!! :-(
I can’t give you the link page because site is on my webserver internal test..Can you help me in another mode?
Thanks.
Andrea
January 10, 2016 at 8:14 am in reply to: How to change header size on onepage template restaurant #562650Hi Elliot!
thank you very much, i don’t see this option, sorry!!
Andrea
Hi Basilis, thank you for your support, i have already resolved my problem.
I put in more widgets into one columns, and filtered it for each languages with WPML Widgets.
you can close the ticket, please.Andrea
Hi Josue, very good support!! :-) thank you for your support, you can close the ticket.
Andrea
Hi Josue, thanks for your support, with your code logo disappears only when mobile menù (on top right screen) is visible…. but is it possible determine when mobile menù appair?
Andrea
This reply has been marked as private.Hi Josue, thanks for your support, i have tried your solution but not work. :-(
Logo is always visible on top, i have tried some “max-width settings”, but whithout good result..
Are you sure css syntax is correct?
is there another way to set this option?
thanksAndrea
Hi, I have resolved my problem whit this custom css code:
page id for home
.page-id-2890 .logo { display: none!important; }
-
AuthorPosts