eoik
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] downtime monitoringHi,
I turned the monitoring off, so the problem is indeed solved.Because I received too many notifications and never found my server down,
Kind RegardsForum: Plugins
In reply to: [WordPress Slider Plugin - WP 1 Slider] Problems with version 1.2.5Hi @alsonthakuri ,
This is really nice of you but I’m afraid I can’t do it, last time it happened, everything disappeared, see for yourself : https://imgur.com/a/vTUQeIp
I had to redo the slider (I did not even remember what was written on the third one)
and I still haven’t finished with the rest of the homepage.So sorry,
Forum: Fixing WordPress
In reply to: domain namehi @autotutorial ,
i’m so sorry, i had not seen your answer before !!
1 and 2 ) i think i’ll try to move the wordpress and have like it was before. i can change the DNS
3) ok
Thanks a lot
oh. great. cool.
i really thank you for your answer !- This reply was modified 5 years, 1 month ago by eoik.
Forum: Plugins
In reply to: [WordPress Slider Plugin - WP 1 Slider] Problems with version 1.2.5Forum: Fixing WordPress
In reply to: really slow website – webhost says it is wp’s faultHi @magefix ,
1. all unnecessary plugins are already disabled
2 and 3. i backed up, cleaned and optimized the database (via wp-rocket)
4. it is already the case.nothing has changed….
thanks anyway !!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Cover template Header image responsivenessThanks Jarret.
Actually, I decided to use Chaplin… Hope I took the right decision.
Thanks a lot for your kind help, I really appreciated.
(I will not find that kind of help on the Chaplin forum ?? )
VForum: Plugins
In reply to: [Show-Hide / Collapse-Expand] Where should I put the text that I would hide?the text you would hide would come like this:
[bg_collapse view=”button-orange” color=”#4a4949″ icon=”arrow” expand_text=”Detail Harga Ayam Batik Kanada Coklat Gold” collapse_text=”Tampilkan Lebih Sedikit” ]
Here comes your text.
[/bg_collapse]Regards
Forum: Themes and Templates
In reply to: [Twenty Twenty] site title and a logo in headerHi
You might want to consider working with the class .screen-reader-text.
There’s is line that says :
<span class=”screen-reader-text”>La tête sur les épaules</span>Maybe changing some of its properties, might allow you to use the text with the logo.
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
word-break: normal;
}probably you will have to change (among other things) the clip values (1px) as well as the width and height.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Cover template Header image responsivenessHi
I added this :
@media only screen and (max-width: 478px) { .bg-image {background-size:100%;} }
ans it’s already way better.
I also might have changed .cover-image instead:
@media only screen and (max-width: 478px) { .cover-image {background-size:100%;} }
now i need to fix the white space above and below, as well as the logo size, and it will be ok.
Hi,
I’m interested as well.
Many thanks.Forum: Themes and Templates
In reply to: [Twenty Twenty] Custom color hex code for Primary Color@quasidigi
absolutely, it does also work :
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=”button”], input[type=”reset”], input[type=”submit”], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
background-color:
#ffbf00;
}Forum: Themes and Templates
In reply to: [Twenty Twenty] full-width cover templateActually, I had to do it this way :
`.page-template-template-cover .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 90%;
width: calc(100% – 4rem);
}
.page-template-template-cover [class*=”__inner-container”] > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: 90%;
width: 100%;
}’Forum: Themes and Templates
In reply to: [Twenty Twenty] Custom color hex code for Primary Colorhi @quasidigi
this just to let you know that i changed the color of the links and of the “color-accent” class and did not need to use the !important rule
vForum: Themes and Templates
In reply to: [Twenty Twenty] full-width cover templateHi Jarret,
This is really cool, I really appreciate.
Could it be that simple… I can’t believe it.
I’ll try as soon I can and I’ll let you know …
(I think the idea of a class for a specific page will save me).(I need to check how the “left/right aligned elements are placed in the content area.”) (I am very new to Gutemberg by the way, this is my first experience with blocks, and I’m acually missing some documentation.)