how to remove aside k2 and align the material on the page wi

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
Wed Apr 10, 2013 1:10 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 7:16 pm
Reply with quote
Report this post
Link one: To to the Category the article is under. On the Right go to "item view options". Look for "item Created date and time" and select "no". (this is how to do it if your using K2) You could also use the override.css and write (Not recommended though):

display: hidden;

Link Two: You need to add an image to the article. Go to the article, you should see tabs above the editor. Select "image" tab and then upload an image.

Third Link: I can't view it.

Good luck.
Rob
User avatar
Senior Boarder

GK User
Wed Apr 10, 2013 7:54 pm
Reply with quote
Report this post
Steel Fashion wrote:Link one: To to the Category the article is under. On the Right go to "item view options". Look for "item Created date and time" and select "no". (this is how to do it if your using K2) You could also use the override.css and write (Not recommended though):

display: hidden;

Link Two: You need to add an image to the article. Go to the article, you should see tabs above the editor. Select "image" tab and then upload an image.

Third Link: I can't view it.

Good luck.
Rob


Third Link: I can't view it.

Thanks for the advice does not help.
Setting category K2 allows you to remove the date and author.
I need to remove the "Be the first to comment!
"So that would be after the removal of matterial in category and leveled the entire width of the block K2
commands by type
  . itemDate {
     display: none;
}

I managed to remove the "Be the first to comment!" but the material does not attain to the level on the width of the page.

Look please I need to achieve such a result as in the picture
The text of the full width of the photo https://drive.google.com/?tab=wo&authuser=0#my-drive

Thanks for the reply.
Third link corrected - https://drive.google.com/?tab=wo&authuser=0#my-drive
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 8:07 pm
Reply with quote
Report this post
I can't access your google docs. I think I understand what you are saying about the width. If you add the following it should work:

.itemSocialSharing > div{
width:95px;
}

The above code would go in the OverRide.css file. If you can use screen captures to show what you are looking at I would be able to help better.
User avatar
Senior Boarder

GK User
Wed Apr 10, 2013 8:23 pm
Reply with quote
Report this post
ok.
English I do not know :) ups.
but it helps to achieve the desired result, the removal of the code page
how to remove block kode - aside.
===
<aside>
<time datetime="2012-08-29T02:40:48+00:00">
29 Aug </time>

<ul>
<li class="itemAuthor"> Written by
<a rel="author" href="/joomla25/startup/index.php/k2/user-page">Robert</a>
</li>
<li class="itemComments">
<a href="/joomla25/startup/index.php/k2/categories/categorie-i/item/156-the-artistic-rendering-combines-design#itemCommentsAnchor">
Be the first to comment! </a>
</li>

</ul>
</aside>
===
page that is in the picture.
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 8:47 pm
Reply with quote
Report this post
Steel Fashion wrote:Link one: To to the Category the article is under. On the Right go to "item view options". Look for "item Created date and time" and select "no". (this is how to do it if your using K2) You could also use the override.css and write (Not recommended though):

display: hidden;

Link Two: You need to add an image to the article. Go to the article, you should see tabs above the editor. Select "image" tab and then upload an image.

Third Link: I can't view it.

Good luck.
Rob



did not help
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 8:47 pm
Reply with quote
Report this post
Steel Fashion wrote:I can't access your google docs. I think I understand what you are saying about the width. If you add the following it should work:

.itemSocialSharing > div{
width:95px;
}

The above code would go in the OverRide.css file. If you can use screen captures to show what you are looking at I would be able to help better.


did not help
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 9:02 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 9:34 pm
Reply with quote
Report this post
set the following options in Item view options to no (see image). Then place the following code in OverRide.css:

.k2box, aside + .k2box{
margin-left: 0px!important;
}
User avatar
Senior Boarder

GK User
Wed Apr 10, 2013 11:03 pm
Reply with quote
Report this post
Steel Fashion wrote:set the following options in Item view options to no (see image). Then place the following code in OverRide.css:

.k2box, aside + .k2box{
margin-left: 0px!important;
}


:(
Does not work.
Tried to return the k2 the default template does not work.
It's somewhere in the template configuration.
I will look for a solution.
If you have any ideas, help.
Thank you.
User avatar
Junior Boarder

GK User
Wed Apr 10, 2013 11:59 pm
Reply with quote
Report this post
too bad that such a small thing kills 24 hours.
All off, but the width of the content alignment is done.
it's a pity
User avatar
Junior Boarder

GK User
Thu Apr 11, 2013 12:48 am
Reply with quote
Report this post
If your not using K2 then use firebug to find out what the class or div is called. then apply the code I gave to you. I did this to my template.
User avatar
Senior Boarder

GK User
Thu Apr 11, 2013 11:44 am
Reply with quote
Report this post
did not help
==================
The "Be the first to comment!" - When viewing the category are not deleted.
The "Be the first to comment!" - When viewing the material removed.
But there is no material on the alignment of the width of the box k2.
===
Error in the template
- The "Be the first to comment!" - When viewing category k2 not remove, obscure.
The "Be the first to comment!" - After removal of matteriala with code does not allow material to align the entire extension page.
 
==
. k2box, aside +. k2box {
margin-left: 0px! important;
}

. k2box h3.titleComments {
display: none! important;
}
====
This code allows you to edit the "Be the first to comment!" ?
joomla.css (328)
article aside {
     display: block;
     position: absolute;
     width: 118px;
     text-align: right;
=========
Removing the code does not help.
============================================================
Removing the code does not help.
==
To remove a field - "become the first to comment," and even the width of the material.
Code to be cleaned of all files?

article aside {
position:static;
width:100%;
}
mobile.css
article aside {
display:block;
position:absolute;
text-align:right;
width:118px;
}
joomla.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display:block;
}
normalize.css (line 11)
Inherited frombody
body {
color:#000000;
font-size:16px;
font-weight:300;
line-height:2;
}
template.css (line 13)
body, .box .header small, dl#tabs dt.tabs span h3, dl.tabs dt.tabs span h3 {
font-family:'Open Sans', Arial, sans-serif;
}
news (line 32)
Inherited fromhtml
html {
font-size:100%;
}
normalize.css (line 65)
html, button, input, select, textarea {
font-family:sans-serif;

======
Are you still willing to help me?
User avatar
Junior Boarder

GK User
Fri Apr 12, 2013 11:13 pm
Reply with quote
Report this post
whats the link to your page.
User avatar
Senior Boarder

GK User
Sat Apr 13, 2013 7:12 am
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Mon Apr 15, 2013 9:18 pm
Reply with quote
Report this post
.itemImageBlock, ul{
display: none;
}

aside + .k2box{
margin-left: 0px!important;
}
User avatar
Senior Boarder

GK User
Tue Apr 16, 2013 12:12 am
Reply with quote
Report this post
Steel Fashion wrote:.itemImageBlock, ul{
display: none;
}

aside + .k2box{
margin-left: 0px!important;
}


Works, but only matteriale. In the category after the "comments first" remains. I filled k2 by default, but did not help.
Thanks for the advice, I think that we need to change k2 at zoo, or to rewrite the template itself. I'll try that.
Tom who is so well ordered pattern in the "comments first" give my thank you very much :).
User avatar
Junior Boarder


cron