Ajisai
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] Get ird of h1 / Post navigationI already created a child theme.
Well to be more precise, as I said, “post navigation is not displayed but Google can still see it on the code.
Plus, this H1 tag is useless. Because of it you have more than 1 H1 on each page. For the SEO it’s not the best practice.Cb Vinyl record art
Just in case you wanna have a look on the source codeForum: Themes and Templates
In reply to: [Spun] Get ird of h1 / Post navigationBecause “Post Navigation” is not displayed on my site and this H1 tag is not great for the SEO
Forum: Themes and Templates
In reply to: [Spun] Text intro on homepageHey Dpict,
The solution I found is :
In your back office, you go on
Appearance->EditorThen you find your index.php file
Then under those lines of code you can write your text:get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main">It should work perfectly fine
Forum: Themes and Templates
In reply to: [Spun] Text intro on homepageHey Keith,
What’s up ?
I just found how to do it yesterday.
If you still looking for the answer, just hit me up herePz
Forum: Plugins
In reply to: [Polylang] How to translate a custom text on homepageRight, I found the solution
At the end of my functions.php
I wrote the line:
/* Custom for Polylang */
pll_register_string(‘Intro Website’, ‘Welcome to our blog’);So in settings->languages->strings translation
I was able to find “Intro Website” and “Welcome to our blog” in the English set up. I then put the french translation “Bienvenue sur notre blog”Then, in the source code of my homepage, I wrote (where I wanted to put the sentence):
<?php echo pll__(‘Welcome to our blog’); ?>And it does work perfectly fine, I do have now the right translation whenever I switch to French or English.
Forum: Plugins
In reply to: [Polylang] How to translate a custom text on homepageThank you very much for the answer.
I have no idea how to do that though, as I don’t really understand php.
But I guess, by reading the tutorial you sent me, I might come up with somethingHi Jeremy,
Yes it does help,
Thank you very much for your answer!Forum: Plugins
In reply to: [AddToAny Share Buttons] 2 " " share buttonsHey,
Just for the update.
The custom icons work now.
The last time, I just did a mistake when I wrote the URL.
It does work now 😉Thank you
Forum: Plugins
In reply to: [Slim Jetpack] Alt tagIt works now, just uploaded to 2.9.3
Forum: Plugins
In reply to: [AddToAny Share Buttons] 2 " " share buttonsHey,
Thank you for the answer. The immediate fix for the universal button does work perfectly.
I tried to use the custom icons as you recommended, but I don’t know why it doesn’t work!Forum: Plugins
In reply to: [AddToAny Share Buttons] 2 " " share buttonsI have basically the 2 + share buttons since I did the update.
Do you know why?Forum: Themes and Templates
In reply to: [Spun] Font and remove italicHi,
all this? Which is?
Forum: Themes and Templates
In reply to: [Spun] Keep the Sidebar fixed when scrolling downYeah you re right.
I tried that already, it does work with a desktop, not with a mobile or tabletForum: Themes and Templates
In reply to: [Spun] Tablet issue with the menuIt does the job in
.one.widget-columnSo I’ll go for that.
Once again, thank you very much for your help
Much appreciatedForum: Themes and Templates
In reply to: [Spun] Tablet issue with the menuShould I put it in
.widget-column { width: 80%; }Or in
.one.widget-column { float: none; margin: -40px 0 0 40px; }