yatgirl
Forum Replies Created
-
Got it sorted out. After 6 years of the same settings, for some reason they were then failing. Changed to SSL 465 and everything is good.
I am not referring to good bots. I am talking about bad bots or bots that I just dont deem necessary to access my site – ones that I have added to my robots.txt but they of course cant see my robots.txt because they are blocked by my block rule in wordfence. I also have an ip range block for amazon aws.
I will suppose from your answer that there is no setting to allow an exclusion to robots.txt – I really think that robots.txt should be excluded and everyone have access to it.
same here. I was trying out different maintenance mode plugins on my staging site and installed the lightstart plugin to try it out. All of a sudden i notice a plugin – Otter – that i did not install and would never have wanted as i already have a page builder plugin. This remained even tho i removed the themeisle lightstart maintenance plugin. I am just thankful that this happened only on my staging site.
Thank you for your reply.
I dont actually send out the emails.
I use the plugin for my own personal information on what is currently in a visitors cart.
In the settings, is there anyway to turn off the scheduled actions, or make them once daily ?
- This reply was modified 1 year, 3 months ago by yatgirl.
Perfect ! Thanks so much !
Re Video – Yes Thank you ! – it was the border radius setting I had incorrect. (I didnt realize what it did.)
Final Question – I was also wondering if there is CSS to make the selected swatch ‘border’ thicker/bolder ? so it is really noticeable. Please see dropbox screenshot
https://www.dropbox.com/s/dsmo4o7lk97rkx3/selected%20border%20thicker.jpg?dl=0
Thank you – the custom css to take out the background on the category page works. Thanks again.
https://dogshoppe.net/product-category/dog-breeds/airedale-terrier/
Theme Storefront, child theme boutique
—
Re different sizes – I read somewhere in another thread the different sizes only work if you choose the ‘default’ image option. (cant find it now, that was a week ago and had given up on anyone answering here) This has also been my experience. I had wanted large circles on the product page and small circles on the category page, but I only get different sizes if I choose default – which gives rounded swatches on the category page and rounded square swatches on the category page. If its possible, I cant get it to work.
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category ImagesThank you very much Igor – this has been very helpful. I now know it is not my base installation of WordPress, Woocommerce or Storefront. I will now be able to narrow it down on my staging site using the suggestions made in this thread,
Thanks again ! It may be a month or so to work on it (I am scheduled for a vacation that was delayed 2 years by COVID), but I will report back as to what the issue finally was, but this definitely gives me the building blocks I needed to start.
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category ImagesThat image appears to be the product page, not a category page which is where I am having the issue – please re-read original post.
I do have a staging site and so I will try those suggestions as I really need to find a solution.
- So you are saying it may be the boutique theme. (or possible a plugin) If it is the boutique child theme of Storefront – what are my options ?
2. I was thinking it was my image settings, of which I have referenced also in my first post.
3. Or perhaps some customization I have set under additional css – this is below: If you could please rule out the below code on your test site, that will really narrow it down for me.
/* REMOVE PRICE BANNER MEDIA ALL*/ ul.products li.product .price { position: relative; top: .01em; padding: .1253em .3857em; background: none; color: black; box-shadow: none; font-weight: 400; } ul.products li.product .price:after { display: none; } /*CHANGE SPACE BETWEEN PRICE AND PRODUCT ON CATEGORY PAGE MEDIA ALL*/ /*media all*/ ul.products li.product { margin-bottom: 2.23em; } /* to stop header image from repeating*/ #masthead { background-repeat: no-repeat; } /* For widget title bg and text color */ .widget-title { background-color: #303030; color: #FFF; text-align: center; line-height: 25px; } /* Mobile Responsive Header Image */ @media screen and (max-width:768px){ #masthead { background-size: 100% !important; } } /*sidebar widget title sizes */ #secondary .widget-title { font-size: 15px; padding-top: 5px; padding-bottom: 5px; } /*---------------- * FONTS * ---------------/ /* category title font size */ h1.page-title { font-family: "Roboto", sans-serif; font-size: 24px; color: #990000; text-transform: uppercase; } /* product title font size */ h1.product_title { font-family: "Lato", sans-serif; font-size: 26px; color: #990000; } /* woocommerce product page title font size */ h1.entry-title { font-family: "Roboto", sans-serif; font-size: 20px; color: #990000; text-transform: uppercase; } /* font underneath thumbnails - product page */ .woocommerce-loop-product__title { font-family: "Lato", sans-serif; font-size: 13px !important; } /* font underneath thumbnails - category page */ .woocommerce-loop-category__title { font-family: "Lato", sans-serif; font-size: 13px !important; } /* price size on product page */ .single-product div.product p.price { font-size: 1.4em; } /*@media all and (min-width:768px add to cart button font size category page)*/ ul.products li.product { font-size: 0.75em; } /*Account Heading Order Page Font*/ .woocommerce-MyAccount-content h2 { font-family: "Lato", sans-serif; font-size: 20px; font-weight: 600; } /*Account Heading Order Address Font*/ .gamma, h3 { font-family: "Lato", sans-serif; font-size: 20px; font-weight: 600; } /*Change Related Products Font */ .related.products h2 { font-family: "Lato", sans-serif; font-size: 14px; } /* product page on sale badge */ .onsale { background-color: #FFFFFF; border-color: #FF0000; color: #FF0000; } /*adjustment for 4 shop columns*/ @media (min-width:768px){ .site-main ul.products li.product { width: 22%; margin-right:4%; } } /*to even up add to cart buttons - bottom - the 235 can be changed*/ li.type-product a:first-child { min-height: 200px; display: block; } /* consistent Logo size for desktop site */ @media screen and (min-width: 768px) { .site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { height: auto; max-height: none; max-width: none; width: 400px !important; } } /* WHITESPACE BETWEEN HEADER AND BREADCRUMB - REMOVE*/ .woocommerce-breadcrumb { margin: -1.9em 0 1.9em; padding: 0 0 1em; } /* Remove white space in footer */ .site-footer { padding-bottom: 0; } /*media all and add to cart box size category page */ .added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit] { padding: .16em 1.2em; } /*media all space between product image and title text category page*/ ul.products li.product img { margin: 0 auto 1.1em; } /*Remove Word Description on Product Pages */ .woocommerce #tab-description > h2 { display: none; } /*Thumbnail Size 150px */ ul.products li.product a img { width: 167px; } .related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img { width: 152px; } /* Reduce FOOTER SIZE IN WIDGET @media all and (min-width:768px)*/ .footer-widgets { padding-top: 0.3em; border-bottom: 1px solid rgba(0, 0, 0, .05); } /* Change lightbox photoswipe background*/ .pswp__bg {background: rgba(0, 0, 0, 0.7) !important;} .pswp__caption, .pswp__top-bar { background: #000 !important; } .pswp__ui h3, .pswp__ui button, .pswp__button:before { color: #000 !important; } button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before { background-color:#000 !important; } .pswp__counter { color: #FFF !important; } /*hide shipping estimate on cart page */ .woocommerce-shipping-destination { display: none; } /*Remove Active Link Border Box*/ a:focus, .focus a { outline: none !important; } /*remove white space inbetween gallery image and description*/ @media (min-width:768px) {.woocommerce-tabs { padding-top: .15em; padding-bottom: 2.61em; } } /*style paypal cancel order button on review page*/ .button.alt.angelleye_cancel { background-color:#F2F2F2; !important; font-family: "Lato", sans-serif; font-weight: 100; color: #999999; } /*CHECKOUT HIDE PAYPAL CANCEL ORDER BUTTON ON ORDER REVIEW PAGE*/ .angelleye_cancel{ display:none; } /*CHECKOUT PAYPAL EXPRESS IMAGE */ .woocommerce-checkout #payment .payment_method_paypal_express img { max-height: 34px;
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category ImagesRe: Please attach the “gridded image” product examples on the category pages with your response?
Please see my original post with example link for images from dropbox where it shows what you are asking and also where I explain that the images are set on a grid, but look fine in product edit page and media library.
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category ImagesWell I do believe that storefront and also boutique are standard themes, that is why I did not go with a third party theme.
I think I will see if I can find a programmer that will perhaps get to the bottom of this. I have seen the above scenario in these forums time and time again. post this, post that, update, disable plugins, only to not find anything and finally the poor thread starter goes away. I thought I would give it one last chance with this issue, but I really should have known better by now.
Thank you for your time.
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category Imagesyou can no longer see gridded images ? Yes there definitely are ! Banding on the images and griddy checkerboard images and I had to perform ridiculous hoops in an image program to try to get them as good as they are. and I have checked on multiple browsers.
Deactivating Enhanced Media Library made no difference at all.
I thought I would try getting answers here as I was really at a loss and really needed help – but sigh
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category ImagesURL
With some image manipulation (taking the background out of them) I have managed to get some of the images to appear a bit better on the category page, but a lot of them still look really griddy or banded, and if they look good in the other places – why not the category page? – its odd . this only affects the cross stitch pattern products. Some look not too terribly but I have had to take the background out of a lot of them.
https://dogshoppe.net/product-category/products/cross-stitch/
- This reply was modified 1 year, 11 months ago by yatgirl.
Forum: Themes and Templates
In reply to: [Storefront] ‘Griddy’ Category Imagesno fatal error logs in that location other than something that says test-log.log and it is blank