Wrong post dates on widgets home

Best WordPress theme for game news websites, game portals or whatever your preferred subject.
GK User
Mon Jan 14, 2013 10:42 pm
Hello,

Please can somebody help me out what is wrong with my installation?
I see posts which i posted January 14th, but reported on widgets as october 25??
after you click the post, all the post info are instead correct while viewd as a full page.

link to duplicate the error : http://www.radionrg.net/wb15

What i am missing here?
Thanks
Andy
User avatar
Junior Boarder

GK User
Tue Jan 15, 2013 8:40 am
Hi,

That's interesting, we haven't any similar reports earlier - could you provide me an FTP and back-end details to my e-mail: dziudek[at]gavick[dot]com or using PM?
User avatar
Administrator

GK User
Tue Jan 15, 2013 10:36 am
dziudek wrote:Hi,

That's interesting, we haven't any similar reports earlier - could you provide me an FTP and back-end details to my e-mail: dziudek[at]gavick[dot]com or using PM?


I have quite a few issues too... like background not changing if you try to do so from template settings, very hard to refresh content, and also lost the animation on mouse over images in homepage, like the demo has it... emailing you access details..

thank you so much!
Andy
User avatar
Junior Boarder

GK User
Tue Jan 15, 2013 11:19 am
Please check your e-mail - there is a problem with the provided FTP access.
User avatar
Administrator

GK User
Tue Jan 15, 2013 11:48 am
OK,

1) Problem with date was connected with small bug in the script - I've fixed it on your website - please resave other widgets (I've saved for test only "What's UP" widget or please wait for the cache refresh.

2) Problem with image animation also is fixed now (small known bug which will be fixed in the next update)

3) The backgrounds can be changed now from the theme settings (small known bug which will be fixed in the next update)

4) For me your website is working and refreshing normally - around in 2-3 seconds.
User avatar
Administrator

GK User
Tue Jan 15, 2013 11:51 am
dziudek wrote:OK,

1) Problem with date was connected with small bug in the script - I've fixed it on your website - please resave other widgets (I've saved for test only "What's UP" widget or please wait for the cache refresh.

2) Problem with image animation also is fixed now (small known bug which will be fixed in the next update)

3) The backgrounds can be changed now from the theme settings (small known bug which will be fixed in the next update)

4) For me your website is working and refreshing normally - around in 2-3 seconds.


Please can you let me know where can i fix also font size? mostly the content is too big
Thank you soo much for your help
User avatar
Junior Boarder

GK User
Tue Jan 15, 2013 12:12 pm
Unfortunately the font-size is distributed into few files. I recommend to open all CSS files and search for the font-size property and then change it to your own values.
User avatar
Administrator

GK User
Tue Jan 15, 2013 12:14 pm
dziudek wrote:Unfortunately the font-size is distributed into few files. I recommend to open all CSS files and search for the font-size property and then change it to your own values.


the only thing, is that i am afraid i might change titles size or page title...i need only smaller content font size
User avatar
Junior Boarder

GK User
Tue Jan 15, 2013 12:20 pm
So please open the css/wp.css file and find this selector:

Code: Select all
#gk-mainbody article > header h1


additionally you can find in the css/template.css file this selector:

Code: Select all
.page-title


you can also change font-size for all H1, H2, H3 ... elements above this selector :)
User avatar
Administrator

GK User
Tue Jan 15, 2013 12:53 pm
dziudek wrote:So please open the css/wp.css file and find this selector:

Code: Select all
#gk-mainbody article > header h1


additionally you can find in the css/template.css file this selector:

Code: Select all
.page-title


you can also change font-size for all H1, H2, H3 ... elements above this selector :)


well just happend what i was afraid off... :(
Please help me...fix me up :oops:

hompage article fonts didn't change... but instead changed widget names, smaller now :/
User avatar
Junior Boarder

GK User
Tue Jan 15, 2013 1:23 pm
You wanted to change the titles of post and pages so I've specified which selectors are responsible for it. Please use Firebug or Chrome Developer Tools if you want to change other elements - these tools will display you where exactly is a CSS code responsible for the specific element font-size.
User avatar
Administrator

GK User
Fri Jan 18, 2013 11:47 am
dziudek wrote:You wanted to change the titles of post and pages so I've specified which selectors are responsible for it. Please use Firebug or Chrome Developer Tools if you want to change other elements - these tools will display you where exactly is a CSS code responsible for the specific element font-size.


Solved out the font issues ;) thank you!
one more question... How can i add an extra widget space?

