catheg
Forum Replies Created
-
Thanks Saurabh.
I was already in WordPress 4.8.2 version.
I updated again to WordPress 4.8.2, and for me too posts revisions are back again.Hi there,
Did we miss something ? Or is that the normal behavior of the plugin or a known issue of the version of the plugin ?
The editors of my site want to have the possibility to restore an old version of a page or a post at any moment. So if it is the normal behavior of the plugin I have to restore rapidly the database of my site.
So it is possible to have an answer of the developpers of the plugin.
Again thank you for your help.
Catherine.
Hi there,
I have the same issue. I try to migrate my production site on a local machine.
I use the interconnectit script, but the content of my accordion is empty, and I have a message “Demo Content”.What I missed ?
Thanks for yout help.
Regards.
Catherine.Forum: Themes and Templates
In reply to: [Sydney] menu item hoverHello Kharis,
Thanks, it works fine.
Great support as usual.
Regards.
Catherine.Maybe with a JScript ?
I have a Sydney Child theme, with a file script.Hello Roman.
My site : https://www.coursedeloriente.fr/
Menu : Participer
Sub Menu : En individual
CTA button : Bulletin d’inscriptionI want to open the pdf domunemtin a new tab because I don’t want to exit from the site.
For now, I put the link of the pdf doc in the link area :
https://www.coursedeloriente.fr/wp-content/uploads/2017/03/2017-oriente-bulletininscription-individuel.pdfThx.
Catherine.
I got it.
`#accordions-837 .accordion-content a {
color: #81d742;
}
And now it’s ok.Thx for your help.
Catherine.
Nope.
But by default I noticed that links have no colors in the pluggin.
Hi,
My site is a french site, I have no problem of encoding in the other content of the site.
I checked the charset of my page.
<meta charset=”UTF-8″>
And the encoding of my database is the same.I changed the file meta.php of you pluggin removing htmlentities line 446.
And now I have no problem of encoding anymore.
So I don’t know if it’s a bug of your pluggin.
Catherine.
Forum: Themes and Templates
In reply to: [Sydney] how to float an imageHi Kharis,
It works for me.
But I have a page like that :
https://www.coursedeloriente.fr/la-course-de-loriente/lequipe/
It’s not my site. I’m migrating this site using Sydney theme, but the development is for now on my local machine.Three images on the same page, align to left with text-wrapping.
Ok I finally have the same presentation but adding some
between paragraphs, ….For me it’s dirty html coding.
So I want to know if there is a way to make this properly.
Here is my code code
<div>Le secrétaire : Jeff
Le philosophe. D’un optimisme à toute épreuve, jamais inquiet, pour lui, il n’y a pas de problèmes, il n’y a que des solutions. Avec le Président, ce sont les conciliateurs du groupe. Volontaire et prudent, il s’est mis à courir après avoir arrêté de fumer. Du haut de son mètre 95, il ne passe pas inaper?u dans les pelotons insulaires. Mais sa grande taille explique aussi le fait qu’il ait souvent la tête dans les nuages : Jeff, arrête de rêver!</div>
<div>Le trésorier : Pasquà
L’hyperactif. En mouvement perpétuel mais pas bavard pour un sou, toujours partant pour une virée en montagne, notre Pasquà national est pour l’instant le plus rapide d’entre nous. Travailleur inépuisable, il est notre représentant le plus régulier sur les trails insulaires. Sans doute une manière de ne jamais s’arrêter : Pasquà, arrête de bouger !</div>
<div>Le vice-président : Jean-Phi
La forte tête. Personnage haut en couleur (même sans son couvre-chef) il a une volonté inébranlable. Depuis trois ans, il court derrière Pasquà, en espérant qu’il tombe pour le dépasser et voit Jeff arriver sur ses talons. Bandana vissé sur la tête, déficience capillaire oblige, il s’accroche comme il peut, mais pas question d’abandonner. Pas besoin de tendre l’oreille s’il est dans les parages, vous le saurez: Jean-Phi arrête de raler!</div>
Forum: Themes and Templates
In reply to: [Sydney] Page titleThx Kharis.
I added the following line after the </head> tag
<link rel=”stylesheet” type=”text/css” href=”//fonts.googleapis.com/css?family=Dancing+Script” /> in the header.php of my child theme.And now I can use the font in my site.
Regards.
Catherine
Forum: Themes and Templates
In reply to: [Sydney] Page titleI could change the color and the size of the page title using this code :
.hentry .title-post {
color :#81d742;
font-size: 16px;
font-family: ‘Dancing Script’, cursive;}
But it doesn’t work for the font-family. Any idea.
Thx.Forum: Themes and Templates
In reply to: [Sydney] color buttonThx Kharis.
I had to add !important behind color..roll-button {
background-color: #00FF00 !important;
color: #0000FF !important;
border-color: #00FF00 !important;
}.roll-button:hover {
background-color: transparent !important;
color: #0000FF !important;
border-color: #00FF00 !important;
}
And now it’s ok.
Regards.
Catherine.Forum: Themes and Templates
In reply to: [Sydney] How to override the main.min script in a child themeHello Kharis,
You’re the best. It works fine.
Thank you for your help.
Regards.
Catherine
Forum: Themes and Templates
In reply to: [Sydney] JS snippetThx Kharis for your answer.
I need to create a new child theme for other reason (customization of my style.css).
So I dont’t want to use an other plugin.Regards.
Catherine