marinalr
Forum Replies Created
-
Forum: Plugins
In reply to: [Maps Widget for Google Maps] map fails to displayThanks, now when I remove the http referrers I can see the map under chrome, on my android mobile, but not under firefox, although when I click on the blank space it opens a lightbox with the map…
Forum: Plugins
In reply to: [Maps Widget for Google Maps] map fails to displayHi,
I’ve added a static maps api but it’s still the same. There is a tab ‘domain validation’:“API et authentification
Validation de domaine
Vous devez valider la propriété des domaines pour permettre l’envoi de notifications Webhook à vos domaines externes. Nous vérifions que l’utilisateur est bien le propriétaire de chacun des domaines répertoriés via la Search Console. “Shall I fill in my website domain? when I do this nothing changes…
It was more simple before api keys!
thanks for your reply.Forum: Themes and Templates
In reply to: pb with sharing buttons pluginsstill the pb on mozilla firefox, after several wp and theme udpates…
Forum: Themes and Templates
In reply to: my wp admin in polish after added loco translateupdate: I’ve removed wrong fr_FR.po files from the server and it’s ok. Then is it possible to add a new fr_FR.po file to zerif pro theme, all translated? when I create one, all traductions come in polish per default.
Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentI’ve done it (I forgot the add the ‘loops’ folder when I previously tried, it works. thanks, I can close the topic now!
Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentIn the loops folder it’s “read more” and not “More info” that you can translate… Doesn’t matter, I modified the parent widget, and it’s fine if it’s the only thing I need to change for further theme udpades; thanks fir your time and patience anyway!
Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentHi there,
I’ve uploaded the last vantage.pot, I’ve checkd it, but the only words I can’t manage to have translated (even though it’s translated in Loco translator is the ‘More info’ on my archive page http://www.garance-voyage.com/articles/carnet-de-voyage/
do you know why?
thanks!apart from that everything works fine, although I think the site is a bit slow to be loaded, even though I’ve removed lots of unused files from the server.
Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentHi again,
I’ve reduced the style.css to only my modifications, all is fine the size of the circle icons now!
I haven’t replace the vantage.pot on the server, because I can’t save it with the extension .pot (only .txt or.doc) so I don’t want to break everything, it’s not that important…thanks a lot for your time you have been very efficient!
MarinaForum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentI’ve added the code below, but then the 2nd line of articles extracts don’t go down enough to have space for the circle icon :
/* Circle Icon Loop */
.widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {
margin-left: -50.5px; margin-top: -20.5px;
}.vantage-circleicon-loop .widget_circleicon-widget .circle-icon-box .circle-icon {
width: 100px;
height: 100px;
-webkit-border-radius: 130px;
-moz-border-radius: 130px;
}Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentthanks,the icons are bigger but cover the title now, I tried to add a margin-bottom but it’s not working, what css would it be?
Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentForum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentI’ve installed Loco Translate, it does translate the search ‘results for’ and ‘Posted in’ but not ‘More info’ and ‘Posted on’, strange…
for the widget, it’s only the circle icon above each article that appears on the category page that I want larger, it works if I modify the parent widget file, but it doesn’t work with the child widgets.php file, that I put under folder ‘inc’. I don’t find where to modify this directly on the admin, as it’s on the category page.
Forum: Themes and Templates
In reply to: [Vantage] child theme not taken in account after updating parentthanks for your reply.
the style.css file is ok now.
In template-tags I wanted to modify the function vantage_posted_on()
and function vantage_get_post_categories() to translate some words in french. how shall I insert them in functions.php?for the widgets.php file, I wanted to make circle icon ‘large’, and translate ‘more info’, but it’s not taken in account, and it’s not functions isn’t it?
in search.php file I wanted to translate ‘results for’, but it’s not taken in account either…