Ex. after the 2 columns gk news show pro (which are under the top I widgets), have one more space to use for a slideshow (ex. royalslider). This slide show to be width of top II widgets but shown before that.
??
Hope i was clear explaining
Andy
User avatar
Junior Boarder

GK User
Fri Jan 18, 2013 11:17 pm
In general you have to add additional widget area in the gavern/config/en_US/widgets.json and in the layouts/before.php please add the following code:

Code: Select all
<?php if(gk_is_active_sidebar('YOUR_WIDGET_AREA_NAME')) : ?>
<section id="YOUR_ID">
   <div class="widget-area">
      <?php gk_dynamic_sidebar('YOUR_WIDGET_AREA_NAME'); ?>
   </div>
</section>
<?php endif; ?>


between top1 and top2 widget areas.
User avatar
Administrator

GK User
Mon Jan 28, 2013 10:02 am
dziudek wrote:In general you have to add additional widget area in the gavern/config/en_US/widgets.json and in the layouts/before.php please add the following code:

Code: Select all
<?php if(gk_is_active_sidebar('YOUR_WIDGET_AREA_NAME')) : ?>
<section id="YOUR_ID">
   <div class="widget-area">
      <?php gk_dynamic_sidebar('YOUR_WIDGET_AREA_NAME'); ?>
   </div>
</section>
<?php endif; ?>


between top1 and top2 widget areas.


Thank you for supporting! Could you be so kind to do this for me? i am affraid i might do something wrong and get things messed up with the site :)
Please let me know...
You login data is still available as i sent you last time :)
User avatar
Junior Boarder

GK User
Mon Jan 28, 2013 4:08 pm
Please send me access data again, because I cannot find it in my inbox, please also send me a name of the new widget area. As I understand I've to place it between top1 and top2 areas?
User avatar
Administrator

GK User
Mon Jan 28, 2013 6:02 pm
dziudek wrote:Please send me access data again, because I cannot find it in my inbox, please also send me a name of the new widget area. As I understand I've to place it between top1 and top2 areas?


sent you the login data again.. name it NRG :)
User avatar
Junior Boarder

GK User
Tue Jan 29, 2013 11:33 am
Please check the page now - I've added top12 widget area.
User avatar
Administrator

GK User
Tue Jan 29, 2013 2:44 pm
dziudek wrote:Please check the page now - I've added top12 widget area.


You made my day :) thank you very much... Appreciate it! Can i ask you the last one! Promisse! :)
Is it possible to have a fron header (check the pics ex.) but have the logo overlay to it? In the ex. i used the banner widget but it make the logo go down line... So basically have the banner of that size and the logo to stand over it anyway. I could do that by including the logo in the banner but we want them to be 2 different objects because they will have different links.
User avatar
Junior Boarder

GK User
Tue Jan 29, 2013 3:00 pm
Sorry but without working URL to your website (the http://www.radionrg.net/wb15 url doesn't work now for me) and screenshot which visualize the problem solution I won't be able to help :/
User avatar
Administrator

GK User
Tue Jan 29, 2013 3:02 pm
dziudek wrote:Sorry but without working URL to your website (the http://www.radionrg.net/wb15 url doesn't work now for me) and screenshot which visualize the problem solution I won't be able to help :/


no the url now is just www.radionrg.net
was you able to see the attached ex. pic?
User avatar
Junior Boarder

GK User
Tue Jan 29, 2013 3:17 pm
Please look at your post - there is no attachments. If you cannot attach the image, please use some free image hosting or place the image on your server and share link to this image here.
User avatar
Administrator

GK User
Tue Jan 29, 2013 3:27 pm
dziudek wrote:Please look at your post - there is no attachments. If you cannot attach the image, please use some free image hosting or place the image on your server and share link to this image here.


Sorry my friend, didn't notice there was no attachment.
https://dl.dropbox.com/u/26211071/Demos/discojack.jpg
User avatar
Junior Boarder

GK User
Tue Jan 29, 2013 7:49 pm
Ok, now I understand ;) And yes - it is possible please just add the code to the template.css file:

Code: Select all
#gk-head h1 {
left: 20px;
position: absolute;
top: 20px;
z-index: 101;
}


Then the logo will be placed always over the content of the page top :)
User avatar
Administrator


cron