Ziabelle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sketch] Social sharing buttons not showing on all pagesit’s this page which doesn’t work on mobile : https://perspectivefilms.fr/oublier-wilfried/
and all the pages of the same kind (all the films).For the sharing buttons : I found out that it was WPBakery Visual composer which was the problem… I had to get the last update to make it work.
Now it’s fixed, the icons appear on the pages, but I still have to contact the Jetpack support because it doesn’t work properly (the images of the website don’t appear on Facebook)
Thanks for your help.Forum: Themes and Templates
In reply to: [Sketch] Social sharing buttons not showing on all pagesHi Kathryn,
Thanks for your answer.For the sharing buttons, I’ve made sure all the checkboxes are checked, on each page and in the settings… But it still doesn’t work…
and for the iphone, here is screenshot of the problem :
https://zupimages.net/viewer.php?id=15/26/bose.pngThanks for your help.
Forum: Themes and Templates
In reply to: [Sketch] add widgets in the headerHi Kathryn
thanks for your quick answer.
I followed the instructions in the provided links. But doing so, it breaks my site when I work on the functions.php file.
As I created a child theme, I have understood that I need to create another functions.php and not change the parent theme file.So I created a new functions.php file with this code inside :
<?php
register_sidebar( array (
‘name’ => __( ’header_widget’),
‘id’ => ‘header_widget’,
‘description’ => __( ‘Widget in the header’),
‘before_widget’ => ‘<li id=”%1$s” class=”widget-container %2$s”>’,
‘after_widget’ => “”,
‘before_title’ => ‘<h3 class=”widget-title”>’,
‘after_title’ => ‘</h3>’,
) );
?>but when I go back to my administration panel, the page is white, it’s breaking the whole thing.
I’m probably making a very obvious mistake, but I ‘m new with this editing changes.Forum: Themes and Templates
In reply to: [Sketch] Change the font sizeit works ! It’s exactly what I wanted. Thanks a lot for your help.
Now I’m starting to create the child theme and the widgetized areas, but it might take a little time ?? thanks for the guides you provided.Forum: Themes and Templates
In reply to: [Sketch] Change the font sizeForum: Themes and Templates
In reply to: [Sketch] Change the font sizeForum: Themes and Templates
In reply to: [Sketch] Change the font sizethanks for your reply !
For the hover effect, I tried to use the portfolio template but the look was not exactly what I wanted, so I used a regular page instead, so that I can customize it (change the font size, number of items per line, etc… )
again I can’t provide you with a link because I’m developing the site locally for the moment, and I don’t really want to put it online before it’s finished…
Here you can see a screenshot of my home page here : https://www.hostingpics.net/viewer.php?id=803915Capturedcran20150317114606.png
I want the hover effect on all the pictures :For the widgetized area, I give it a try, and let you know how it goes.
Thanks a lot !
Forum: Themes and Templates
In reply to: [Sketch] Change the font sizeIt would be something like (https://www.offshore.fr/) this for the 3 pictures in the middle. (The photos become lighter when the mouse goes over it). It would apply to all the photos of the body of my home page.
And another question : is it possible to add a widget area at another spot than to the right side ? My site has to be bilingual (French and English), I’m using Polylang and I have 2 little flags which can appear in a widget. But I want the flags to appear on the right corner of my site, just next to the menu.
Thanks a lot for your help !
Forum: Themes and Templates
In reply to: [Sketch] Change the font sizeThanks for your answer. It works great (I can’t provide a link because I’m developing the site on localhost right now)
I have another question though :
I would like to add a hover effect to some of the photos when the mouse goes over it.
How would I do that ?
Thanks a lot for your help.