ftb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: session_start() error in phpHello,
Thank you for your reply..but I can’t see the error or space on line 1.
If I were to rename the folder containing the plugin error like you’re suggesting, what should I rename it to?
Wouldn’t disabling the plugin cause me to lose all my data?
Thanks for the additive info.
Forum: Plugins
In reply to: [Contact Form 7] Problem with field lenghthello, thank you for your answer. I see next in the form short-code that an id has been added:
[contact-form-7 id="482" title="Subscribe"]
How can I transcribe this into the css in order for it to recognize which form it is?
#contact-form-7 id="482" .wpcf7-text { height: 20px; width: 200px !important; }
doesn’t seem to work…
thank you
Forum: Plugins
In reply to: [Fullscreen Galleria] Bug? Last image not showing.karbous you can go ahead, the problem self solved on my side. cheers!
I have found a way to translate the tags. But I am still unsure how to make the WP media tagger result point to another language.
Could anyone please help me with this?
Forum: Plugins
In reply to: [Responsive NextGEN Flex Slider Template] slideshow animation on iphoneHello. Did you find a solution for that?
I have the same problem. My slideshow is working on a computer screen but not on an iphone where I get the following message “slideshow not found”. Could anyone help?Forum: Fixing WordPress
In reply to: How to send an HTML email to all my subscribers?thanks a lot for that. i will check that out.
Thank you for your answer. Yes. It didn’t work. I couldn’t find anything proper for doing that yet… so meanwhile I do it manually through email. Cheers!
Hello mattyrob.
I have checked the HTML option under the subscribed users but the email I send is still only in text. Would you by any chance know why that is?
Forum: Plugins
In reply to: [Fullscreen Galleria] comments in galleria?thank you for your answer.
i think it could be nice to have a possibility to add that in the future…in case one day you really don’t know what to do.anyway..cheers!
Forum: Fixing WordPress
In reply to: Footer alignment problemHello,
Thank you for your answer.
I have installed firebug but I have no idea how to work with it yet.
There isn’t much in my CSS.I am using yaminth theme.
Forum: Fixing WordPress
In reply to: Footer alignment problemoh ok…:(
site is under maintenance. how can i do then?Forum: Plugins
In reply to: [Cyclone Slider] How can I open the slider in a much bigger version?Hello Kosinix. Thank you for your answer. Oh that’s too bad.
I was thinking about adding it into a light box or something but that probably won’t work… Very nice plugin otherwise. Thank you.
Forum: Plugins
In reply to: [Gallery Carousel Without JetPack] how do i paginate?yeah pagination would be interesting me too. thank you
Forum: Fixing WordPress
In reply to: How to open a gallery from a link????Ohhh moving it to the same page and changing the code did the trick.
Wonderful! Thank you do much for helping me with this. I really appreciate it. Thank you!Forum: Fixing WordPress
In reply to: How to open a gallery from a link????Hello Kevin,
I have tested and still, it would bring me to the thumbnails page first…
So this is the code i added to my testing page:
<a href="https://mysite.com/wp/gallerytestpage/#jp-carousel-696"><img class="alignleft size-medium wp-image-783" alt="alt text" src="https://mysite.com/wp/wp-content/uploads/image_100-600x385.jpg" width="600" height="385" /></a> <div style="display: none;"> [gallery include="696,800,684,624,701,772,776,703,805,625,702,806,699,698,700"] </div>
and this is what i added to my custom css in my child theme:
https://mysite.com/wp/roma-testgal/#jp-carousel-696 .tiled-gallery-item { display: none; } https://mysite.com/wp/roma-testgal/#jp-carousel-696 .tiled-gallery-item:first-child { display: block; }
I am not sure why it doesn’t work for me.
I probably did something wrong…But what?
Thank you very much again for your help.