Jasnick
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Does this plugin de-activate automatically at any time?Thanks Remy – perhaps that is what happened.
Forum: Fixing WordPress
In reply to: Styling links for Visual mode in Text editor backendSuccess! Much appreciate the help!
Forum: Fixing WordPress
In reply to: Styling links for Visual mode in Text editor backendOK – thanks for that! Will give it a go.
Forum: Fixing WordPress
In reply to: Styling links for Visual mode in Text editor backendNo, I don’t think so. I can’t find one anyway. I see now I need to add
<?php function my_theme_add_editor_styles() { add_editor_style( 'custom-editor-style.css' ); } add_action( 'admin_init', 'my_theme_add_editor_styles' ); ?>to my theme’s functions.php file. Then create a new stylesheet specifically for this purpose.
So where it says “my_theme_” is that what I put or do I put the actual name of my theme in there.
Thanks!
Forum: Plugins
In reply to: [Adminimize] Cant hide customize header and background sub menu itemsI have the same issue. Customize header and background still appear in Appearance.
Forum: Plugins
In reply to: [Adminimize] Hide Profile Page After LoginI have the same question. How to change the default landing page to something other than Profile.
Forum: Plugins
In reply to: [White Label CMS] How to remove Contact Form 7 from Admin pageI have the same question. Thanks
Forum: Plugins
In reply to: [Easy Image Gallery] Colorbox not responsive?Hi Andrew
No, it was not a complaint – I love Easy Image Gallery – just an observation. Yes I might do what you suggested. Thanks.
Forum: Reviews
In reply to: [Background Music Player Lite] Continous play shown in video doesn't exist.Do you mean that continuous play is only available in the paid version?
Or it doesn’t work at all even in the paid version?Forum: Fixing WordPress
In reply to: Media categories appearing in Google resultsThanks – I did change it to resolved at the same time as I posted the first reply but it didn’t take obviously.
Forum: Fixing WordPress
In reply to: Media categories appearing in Google resultsThanks David
I did a bit of a Google after posting and came across that site. Yes I see now what I must do.
Thanks for reply!
Forum: Hacks
In reply to: Adding 'text' fields to widgetDon’t worry Samuel – I found an article about adding auto paragraphs to a widget and it works! I also found another example of a widget that doesn’t conflict with my installation. Thank you for all your help – I certainly learned a lot from you and do appreciate your time.
Forum: Hacks
In reply to: Adding 'text' fields to widgetThanks Samuel
Nothing changed except n12br appeared in the output on the website.However, there is a worse problem I discovered last night when I tried to go back into the site. After the login page I just got a white page. I disabled all plugins and eventually found it was this plugin that was causing the problem. Such a shame as it shows just what I want. The situation is still the same this morning.
Forum: Hacks
In reply to: Adding 'text' fields to widgetHi Samuel
Sorry if I was not clear. For example, in Widgets, editor types in:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam mauris ante, elementum at, lacinia id, congue sit amet, mi.
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi ipsum ipsum, hendrerit sit amet, varius nec, ornare non, lectus.
Phasellus ultrices aliquam ipsum. Sed eros. In et est eu pede pharetra porta. In faucibus nunc id magna. Vestibulum gravida risus vitae quam.
But on the website it looks like this:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam mauris ante, elementum at, lacinia id, congue sit amet, mi.Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Morbi ipsum ipsum, hendrerit sit amet, varius nec, ornare non, lectus. Phasellus ultrices aliquam ipsum. Sed eros. In et est eu pede pharetra porta. In faucibus nunc id magna. Vestibulum gravida risus vitae quam.
Forum: Hacks
In reply to: Adding 'text' fields to widgetHi again Samuel
Thank you very much for all your help. It is now displaying all the info I want. Fantastic!
One last thing – is there any way to format the way the textarea displays? Currently all the info appears as a block of text with no paragraphs. Is there a way for it to display in paragraphs?
Thanks