Forum Replies Created
-
AuthorPosts
-
Hey Yigit, thanks for helping.
the problem is, that the german language file in the main theme directory has the right translations in it but instead of the german translation, the english text shows up. You see it when you do a search (link below)
Thanks for helping!
This worked very well. Is there as well a solution to place a background image on bottom of the container. See the grey squares at the bottom of the screenshot.Hi and thanks for the help,
i activated the top row bar with the social media icons and phone. How can i place an background image to the top row bar?February 10, 2016 at 2:09 pm in reply to: Layerslider – Preview not working and problems when edit and save #581125There is a message in the layerslider admin that there is a new version 5.6.3. Does this update solve the problem maybe? I have version 5.6.2. installled.
February 5, 2016 at 8:56 am in reply to: Layerslider – Preview not working and problems when edit and save #578366Hi,
i don´t want to push but do you maybe have a quick solution for that? I can´t modify my layersliders anymore, is there some quci css or anything similar i could do until you the next update fixes this error?
Thanks for any helpJanuary 28, 2016 at 5:53 am in reply to: Layerslider – Preview not working and problems when edit and save #573491I experience the same issue. I can´t edit the sliders and i don´t see the preview. Thanks for any help!
:-) We are too fast both.
I figured it out: I added a !important and now the megamenu works as expected.
Thanks again!
@media only screen and (min-width: 769px) {
#header_meta {
display: none;
}}
#header .six.units {
width: 435px!important;
}-
This reply was modified 9 years, 6 months ago by
dondela.
Yes because i disabled the css. Now it is enabled and you can see the error.
uuups
Thanks for helping, see the admin details below.
Thanks again, great support!
One more question:
Is it possible to disable the “Header Phone Number/Extra Info” on the desktop version only. I want this Info just on the mobile version.Thanks a lot Yigit!
Thanks Yigit, thats it!
Best support ever!Thanks
I solved it by adding this to the 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);
}Hi Yigit,
thanks, that was it!
Regards dondelaThanks Ismael, great support!
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 10 years, 7 months ago by
dondela.
-
This reply was modified 9 years, 6 months ago by
-
AuthorPosts