ftb
Forum Replies Created
-
Thanks a lot. That is probably going to help me finding it. Greetings.
Yes but I didn’t know where to find it in the database.
Re-enabling jetpack didn’t bring it back.Thank you
?? thank you
Forum: Fixing WordPress
In reply to: How to open a gallery from a link????OK wow.
Good idea but still looks pretty much like Chinese to me.
And hmm…I am wondering why it would not be possible to call the carousel opening a specific gallery from a link since the gallery does it.
But yeah I have no clue how to do that either.
Probably not possible…too easy that would be I guess.If you manage to figure that out…you’re pretty good.
Forum: Fixing WordPress
In reply to: How to open a gallery from a link????yes.
i am using carousel without jetpack now.. but i think it is built more or less the same way…
thank you very much for looking.
i really appreciate.
Forum: Fixing WordPress
In reply to: How to open a gallery from a link????Hello,
Thank you Kevin for your answer.
Unfortunately, when using jetpack’s “carousel” or “carousel without jetpack”, if I add the link to the gallery itself, it will bring me to the gallery page and only then open the carousel.I need to open the carousel directly from the image link.
I don’t want people to see the images of the carouself displayed as thumbnails.Any idea of which code I should use for that?
Thank you again very much for your help… I am really stuck with this.
which of the core files please?
or which code to add to the css.
thank you in advance for your help.
so do I
Forum: Fixing WordPress
In reply to: CSS editor disappeared after disabling jet packThank you both.
I tried to reactivate my jet pack plugin so I’d get back the css sheet but the CSS was gone…I’ll try to do as you say.
Would you by any chance have an idea about where the jet pack custom css was?
I have made a backup, I might be able to find it somewhere but I don’t know where…Thank you
hi.
this actually just happened to me. I disabled jet pack and since then all what i did on my custom css is gone.
it was under “appearance”/”edit css”
Could anyone tell me how can i bring the css back even if i don’t reinstall jet pack?
I am not sure how to proceed.
thanks
Forum: Fixing WordPress
In reply to: Asymmetrical portfolio tiles for postsThank you very much for your suggestion.
Actually I have found out that jetpack does it…but i don’t really like it either.
Looking for another way to display my images…
Uneasy to find…
Anyway thank you.
Might any one have other suggestions and ideas, please feel free to send them.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?I’m sorry I don’t have team viewer. I don’t see a way to share a print screen here. But there isn’t much to see. My button looks like a default button.
ThanksForum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?I am not very good at this stuff but apparently it does matter,that’s why I have been using an ID for my second form, otherwise it would change the design of both my forms.
I tried adding the code that I pasted above following your suggestion and it didn’t work.
Did I miss something?
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?I need to specify a special path for form 2 as they don’t have the same styles.
that’s why i am supposed to add somewhere:
#wpcf7-f482-t1-o1 .wpcf7-form
not sure how to continue from there
the following didn’t work:#wpcf7-f482-t1-o1 .wpcf7-form .wpcf7 .wpcf7-submit{ width: 100px; height: 30px; background-color: #999999; font-size: 13px; color: #fff; border: 1px solid #fff; border-radius: 7px; }
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?Hello Arvind,
here is some code:
this is how i modified the look of the submit button in my contact form number 1
.contact-submit input { width: 100px; height: 30px; background-color: #999999; font-size: 13px; color: #fff; border: 1px solid #fff; border-radius: 7px; }
this is how i changed the size of the contact form 2
#wpcf7-f482-t1-o1 .wpcf7-form input.wpcf7-text { height: 20px; width: 200px!important; }
I don’t manage to modify the submit button by doing something like:
#wpcf7-f482-t1-o1 .wpcf7-form input.wpcf7-file{ width: 100px; height: 30px; background-color: #999999; font-size: 13px; color: #fff; border: 1px solid #fff; border-radius: 7px; }
Any help would be greatly appreciated. Thank you.