Chrisago
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Disable check boxDisabling a checkbox could be also done by using CSS. Use an id:your-id-name for the field then use the following CSS example.
#your-id-name {
pointer-events: none;
}
Forum: Plugins
In reply to: [Contact Form 7] Disable check boxStyling the text label of a specific field. Use an id:your-id-name for the field then use the following CSS example.
#your-id-name label {
text-decoration: line-through;
}
Forum: Plugins
In reply to: [Contact Form 7] Disable check boxWhile disabling a checkbox remains unsolved for me, I was trying to style specific fields with CSS. According to https://contactform7.com/styling-contact-form/ you can style specific fields by using an id but how could you style the text label of a specific field?
Tried but haven’t managed to style the text (i.e. text-decoration: line-through;) maybe I am close but any chance of providing some help?
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Disable check boxHi, you mean the website where I found a possible answer to my question? If so, stack overflow.
https://stackoverflow.com/questions/17838681/can-a-checkbox-in-contact-form-7-be-disabled
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageFigured it out with the offset values.
Thanks again:)
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageAll right, I see the value of the offset is 1, items per page 1, max page to show 0.
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageHi there, I am not sure which post block I should check? Can you be more specific so that I can check!
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageI did a bit of testing and realized the “Query Split” won’t show the very latest blog post. Let’s say there are 5 blog posts, the “Query Split” will show 4 of them as it should, but within these 4 the very latest post isn’t included.
In order to display i.e. the fifth and more recent post you must add another post! Hope what I am saying isn’t confusing.
Is this done on purpose? Shouldn’t be like the most recent blog post be displayed in the “Query Split”?
Thanks!
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageAlso, something I noticed just now. I have added 5 blog posts and on the query split which shows 4 of the most recent blog posts for some reason I cannot see the most recent of all. In other words the most recent added dosen’t show up. It is only displayed within the blog.
Any thoughts?
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageThanks for your reply, appreciated it!
Forum: Themes and Templates
In reply to: [Lemmony] Blog-change size of featured imageHi, I sorted it out.
I wanted to change the featured image inside the blog post.
Thanks for the response!
Forum: Themes and Templates
In reply to: [Lemmony] Custom iconsHi,
I’ ll try the plugin for the icons. I realized that there were animation classes within the fields after posting my question!
Thanks:)
Forum: Themes and Templates
In reply to: [Lemmony] Custom iconsAlso, I disable one by one all animations transitions of text e.t.c. but they seem to be active. Any thoughts why?
Forum: Developing with WordPress
In reply to: Rename child theme directoryI’ ll have a look on that. Thanks a lot for the information.
Appreciated!
Forum: Developing with WordPress
In reply to: Rename child theme directoryI was talking for this kind of plugin https://ww.wp.xz.cn/plugins/wp-hide-security-enhancer/ which provides some other features in case you want to hide some other stuff as well.
About renaming only the theme folder I think I get your point.
Thanks again!