Page 21 of 63 FirstFirst ... 11192021222331 ... LastLast
Results 201 to 210 of 623
  1. #201
    Join Date
    Jan 2015
    Location
    United States
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Steely Ramon View Post
    I'm trying to add my wordpress blog to the appropriate section per the Numinix instructions. I've followed the directions exactly. What am I doing wrong? I've tried all of the wordpress.org directions, also.

    http://www.metaldetectingandotherstu...Blog/?feed=rss
    http://www.metaldetectingandotherstu...log/?feed=rss2
    http://www.metaldetectingandotherstu...Blog/?feed=rdf
    http://www.metaldetectingandotherstu...log/?feed=atom

    What am I doing wrong? I just want to get back to selling metal detectors. lol

    Thanks for any input.

    Ray
    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

  2. #202
    Join Date
    Jan 2015
    Location
    United States
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by DrByte View Post
    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

  3. #203
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Steely Ramon View Post
    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.

  4. #204
    Join Date
    Nov 2013
    Location
    Dorset, UK
    Posts
    121
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by Steely Ramon View Post
    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. :

  5. #205
    Join Date
    Jan 2015
    Location
    United States
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by SpaceMonkey View Post
    So I guess I just explained that for nothing! Wish I read all the posts first, Doh! Maybe someone else might find it useful. :
    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.

  6. #206
    Join Date
    Apr 2012
    Posts
    17
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by kapil_sb View Post
    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).

  7. #207
    Join Date
    Jul 2011
    Posts
    57
    Plugin Contributions
    0

    Default 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

  8. #208
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,550
    Plugin Contributions
    70

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by koi koi View Post
    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.

  9. #209
    Join Date
    Jul 2011
    Posts
    57
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by numinix View Post
    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

  10. #210
    Join Date
    Jan 2015
    Location
    United States
    Posts
    6
    Plugin Contributions
    0

    Default Re: Tableau Responsive Theme - Support Thread

    Quote Originally Posted by lukeengland12 View Post
    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

 

 
Page 21 of 63 FirstFirst ... 11192021222331 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1087
    Last Post: 18 Jan 2025, 07:23 PM
  2. v155 Support Thread - Responsive Color Changes for 155
    By dbltoe in forum Templates, Stylesheets, Page Layout
    Replies: 99
    Last Post: 1 Oct 2021, 12:31 PM
  3. v155 Tableau Theme configuration not working.
    By tunes in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 22 Mar 2017, 06:53 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. v154 Order Steps Responsive [Support Thread]
    By davewest in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Jul 2015, 06:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR