Hide K2 Website URL

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 16, 2012 4:12 pm
Reply with quote
Report this post
HI

How can I hide or switch off the Website URL in the K2 Comment form please?

Many thanks
User avatar
Expert Boarder

GK User
Sun Sep 16, 2012 4:28 pm
Reply with quote
Report this post
Hi

Hide K2 website URL in the K2 Comment form? :huh:

Do you mean disable K2 comment form?
If so you can disable Comments on k2 item or Category parameters > Item view options.
User avatar
Platinum Boarder

GK User
Sun Sep 16, 2012 4:31 pm
Reply with quote
Report this post
Seichinha wrote:Hi

Hide K2 website URL in the K2 Comment form? :huh:

Do you mean disable K2 comment form?
If so you can disable Comments on k2 item or Category parameters > Item view options.



I wamt the comment system I just dont want the 'Website URL' park of the form showing, so want to either hide this or disable it.
User avatar
Expert Boarder

GK User
Sun Sep 16, 2012 4:34 pm
Reply with quote
Report this post
Sorry but that's not possible
User avatar
Platinum Boarder

GK User
Sun Sep 16, 2012 4:36 pm
Reply with quote
Report this post
Seichinha wrote:Sorry but that's not possible



It was possible as I tried the following code that worked perfect for the older version of K2 but the new version must be slightly different as this does not work using this code:

#k2Container .itemCommentsForm .itemview,
#k2Container .itemCommentsForm #commentURL {display: none!important}
User avatar
Expert Boarder

GK User
Sun Sep 16, 2012 5:00 pm
Reply with quote
Report this post
Now i see what you mean :pinch: Dow! :whistle:
It's Sunday... you know

Just to be sure, You want to hide Website URL on K2 Comments form, right?

screen.png


Please add this lines on ../css/override.css file.
(don't forget to enable the use of css override on template parameters)

Code: Select all
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}
User avatar
Platinum Boarder

GK User
Sun Sep 16, 2012 5:02 pm
Reply with quote
Report this post
Seichinha wrote:Now i see what you mean :pinch: :whistle:
It's Sunday... you know

Just to be sure, You want to hide Website URL on K2 Comments form, right?

screen.png


Please add this lines on ../css/override.css file.
(don't forget to enable the use of css override on template parameters)

Code: Select all
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}


Yes that is the part of the form I want to hide
User avatar
Expert Boarder

GK User
Sun Sep 16, 2012 5:12 pm
Reply with quote
Report this post
Seichinha wrote:Now i see what you mean :pinch: Dow! :whistle:
It's Sunday... you know

Just to be sure, You want to hide Website URL on K2 Comments form, right?

screen.png


Please add this lines on ../css/override.css file.
(don't forget to enable the use of css override on template parameters)

Code: Select all
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {display: none!important}



Many thanks for you help, this didn't work either to be honest the template is a mess on iPhone, iPad and Android phones, it seems that you cannot switch off the mobile layout like you used to with the previous templates so I am going to ditch this template and use something else. It is way too buggy.
User avatar
Expert Boarder


cron