Florian Brinkmann
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Is there a way to transfer a theme to a new account?Hi Otto,
thanks for your answer – that would be great ??
Forum: Themes and Templates
In reply to: [Fanoe] Header Function Doesn't Work – Please FixYou have to use the function under “Design>Customize”. It’s a known issue, that the Themen Customizer-value is stronger than the value which is made under “Design>Header”. This is a WordPress-Problem.
Forum: Reviews
In reply to: [Fanoe] How to edit sidebar widthYou can edit CSS without changing the style.css. In the Backend go to “Appearance>Customize”. There you can insert custom CSS Code.
Insert this:.active-sidebar #branding, .active-sidebar #main{ right:60%; } .active-sidebar #sidebar{ left:40%; width:59%; }
This is the Standard-Code. Change the “60%” and the “40%”, but added they must be 100. The width-Value is 1% lower than the right-Value.
Hope this will help!
Forum: Themes and Templates
In reply to: [Fanoe] Post-Thumbnail-Description in the Single-ViewHave uploaded the new Version 1.3.1 now, that should fix the Problem.
Forum: Themes and Templates
In reply to: [Fanoe] Improving page titles displayI have changed and uploaded it as Version 1.2.16
Forum: Themes and Templates
In reply to: [Fanoe] Improving page titles displaySorry for answering so late …
Thank you for your suggestion. I’ll test it ??Forum: Reviews
In reply to: [Fanoe] THE perfect themeChange the number and wording of the headings, etc
What did you mean with this? The Headings are the Headings from the widgets. Only the “Copyright” Heading can’t be changed.
Forum: Reviews
In reply to: [Fanoe] THE perfect themeNo Problem, have fun with Fanoe ??
Forum: Reviews
In reply to: [Fanoe] THE perfect themeOh sorry, in the Customizer the Option is under “Site Title & Tagline”. The Option from the Header-Page is overwritten by this option and I have not found a way to fix it …
Forum: Reviews
In reply to: [Fanoe] THE perfect themeYes, that’s a silly Problem … You have to uncheck the box on the Theme Customizer. Go to Appearence>Customize and then to the point “Header”.
This should work.Forum: Reviews
In reply to: [Fanoe] Light, fast and amazingThanks a lot!
And go on with reporting bugs, it was a great help ??
Forum: Themes and Templates
In reply to: [Fanoe] Theme Options PageHi,
I will reactivate the possibility for backgounds in the next update.and could it be possible that the headertext and header logo have a conflict?
You mean? The header-image appears as a background image for the Text, or – if the header-text isn’t displayed, only the image is shown.
The theme doesn’t support the dutch language, it only supports german, english and (with the next update) french. If you would like to translate it, I would be really happy ??
Forum: Themes and Templates
In reply to: [Fanoe] Parse error: syntax error, unexpected T_FUNCTIONOkay, maybe I have a solution.
Try to replace the code above in the functions.php with the following and then upload the Theme to your site. If the problem is fixed then, I will change it for the next official update.// register Fanoe_Social_Media_Widget function register_fanoe_social_media_widget() { register_widget( 'Fanoe_Social_Media_Widget' ); } add_action( 'widgets_init', 'register_fanoe_social_media_widget' );
Forum: Themes and Templates
In reply to: [Fanoe] Parse error: syntax error, unexpected T_FUNCTIONOkay, I have looked around in the web and it seems, that you are using a PHP Version which is to old … What version of PHP are you using?
This is the code from the Error:add_action('widgets_init', function() { return register_widget('Fanoe_Social_Media_Widget'); });
I hope we can fix the problem and it would be nice, if you can send me the french Translation after fixing it ??
Forum: Themes and Templates
In reply to: [Fanoe] Parse error: syntax error, unexpected T_FUNCTIONHi,
I will try to find the error!