Forum Replies Created
-
AuthorPosts
-
November 17, 2017 at 12:29 pm in reply to: How to choose a fixed header on the mobile version + adapt the settings #878030
Hello Ismael,
thank you for your message!
To point
1.) You are right! Now the fixed header is consuming the most space of the mobile device screen!
The problem is my opinion that I have included this header widget “button JETZT gesünder &….” to the “Header Area” in the Widgets menu!In my opinion if I delete the widget from the header are the problem of the consuming of the most screen space on mobile devices would be solved but then in which Widget Area should I include this Button Widget else?!
Do you have a solution for that?!
Thank you very much for your help Ismael!!!
Kind regards!!
November 13, 2017 at 11:05 am in reply to: How to choose a fixed header on the mobile version + adapt the settings #876025Hello Victoria,
thank you for your message!
1. I would like the fixed header on the mobile menu that the logo and the burger menu is shown always on the top of the smartphone screen also when you scroll down!
2. I want to adapt the border of the logo and burger menu to the screens edge and the size and position of both only on the mobile version by myself.
3. I would like to minimize the size of the header widget (this green 3D button with the text “JETZT gesünder &…….) only on the mobile version on the smartphone.
I hope that all these 3 points are possible as I imagine and you maybe have a solution for it.
Thanks again Victoria!
Best regards
November 10, 2017 at 3:42 pm in reply to: How to choose a fixed header on the mobile version + adapt the settings #875190Hello John,
thank you for your message!
I tried to include your quick css for deleting the white space in the burger menu but it does not work!
I definetely have saved many quick css and maybe some of them work against your quick css :/
Maybe I can send you the WP logins in a private message and you have the knowledge to know which quick css work against it?!
PS: Do you also know how I can set a fixed header on the mobile versions (smartphone and tablet) of the website?!
Thanks again for your help John!
Kind regards
October 30, 2017 at 1:10 pm in reply to: How to center logo VERTICALLY on the very left side + change FB Icon Position #870434Hello Mike,
yes, this is exactely what I meant!
Thank you very much for your help!Kind regards!
October 26, 2017 at 5:05 pm in reply to: How to center logo VERTICALLY on the very left side + change FB Icon Position #869259Hello Rikard,
thanks again! Now the logo is placed perfect on the very left edge of the logo header are!Do you also have a solution for that problem with bringing the facebook social icon 1 “stage” higher above the main menu so that I also get on the very right side of the logo header area more space to include 1 additional main menu point?!
Thanks again Rikard!!
October 25, 2017 at 12:11 pm in reply to: How to center logo VERTICALLY on the very left side + change FB Icon Position #868680Hello Rikard,
thank you for your Quick CSS!
The vertically centering of the logo is now working!
But 2 things still don´t work.
1. I want to bring the logo a little bit more to the left edge of the logo area that I get on the very right side of the main menu more space for 1 more menu point +
2. I want to bring the facebook social icon 1 “stage” higher also that I get more space on the very right side for the 1 more menu item.
Maybe some of my many Quick CSS Codes works against each other?!
Could you please help me again to fix this 2 things!
I would also can send you the login data for WP that you can see all the current Quick CSS if you want!
Thank you very much again for your help!September 20, 2017 at 1:13 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #854336Hello Ismael,
thank you for your answer!
It was my mistake!
I had a failure in the weblink of the picture in the css code and also thought that I have to set something in the enfold social profiles menu!
Now it works!
Thank you for your help!
Best regards!September 19, 2017 at 7:59 am in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #853744Hello Ismael,
thank you for your message!
I tried to add you CSS and removed the CSS you wrote, but there is still no option for using fontello in the enfold social profiles menu?! :/
Please could you or anybody else again help me?!
Till now no suggestion worked! :/
Best regards and thank you in advance!September 15, 2017 at 4:37 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852597I checked it and you paste the code correct in the functions.php file
but I can not find the fontello function in the enfold social profiles?!
I do not know why it does not work?!September 15, 2017 at 4:06 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852589Hello Yigit,
thank you very much for your help!!!
So is it now possible that I can choose a custom Facebook logo?!
I would like to choose this one: http://iconbug.com/data/46/256/e5da8e60ffe95bca3aa593711b88b6f3.png
if it is possible!
Thanks again!!!! :)September 15, 2017 at 3:38 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852586And here the FTP!
September 15, 2017 at 3:32 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852584Ok, thank you very much!!!
September 15, 2017 at 3:29 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852580And my COMPLETE Website is not reachable anymore!!!
September 15, 2017 at 3:26 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852576Ok, but then I made everything like you said!
So why do I it kicked me out and what I must do to come again back to the WordPress Login inspite the HTTP ERROR 500?!?
Please HELP!!September 15, 2017 at 3:19 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852570Hello Yigit,
I found the line: if(isset($avia_config[‘use_child_theme_functions_only’])) return; in the functions.php file and paste it as you told me right below that line!
But right after klicking on refresh it kicked me out of WordPress and shows me the error message: HTTP ERROR 500
:(
So what I should do NOW?!
If I want to go again to the WordPress login Site there is only the error message shown and I come NOT anymore to the WP login!!!!September 15, 2017 at 3:02 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852559Thank you yigit!
How do I know if I use a “child theme” or not?!
Thanks again!September 14, 2017 at 6:59 pm in reply to: How change positon of a customized Facebook Icon on Easy Social Icon Plugin?! #852274Hello Yigit,
thank you for your answer!
I have one question?!
Where exactely I have to paste this code?!
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Icon Label’] = ‘icon_name’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);April 18, 2016 at 9:24 pm in reply to: Widget is gone after updating the enfold theme, the wordpress version and php #616816Hello Ismael,
thank you for your answer and no problem for the delay!
The problem is not about a plugin, it´s about a widget I had included to any of the menus of my website, using the above written codes for creating and the position, and the widget is gone anymore after updating the wordpress, enfold and php version.
So I cannot send you a screenshot of the not anymore shown widget!
I hope you understand what I mean and you maybe can help me, that the widget will appear again like before the update!
Thanks again for your help!
April 14, 2016 at 4:06 pm in reply to: Widget is gone after updating the enfold theme, the wordpress version and php #614054<a href = /geschenke-aktionen><img src = /wp-content/uploads/2015/11/Geschenke-Aktionen1.png /></a>
April 14, 2016 at 4:05 pm in reply to: Widget is gone after updating the enfold theme, the wordpress version and php #614052January 8, 2016 at 11:16 am in reply to: Bi-Lingual Site German – English Recommandation WPML Plugin or not?! #561887January 7, 2016 at 9:31 pm in reply to: Bi-Lingual Site German – English Recommandation WPML Plugin or not?! #561515Hello anyone,
do you know, if there is any GOOD FREEWARE alternative for WPML Plugin or not, with what I can add an additional english version of my german website?!
http://www.ihr-personaltrainer.atThanks a lot for your answers!!
November 25, 2015 at 10:56 pm in reply to: Facebook Icon + Like Button in Main Menu – Customized! #542752Hello Elliot,
I read you link but I have no idea where I should integrate the codes and how I can customize the thumb button!
PLEASE can you provide me the codes and tell me where exactely I should integrate which code and which settings exactely I have to choose. The link of the facebook fanpage is https://www.facebook.com/ihrpersonaltrainer
Sorry, but I have nearly no IT knowledge!
Thanks again!!
November 25, 2015 at 6:21 pm in reply to: Facebook Icon + Like Button in Main Menu – Customized! #542630Hello Elliott,
your point 1. and 2. works great, thanks a lot!
Point 3. I don´t understand right now!
On my website http://www.ihr-personaltrainer.at I have already included a widget area to my header, for using my “star” widget (as you can see on the website).
Only including an additional text area to the header widget and include the link to the custom “thumb” image does not work, because there are no links or codes to the FB Like page?!
Also I tried to insert the facebook like box in the header widget area but then the like box is not displayed, as the wanted “thumb” and also the like box is somewhere on the left lower side of my website and not exactely right beneath the facebook social icon in the header.
Also I have right the situation that my current “star” widget “jumps” somewhere on my website, when I reduce / customize the browser window size (what is for the star not a big problem, but for the thumb it will be) and so I don´t know if the “widget solution” for the wanted “thumb” will work?!Please could you help me again and provide a solution for that problems?!
Thanks a lot!! :)November 23, 2015 at 10:55 pm in reply to: Header – Customized / different content – sidebar ratio – as main content ratio! #541239Perfect!
Thanks a lot Elliott!! :)
November 22, 2015 at 4:02 pm in reply to: Add a small "button" in the left upper corner of each slider photo! #540359PROBLEM SOLVED!!!
November 22, 2015 at 4:01 pm in reply to: Contact form – Send button – don´t works! Please help FAST!! #540358PROBLEM SOLVED!!!
November 22, 2015 at 1:18 pm in reply to: Add a small "button" in the left upper corner of each slider photo! #540344I now included, as a part time solution, this Quick CSS code, to block the star widget on any sites, but the start page!
Because on the start page I have no hyperlinks or send buttons.
But this is not a solution because I want to display the star widget on any menu page!
Please help!!#header .widget {
display:none;
}.home #header .widget {
display:block;
}November 22, 2015 at 1:18 pm in reply to: Contact form – Send button – don´t works! Please help FAST!! #540343I now included, as a part time solution, this Quick CSS code, to block the star widget on any sites, but the start page!
Because on the start page I have no hyperlinks or send buttons.
But this is not a solution because I want to display the star widget on any menu page!
Please help!!#header .widget {
display:none;
}.home #header .widget {
display:block;
}November 22, 2015 at 1:01 pm in reply to: Contact form – Send button – don´t works! Please help FAST!! #540340I now recognized that the star widget causes issues on ANY pages of my websibte where hyperlinks or sending buttons are included!!
Also on the page http://www.ihr-personaltrainer.at/?page_id=880 and on another page, which I have yet not published, when I scroll down so that the star widget is in the same height as the hyperlinks or send button they don´t work anymore!!
Please help me fast!!
Thank you!!
-
AuthorPosts