SFIQUET
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Read more tagI tried the simple method, it work well. In fact, i didn’t know that the “<!–more–>” needs to select “Full text” in Settings to work !!
Perhaps i’ll tried the second way, to keep the round effect on my pictures.Thanks a lot ! You rock !!
Forum: Themes and Templates
In reply to: [Customizr] customize post's sticky viewThanks for the links.
Yes you answered above how to enlarge the round effect but i’m looking to enlarge the picture under. ??Forum: Themes and Templates
In reply to: [Customizr] customize post's sticky viewoh yes i meant on the blog post list ! Sorry to explain wrong, English is not my mother tongue and css even less! ??
The round shape is ok but do you know how I can enlarge the pictures on this page and add a “read more” button ?Forum: Themes and Templates
In reply to: [Customizr] customize post's sticky viewI have found .entry-summary but no .sticky.
Forum: Themes and Templates
In reply to: [Customizr] show the article's titles on the blog pageYes thank you, i meant “post” but it’s ok, i have tagged this topic resolved” because I could not remove it. ??
Forum: Themes and Templates
In reply to: [Customizr] Posts in PagesYou solve my problem rdellconsulting !! Thanks !!
Thank you for everything, I’m going to experiment with it.
With this code, the result depends on the length of the text (the slider has 3 differents slides with 3 differents texts). The long text is too shifted downwards, and the short text not enough. Is it some code to have the margin proportional to the length of the text?
it does not work either :-/
Yes especially since English is not my mother tongue and CSS either ??
I removed the code and put the one I tried yesterday..carousel-caption h1 { text-align : center; vertical-align: center; padding-right: auto; padding-left: auto; padding-top: auto; padding-bottom: auto; }
It works for a bubble slider but not the other two.
I’m sorry, I think it was misunderstood: I want to center the white text in the grey bubble and not center grey bubble in the slideshow area.
Thank you for advice to use a child theme.I do not know how it works but I’ll look.Many thanks to work on it !
I applied the code you gave, you can look at it.I tried this :
.carousel-caption h1 { text-align : center; vertical-align: center; padding-right: auto; padding-left: auto; padding-top: auto; padding-bottom: auto; }
It seems to work on some titles of the slider’s pictures but not on all.
Many thanks ! Works fine with this :
.carousel-inner { -moz-box-shadow: 8px 8px 20px -2px grey; -webkit-box-shadow:8px 8px 20px -2px grey; box-shadow: 8px 8px 20px -2px grey; }
Firefox too. I’m adding it in the custom css.