Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
Steely Ramon
Nevermind. MY blog was not activated. Activation fixed the issue.
Now, is it possible to add a youtube feed in the footer instead of twitter? Or facebook? I don't use twitter, so it's useless to me.
Thanks,
Ray
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
DrByte
Highly unlikely that that's a safe change. No writable directory on your server should ever be directly referred to in an http URL. That's a security mess waiting to happen.
It would be better to to use '/home/your_username/public_html/cache/' or whatever the complete path for DIR_FS_SQL_CACHE is in your /includes/configure.php file.
Can someone elaborate on this. I've looked everywhere in my directory. I double checked all of my twitter codes. All correct. The feed is still directed to the numinix feed.
Thanks,
Ray
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
Steely Ramon
Can someone elaborate on this. I've looked everywhere in my directory. I double checked all of my twitter codes. All correct. The feed is still directed to the numinix feed.
Thanks,
Ray
Hi Ray,
Posts #191 to #195 cover this, but I suggest creating your twitter api in their developer centre and then pasting the keys as described into twitter/index.php lines 27,30,33 & 36.
The final bit is the writable cache. Not mentioned much in the installation instructions it might need changing also. This is:
twitter/index.php line 48 needs to be changed. Example below.
Changed from:
// Path to writable cache directory
private $cache_dir = './';
Changed to:
// Path to writable cache directory
private $cache_dir = '/home/examplename/public_html/cache/';
To find the correct path refer to "DIR_FS_SQL_CACHE" in your /includes/configure.php
Hope that helps. :smile:
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
Steely Ramon
I don't use twitter, so it's useless to me.
Ray
So I guess I just explained that for nothing! Wish I read all the posts first, Doh! Maybe someone else might find it useful. :dontgetit:
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
SpaceMonkey
So I guess I just explained that for nothing! Wish I read all the posts first, Doh! Maybe someone else might find it useful. :dontgetit:
I haven't followed your instructions yet, but I wanted to say thank you. I appreciate it. I do have a use for twitter, but it's not my main use of social networking. :smile:
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
kapil_sb
Hi,
This is a very wonderful template and I plan to use it for my next upgrade to 1.5.3
Currently I am testing it, and would like your help to resolve it.
The in Categories (Header)menu the second level box opens from top ( and it's height is equal to Category 1 level Box),
I want it to do following:
1) open right adjacent to parent category
2) Size of Category Level 2 Box to be relative to number of category only, (not full box)
Currently it is like this:
Attachment 14818
I want it to look like this.
Attachment 14819
Please help!
Hi
I tried Firefox Inspect element also, and it shows it as inline css.
I would really appreciate is anyone can help me with this small thing (i hope it is small CSS change somewhere).:(
Re: Tableau Responsive Theme - Support Thread
Hi
i have just installed this template and all is well front end
but now when i try to login to my admin side (backend i cannot find it all i am getting is WARNING: An Error occurred, please refresh the page and try again.
this did not happen before until i installed this template
i accessed my admin area buy url mydomain.com/adminname but if i type in this now all i get is WARNING: An Error occurred, please refresh the page and try again. so cannot access the admin backend
any ideas
admin file is there so is login .php and index.php
Thanks
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
koi koi
Hi
i have just installed this template and all is well front end
but now when i try to login to my admin side (backend i cannot find it all i am getting is WARNING: An Error occurred, please refresh the page and try again.
this did not happen before until i installed this template
i accessed my admin area buy url mydomain.com/adminname but if i type in this now all i get is WARNING: An Error occurred, please refresh the page and try again. so cannot access the admin backend
any ideas
admin file is there so is login .php and index.php
Thanks
Take a look at your error logs located in the /logs/ directory. There is a fatal error that needs to be addressed.
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
numinix
Take a look at your error logs located in the /logs/ directory. There is a fatal error that needs to be addressed.
hi
This is what i got
[24-Jan-2015 15:54:06 Europe/London] PHP Fatal error: 1050:Table 'znc_hide_categories' already exists :: RENAME TABLE hide_categories TO znc_hide_categories ==> (as called by) /home/sites/mydomain.com/public_html/mobile/adminname/includes/installers/tableau/1_3_2.php on line 3 <== in /home/sites/mydomiain.com/public_html/mobile/includes/classes/db/mysql/query_factory.php on line 155
Thanks
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
lukeengland12
also if anyone needs help integrating twitter to the home page ive found a way to do that as well.
I am looking to integrate facebook soon as well
Hello,
I like how your twitter feed looks. How did you do that? Also, did you ever look into integrating facebook?
Thanks,
Ray