Hi ! Is there any way to activate the back-to-top button for this theme? I’d like to improve accessibility of my blog. Thank you !
]]>Hi
the image as the right size 1920*300 but on the site the hight is not 300 px looks like the image is automatically reduce
]]>Hi
i want to change the color of the menu, and i don’t see where i can change that
regards
]]>Hello,
FEMINA looks not to be compatible with the single product page of the woocommerce standard theme. The page is almost empty.
Can you have a look about the single product page ?
Regards,
Bernard
I have trouble with the header picture – created in 1920x300px – too large, but I managed to get it right in the full-screen version. BUT now it’s not responsive – via CSS I can’t address the header-image. How can I get ir to be respnosive and look good on smaller screens?
Thank you!
Dear https://ebyb.eu,
We really enjoy using this theme, and have derived a child theme. It appears that a patch is needed in order children themes to be operational, let me share it with you. In a nutshell get_theme_file_uri() and get_theme_file_path() must have the file path as parameter in order child theme heritage to work properly
Would it be possible to update your theme in order to help other person ?
Thanks for your nice work.
Best regards
femina>diff functions.php functions-cai.php
301c301
< wp_enqueue_style( ‘genericons’, get_theme_file_uri() . ‘/genericons/genericons.css’, array(), ‘3.4.1’ );
—
> wp_enqueue_style( ‘genericons’, get_theme_file_uri(‘/genericons/genericons.css’), array(), ‘3.4.1’ );
307c307
< wp_enqueue_script( ‘femina-script’, get_theme_file_uri() . ‘/js/functions.js’, array( ‘jquery’ ), ‘20150315’, true );
—
> wp_enqueue_script( ‘femina-script’, get_theme_file_uri(‘/js/functions.js’), array( ‘jquery’ ), ‘20150315’, true );
351c351
< require get_theme_file_path() . ‘/inc/template-tags.php’;
—
> require get_theme_file_path(‘/inc/template-tags.php’);
355,356c355,357
< require get_theme_file_path() . ‘/inc/customizer.php’;
< require get_theme_file_path() . ‘/inc/custom-header.php’;
—
> require get_theme_file_path(‘/inc/customizer.php’);
> require get_theme_file_path(‘/inc/custom-header.php’);
This was the theme I was looking for, very happy to find it, however; can’t use it:
Parse error: syntax error, unexpected ‘[‘ in /home/www/wikipediacostaricamuseums.com/wp-content/themes/femina/inc/femina-custom-header.php on line 64\\
Any way to fix this?
Thank you
]]>Hello,
wonderful theme – but I have trouble with the header picture – created in 1920x300px – too large … difficult to explain – you can see on https://neu.astinashop.de/ – I also tried a header picture – it’s too small – please check it. I’ve edited some css but I don’t know how to edit this feature – also it’s necessary that’s working responsive
]]>