Page 33 of 34 FirstFirst ... 2331323334 LastLast
Results 321 to 330 of 332
  1. #321
    Join Date
    Apr 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox Support Thread

    I'm sorry for my english
    Hello, I have installed zencart: http://brancasalvo.site50.net/index.php, the admin side: http://brancasalvo.site50.net/adminn/
    login: salvo2013
    password: help2013

    I ask for help to bring up something on the form Editable Sidebox.zip

    thanks

  2. #322
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Admin-Editable Sidebox Support Thread

    Quote Originally Posted by brancasalvo View Post
    I'm sorry for my english
    Hello, I have installed zencart: http://brancasalvo.site50.net/index.php, the admin side: http://brancasalvo.site50.net/adminn/
    login: salvo2013
    password: help2013

    I ask for help to bring up something on the form Editable Sidebox.zip

    thanks
    I hope to HECK that this is a test store.. Because posting your admin login and password exposes your site to a whole worldful of crazy.. Not sure why you think this is preferable to simply posting the information you were asked to supply.. but to each his own.. (not to mention.. not everyone here speaks/reads Italian and the whole site is in Italian.. so I'm not sure a bunch of English speakers are gonna be able to get around after logging in)

    Even with this information you STILL have not indicated what Facebook code you SHOULD be using and WHERE you are entering it.. It's honestly the ONLY way to figure out WHY your Facebook code isn't working with the Admin-Editable sidebox.
    Last edited by DivaVocals; 21 May 2013 at 06:28 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #323
    Join Date
    Apr 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox Support Thread

    hello, there are problems with login and password the site is just for testing.
    I put the code on the website (login: pass salvo2013: help2013) to display facebook but nothing changes. The code now can be seen from the admin side.

    Name:  facebookxforum.jpg
Views: 98
Size:  60.7 KB

  4. #324
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox Support Thread

    I have two sideboxes set using this module, but neither responds to any box-specific css. So, I have #editablesidebox.leftBoxContainer and #editablesideboxw.leftBoxContainer showing in Chrome develop tools, but whiat ever css I set up for these, the boxes only respond to the standard .leftBoxContainer.

    Is there somewhere in the files where I need to indicate the box name? I cannot see such a thing.

  5. #325
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Admin-Editable Sidebox Support Thread

    When you view the page sourrce, what exactly is the id of each of these sideboxes? Capitalization matters.
    Can we see the site live?

  6. #326
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox Support Thread

    Thanks for your reply gjh42. You are right of course. And in my state, I added a reply here, and failed that as well. I realised after some time that where I was assiduous in backing up my css file before I messed about, I was making changes to my test file but copying over my backup file through ftp.

    I know what you're thinking. There isn't even much to learn here for someone else. My angst is heightened by my noticing that you replied at 3.30am.

  7. #327
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Admin-Editable Sidebox Support Thread

    Actually, it was 9:31 pm for me when I responded:)

    If you were copying over your backup file, that would indicate that it was on the server as a CSS file. This can lead to untold headaches, as any style*.css file in the /css/ folder will be autoloaded and applied, so your backup could keep changes to the "real" file from taking effect. If you need to keep a backup on your server, rename it from .css to .css-bak or anything else that will not be processed as code. (".bak" is discouraged by I think PCI for security reasons.)

  8. #328
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox Support Thread

    Kind of working in reverse. Whenever I work on site files, I copy the current file to a backup directory on my PC by ftp, as well as to my working directory. That way, I can always go back to the beginning. The problem is that, happily - or otherwise working on changes to my working file, I can blindly copy over the backup file if it was the last I accessed through ftp.

    Guess what? My changes have no effect. Sometimes it takes me a while...

    And of course, it must be more complex than that.

  9. #329
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,668
    Plugin Contributions
    1

    Default Re: Admin-Editable Sidebox Support Thread

    zc 1.3.9h
    Hello,

    I am having trouble with an 'additional' sidebox (the original sidebox is fine). Sidebox_2 is showing up on the page OK and the box header title is correct and the box shows up under Admin>Define Page Editor however the 'content' for the box will not load - it does show up correctly on includes/languages/english/html_includes/define_editable_sidebox_2_content.php - I have checked and rechecked the 'duplicated' files for errors and cannot see any - I think maybe it is a naming convention or something with the second box - here are the files for sidebox_2;
    includes/languages/english/extra_definitions/define_editable_sidebox_2_content.php
    // Enter your preferred header for the sidebox (or leave it blank) by editing between the 2nd set of single quotes below.
    // If you have multiple editable sideboxes, you will also need to change the 1st parameter
    // e.g. BOX_HEADING_EDITABLE_SIDEBOX_2 or something more memorable if you prefer
    define('BOX_HEADING_EDITABLE_SIDEBOX_2', 'Xmas Discount');[this does show up correctly on header]

    // If you change the name of the html_include file with the sidebox content, put the new name,
    // without the ",php" suffix between the 2nd set of single quotes below.
    // If you have multiple editable sideboxes, you will also need to change the 1st parameter
    // e.g. DEFINE_EDITABLE_SIDEBOX_NAME_2
    define('DEFINE_EDITABLE_SIDEBOX_NAME_2', 'define_editable_sidebox_2_content');[probelm?]

    includes/modules/sideboxes/editable_sidebox_2.php

    // test if box should display
    $show_editable_sidebox_2 = true;

    $define_sidebox_2 = zen_get_file_directory(DIR_WS_LANGUAGES . $_SESSION['language'] . '/html_includes/', DEFINE_EDITABLE_SIDEBOX_2_NAME, 'true');

    if ($show_editable_sidebox_2 == true) {
    require($template->get_template_dir('tpl_editable_sidebox_2.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_editable_sidebox_2.php');
    $title = BOX_HEADING_EDITABLE_SIDEBOX_2;
    $title_link = false;
    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);
    }
    ?>

    includes/templates/template_default/tpl_editable_sidebox_2.php

    */

    $content = '';
    $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';

    // this is where the content that you have via the Admin is pulled in.
    $content .= file_get_contents($define_sidebox_2);

    $content .= '</div>';
    ?>

    Looking forward to some assistance please.

    cheers, Mike

  10. #330
    Join Date
    Mar 2006
    Location
    Melbourne, Australia
    Posts
    377
    Plugin Contributions
    0

    Default Re: Admin-Editable Sidebox Support Thread

    I recall similar issues and in the end sidestepped them by using the Blank Sidebox:

    http://www.zen-cart.com/downloads.php?do=file&id=80

 

 
Page 33 of 34 FirstFirst ... 2331323334 LastLast

Similar Threads

  1. v154 Blank Sidebox support thread
    By swguy in forum Addon Sideboxes
    Replies: 23
    Last Post: 15 Jul 2021, 09:54 PM
  2. Facebook sidebox -Support Thread
    By neboztik in forum Addon Sideboxes
    Replies: 31
    Last Post: 22 Jan 2013, 03:34 AM
  3. LiveChat Sidebox - Support Thread
    By b.kubiak in forum Addon Sideboxes
    Replies: 13
    Last Post: 15 Mar 2012, 08:00 PM
  4. CampaignMonitor Sidebox Support Thread
    By lukemcr in forum Addon Sideboxes
    Replies: 11
    Last Post: 21 May 2010, 06:14 AM

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