Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Quote Originally Posted by gotlogos View Post
    If you go to my site at www gotvapes com you can see my implementation of the twitter update widget in the right hand column at the bottom. Its working fine except for the wonkky formatting of the twitter feed username and twitter feed name next to the icon in the header of the widget...I've tried everything and the closest I came to a solution was taking the script code out of a php wrapper, which assigns it to a $content variable, and entering the code as straight html (this is in the sidebox template file). It created proper formatting of that area but then it throws off the display of side boxes around it.

    So the problem appears to be in implementing the twitter javascript within a php wrapper...anyone have any ideas or has anyone implemented the wtwitter widget and have had no problems with the widget header formatting?
    You can't change the layout except in twitter itself and thats extremely limited.

    I wanted to do similar and could not change it.

    Also note that having twitter sidebox installed will cause security alerts in some browsers. IE8 for one.

    If you have Twitter sidebox loading on any secure part of your shop it will cause security alert in ALL browsers.

    I have disabled mine until the security alert issue can be sorted and have a follow me on twitter icon instead.
    That wasn't the plan!

  2. #2
    Join Date
    Apr 2008
    Location
    Athens
    Posts
    84
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Because of the security alert I decided to display the twitter sidebox only in main page here is how I done that

    go where the twitter sidebox is ,

    mine is at /includes/modules/sideboxes/twitter_sidebox.php

    edit the file

    find this argument
    Code:
    $show_blank_sidebox = true;
    delete it and replace with

    Code:
     if ($this_is_home_page) {
        $show_blank_sidebox = true;
      } else {
        $show_blank_sidebox = false;
      }


    i found the solution from here

    https://www.zen-cart.com/tutorials/i...hp?article=270


  3. #3
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Quote Originally Posted by soki View Post
    Because of the security alert I decided to display the twitter sidebox only in main page here is how I done that

    go where the twitter sidebox is ,

    mine is at /includes/modules/sideboxes/twitter_sidebox.php

    edit the file

    find this argument
    Code:
    $show_blank_sidebox = true;
    delete it and replace with

    Code:
     if ($this_is_home_page) {
        $show_blank_sidebox = true;
      } else {
        $show_blank_sidebox = false;
      }


    i found the solution from here

    https://www.zen-cart.com/tutorials/i...hp?article=270

    I had my home page previously like this... however, IE 8 still got security warnings. Make sure you previously didn't allow the page to load with security setting ignored etc.. this may have stored in your cookies thus you don't get warning anymore.

    Make sure your checking all browsers and versions etc.

    CHrome, firefox and IE7 below are ok.

    Haven't tried the BEAT IE 9 Yet.

    Many people use IE 8 and with me removing the twitter sidebox sales seem to be climbing slightly.. too soon to notice if much damage was done from warnings.
    That wasn't the plan!

  4. #4
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    As I have said before, this is not the best solution for a twitter sidebox.

    I have another solution but have not had time to package it for upload to the contributions. I have always provided my mods for free but it's getting harder and harder for me to find the nonpaying time to get them ready for the general public.

    The new box uses jquery and I have found that due to the twitter api not always being available, it occasionally doesn't load.

    Personally I would not use this twitter sidebox on an ecommerce site at all.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  5. #5
    Join Date
    Mar 2009
    Location
    Australia
    Posts
    604
    Plugin Contributions
    0

    Default Re: Twitter Updates Sidebox Contribution Support Thread

    Thanks Delia!

    I blame the twitter API not you :)
    That wasn't the plan!

 

 

Similar Threads

  1. Better Together Contribution Support Thread
    By swguy in forum Addon Order Total Modules
    Replies: 698
    Last Post: 30 May 2024, 03:56 PM
  2. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  3. CampaignMonitor Sidebox Support Thread
    By lukemcr in forum Addon Sideboxes
    Replies: 11
    Last Post: 21 May 2010, 06:14 AM
  4. Windows Live Product Search Contribution Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 209
    Last Post: 3 Jul 2009, 08:23 PM
  5. LinkConnector Affiliate Contribution Support Thread
    By hyperdogmedia in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Jun 2007, 06:33 PM

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