Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thank you Yigit, great support!
Thanks Yigit,
this solution is the other way around. I want the homepage boxed and all other pages stretched. Is this possible as well?March 23, 2015 at 2:22 pm in reply to: show social sharing in avia code broken after enfold update 3.1.1 #416371I figured it out, it works now. I just had a typo-error.
Thanks for your great support!March 21, 2015 at 2:15 pm in reply to: show social sharing in avia code broken after enfold update 3.1.1 #415727Thanks for helping,
tried this code but nothing changed. I still see no social sharing buttons.
Is this the right code?//show social sharing in avia
add_action(‘ava_after_content’, ‘avia_add_social_toolbar’, 10, 2);
function avia_add_social_toolbar($id = “”, $context = “”)
{
if($context == “page” || $context == “single-portfolio”)
avia_social_share_links();
}function avia_add_social_toolbar_template_builder($content = “”)
{
$content .= avia_social_share_links(array(), false, ”, false);
$content .= ”;
return $content;
}
}March 19, 2015 at 9:15 pm in reply to: show social sharing in avia code broken after enfold update 3.1.1 #414843Hi Yigit,
thanks for your fast answer. So there is no way to show this social share buttons globally on all pages?
I am asking because i would have to change 50 pages…
Thanks dondelaThank you very much Josue.
Perfect support, as ever :-)Hi Ismael,
thanks for helping. I figured it out: The problem was a plugin conflict. After deactivating this plugin everything worked as expected :-)
Thanks againThanks Yigit!
I put this in the custom css as well, to male the date disappear in the search result page as well:
.post-meta-infos {
visibility: hidden;
}Hi Yigit,
thank you so much!
As always: World class support!This reply has been marked as private.Hi Ismael,
thank you very much, great support!
There was a error in the xing sharing url i think. It works for me with this url:
/**
* 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[‘xing’] = array(“encode”=>true, “encode_urls”=>false, “pattern” => “https://www.xing.com/social_plugins/share/new?h=1&url=%5Bpermalink%5D&t=%5Btitle%5D”);
return $args;
}- This reply was modified 9 years, 11 months ago by dondela.
Thanks for helping.
But my current-submenu-color does not change? It seems to be tricky…Thanks for helping.
But my current-submenu-color does not change? It seems to be tricky…Hi Yigit,
thanks for helping. i tried this but still nothings change, hm…This reply has been marked as private.Hi Elliot,
thanks for helping. I tried this, but nothing changed?Hi Josue,
this works!
Thank you very much for helping, great support!Hi Josue,
did you tag your team for an alternate solution already?
Thanks againThank you yigit!
Thanks for that idea. I tried it and it works.
But the problem is, the special mailtag [_post_title] returns the title of the page in the iframe not the title from the page i open the iframe from. You have an idea how i could achive this?This reply has been marked as private.Hi Josue,
1. You are right, if is use it in normal Page without ALB it works. It is not possible to make it work with ALB?
Thanks for helping!Superb!
Thank you for great support!Thats it, thank you so much. Great support!
Thanks Yigit,
that is it :-)One more question i have:
When i use a widget with a custom menu in the sidebar. How could a change the font-color of current-menu-item.
I figured out changing the fontcolor of the submenu like:
./* Submenu in widget*/
#top .widget_nav_menu ul ul li a {
color: #2d5c88;
}Thank you :-)
Hi Yigit,
thank you, thats it!
Is there also a solution to show the mobile-menu icon on the left instead of the right side?Thank you, that was it :-)
Thank you for helping me Ismael, that fixed it!
Have a nice day :-) -
AuthorPosts