how do i remove the date and author info in main slide show

GK User
Tue Oct 26, 2010 10:48 pm
how do i remove the date and author info in main slide show? located in header 1. Id like to remove the date and author posted information
User avatar
Senior Boarder

GK User
Wed Oct 27, 2010 10:05 pm
any update on this?
User avatar
Senior Boarder

GK User
Wed Oct 27, 2010 11:08 pm
Hi

You can see how on Sporter HelpFile ;)

On settings you need to change:

Code: Select all
show_info=true;

to
Code: Select all
show_info=false;


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Oct 28, 2010 3:36 am
text_position=246;
text_height=100;
show_text_block=true;
clean_xhtml=true;
wordcount=24;
title_char_amount=27;
slide_links=true;
preloading=true;
pagination=true;
pagination_cols=4;
pagination_date=true;
pagination_limit=39;
pagination_date_format=%e %B %Y;
animation_speed=500;
animation_interval=3000;
autoanimation=true;
animation_type=opacity;

readmore_text=Read more;


thats all i see
User avatar
Senior Boarder

GK User
Thu Oct 28, 2010 7:01 pm
When you do this action the date and writername is removed from the bar on top in the main slideshow, but it is not gone the bar at the bottom.
User avatar
Fresh Boarder

GK User
Thu Oct 28, 2010 10:15 pm
Same problem, changed the module settings as shown above and main date is gone but I still see today's date in each small box (using Sporter Template)it shows it as "28 October"
User avatar
Fresh Boarder

GK User
Thu Oct 28, 2010 10:15 pm
Same problem, changed the module settings as shown above and main date is gone but I still see today's date in each small box (using Sporter Template)it shows it as "28 October"
User avatar
Fresh Boarder

GK User
Fri Oct 29, 2010 12:40 pm
Any update on this? I have attached a screen-shot
User avatar
Fresh Boarder

GK User
Fri Oct 29, 2010 2:47 pm
in a perfect world this should be removed if you set pagination_date to false.. but seems there is a small bug :)

i report this to the programmer...
User avatar
Platinum Boarder

GK User
Sat Oct 30, 2010 11:55 pm
Can you ask the programmer what file to edit to fix the Date issue, my site will go live early next week and I really need this fixed.

Thanks for all the help.
User avatar
Fresh Boarder

GK User
Sun Oct 31, 2010 8:39 pm
i've reported it to our bugtracker, and programmers will look at it and get it with the next weekly update im sure.
User avatar
Platinum Boarder

GK User
Mon Nov 01, 2010 12:01 am
Changing show_info=true; removes the date/author but also the Article header text is also moved up and it is not nicely centerd vertically. How can the info just be removed with the Article header text been moved up.

I tried settings

show_info=true;
date_format=;
author_name=;
info_format=;

but that does not help.

Any ideas?
User avatar
Fresh Boarder

GK User
Mon Nov 01, 2010 12:29 pm
as i told you i've added it to our bugtracker.. it's a bug that you can disable date...
User avatar
Platinum Boarder

GK User
Mon Nov 01, 2010 6:08 pm
Hello,

Even with the 1.0.4 update does not work!
The date is always the same :dry:

Cheers ;)
User avatar
Junior Boarder

GK User
Mon Nov 01, 2010 7:49 pm
you should be able to choose pagination_date:false;
User avatar
Platinum Boarder

GK User
Mon Nov 01, 2010 7:53 pm
I do not want to remove the date, I want to keep it, but the concern is that the date is always the same!
http://www.lfp-xclusif.net/lfp-manager

Cheers
User avatar
Junior Boarder

GK User
Mon Nov 01, 2010 8:21 pm
then please don't highjack another thread about not able to remove the date completely :)
User avatar
Platinum Boarder

GK User
Tue Nov 02, 2010 7:45 pm
The update or fixed worked. At first I had problems, than I cleared the joomla cache. After that I had to restore all the default settings in the module:

text_position=246;
text_height=100;
show_text_block=true;
clean_xhtml=true;
wordcount=24;
title_char_amount=27;
slide_links=true;
preloading=true;
pagination=true;
pagination_cols=4;
pagination_date=false;
pagination_limit=39;
pagination_date_format=%B %e %Y;
animation_speed=500;
animation_interval=5000;
autoanimation=true;
animation_type=opacity;
readmore_text=Read more;
show_info=false;
date_format=%A %B %e, %Y;
author_name=username;
info_format=Written: %date by %author;
User avatar
Fresh Boarder

GK User
Tue Nov 02, 2010 9:39 pm
STILL HAVE PROBLEM, THE DATE IS REMOVED BUT NOW WHEN THE SLIDES ROTATE YOU ARE NOT ABLE TO CLICK ON THE BOTTOM LINKS TO SEE THE SLIDES. IN OTHER WORDS YOU HAVE FOUR LINKS OR SLIDES AFTER IT ROTATES PAST THE SECOND SLIDE AND YOU WANT TO VIEW THE FIRST YOU CANT CLICK ON THE FIRST SLIDE TO VIEW IT, YOU MUST LET THE ROTATIONS FINISH UNTIL IT REACHES THE SLIDE YOU WANT TO VIEW AGAIN.

PLEASE ADVISE.
User avatar
Fresh Boarder

teitbite
Thu Nov 04, 2010 12:42 am
Hi

Try maby use this code instead of the previous advise:

Code: Select all
.gk_is_tab span {
display:none;
}
User avatar
Moderator

GK User
Thu Nov 04, 2010 1:24 am
where do I put the code? What File?
User avatar
Fresh Boarder

GK User
Thu Nov 04, 2010 1:41 am
I added the the code to the gk_stuff.css and that did not solve the problem

.gk_is_tab span {
font-size: 10px;
color: #999;
display: none;
}
User avatar
Fresh Boarder

teitbite
Fri Nov 05, 2010 2:39 pm
Hi

This code is to remove the date, so please redo all previous changes.
User avatar
Moderator


cron