Sara
Forum Replies Created
-
I think I found the solution to MY problem.
I recreated the event (not duplicated another event) and then it worked.
It seems like the event I tried to create was “damaged” when I avoided to add a “from time”. (There is no exact end of that event, I would have preferred to leave it “open”.)
Anyway, since I before also had duplicated the already damaged event, also this duplicated event was damaged – it seemed to me that I had reached a limit.I hope I might help someone with my solution…!
I found it:
word-wrap: break-word; white-space: -moz-pre-wrap; white-space: pre-wrap;
To make it look good also for the widget I recommend:
.widget_woothemes_testimonials .quote blockquote { word-wrap: break-word; white-space: -moz-pre-wrap; white-space: pre-wrap; margin: 0 0 0; padding-left: 40px; }
Forum: Plugins
In reply to: [Testimonials by WooThemes] setting up testimonial pageNow I have also solved my own problem with text that didn’t break on Testimonials’ page:
.widget_woothemes_testimonials .quote blockquote { word-wrap: break-word; white-space: -moz-pre-wrap; white-space: pre-wrap; margin: 0 0 0; padding-left: 40px; }
Forum: Plugins
In reply to: [Testimonials by WooThemes] setting up testimonial pageHi again,
Since I afterwards saw that the above solution messed up my Testimonials widget, I now found this solution:
.widget_woothemes_testimonials .quote blockquote { margin: 0 0 0; padding-left: 40px; }
/S
Forum: Plugins
In reply to: [Testimonials by WooThemes] setting up testimonial pageI created a new menu called Testimonials
Then I created a new Page called “Voices about…” and added it to the Testimonials menuTo avoid getting the quotations in the middle of the text I had to add some Custom CSS:
This might help:.widget_woothemes_testimonials .quote blockquote { padding: 3em; }
Now I only have to figure out how to limit the quotations’ “margin right”.
Watch here how I’ve done it so far:
https://www.sarasjodin.com/voices/Good luck!
Forum: Fixing WordPress
In reply to: Hackers Page not loading properlyHi again!
The anti virus plugin that I’ve installed (and is up and running): Exploit scanner
Should I install vlogger (I think it’s called like that) as well?
2 plugins with problem to load: nrelate Flyout 0.50.5 and Share rail 1.0
Yesterday I deactivated share rail, and contacted nrelate to focus on solving that problem. When it’s fixed, I’ll contact Kerry James regaring Share rail.
Optimization plugin (installed and up and running): TentBlogger 2.2
Now I’ll install Firebug. Didn’t know about that one ?? Thanks!
Is there something else I can do, please let me know.
SaraForum: Fixing WordPress
In reply to: Hackers Page not loading properlyHi again! I found another post telling me about some optimization suggestions.
Therefore so far I’ve:
– installed a optimization plugin
– deactivated all plugins
– activated one plugin at a time, checking the loading for each activation. This way I found 2 plugins that didn’t work properly.If there is something else you suggest me to do, let me know!
(I would really like to get those 2 plugins to work…)
Thanks again.
SaraForum: Fixing WordPress
In reply to: Hackers Page not loading properlyHi again! THANKS A LOT FOR ALL THE HELP (so far). I’m so happy, seems like I’ve been lucky. No malicious code found. Tried it all. Therefore, now to the second problem…optimization.
I guess I have a lot to do! Any feedback is greatly appreciated.
Sara