corelevel
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Scripts not loading properly?Was found to be a conflict and it is corrected – thanks for good support
I understand you guys do not want to mess with the CSS, but this is a problem and has been for a while. What about a fix by maybe when you are searching for image, just recognize that the image is in a cover block and don’t touch it at all and leave it with the standard WP format and skip the webp.
At least then it will not break things and you don’t have to touch the css
Forum: Plugins
In reply to: [NSFW] [GD Security Headers] Media-src and script-src-elemmedia-src showed up after I changed the basic to self
All the other custom types showed up without me needing to do that.
Still need the script-src-elem
Forum: Reviews
In reply to: [EWWW Image Optimizer] Deleted it due to lack of common senseI am not an advertisement. But if you can not find a secure host in this day that support secure code that is not many years out dated there is something wrong.
And this is not a matter of your car being old so I won’t fix it. This is getting mad a Toyota for not redesigning their car to fit your old garage.
Forum: Reviews
In reply to: [EWWW Image Optimizer] Deleted it due to lack of common senseYou think the author was treating them like dirt because he said he will not take his time to write extra code for a free plugin to make his plugin work with an outdated insecure platform. LOL – that is funny.
Forum: Reviews
In reply to: [EWWW Image Optimizer] Deleted it due to lack of common senseDeleted for lack of common sense? LOL
You deleted it because you got a php warning message you need at least 5.5. That means you are running php 5.4 or lower.
You are running a version of PHP that has been dead and unsupported for over 3 years. I am sure that is good for performance and security. LOL – so much for common sense.
That you are still that out of date and mad at other people is what is astounding.
Forum: Plugins
In reply to: [Autoptimize] Failed to Open StreamI have seen this error a lot in my logs.
I know above it was said that it did not seem to affect things, but I suddenly had no sales one day and I checked and I saw this error and saw nothing wrong on my site. Then when i was not logged in as admin and i visited the site, there were no styles loaded at all on my cart and checkout pages.
Logged in and they were back.
Now today I have not had sales for the last 30 hours (I average 8 orders a day) check my logs and see tons of this same error again. Is it the cause? I do not know. Things appear right on the site, but last time arround, I was just not able to see the problem all the time because it was only on some pages and for certain users.
Forum: Fixing WordPress
In reply to: Image paths suddenly changedYeah -there is something really weird going on. After further investigation, I am not sure why images are just uploaded to these really old folders.
Plus I think there may be some weird server issues going on.
Thanks for at least taking a look
Forum: Fixing WordPress
In reply to: Image paths suddenly changedSorry – I have an update.
First it seems like photos I updated last summer may have actually been put in the 2013 photo.
But the images in there are all png and the ones that wordpress is giving me are all jpg. So this may be a smush issue. I am not sure if that did it
Forum: Fixing WordPress
In reply to: Image paths suddenly changedNSFW
https://www.sexswing.com/product/universal-head-rest/- This reply was modified 7 years, 7 months ago by Steven Stern (sterndata). Reason: added NSFW
Forum: Fixing WordPress
In reply to: Image paths suddenly changedsexswing.com
Most images look like they are there because they are still being served by the CDN, but that will not last long as they will be expiring.
But if you right click on half of them and try to see just the image on the site, they are gone.
THanks
Forum: Plugins
In reply to: [WooCommerce] Add Cross Sells to Single Product PageIs this what you are looking for?
https://codecanyon.net/item/woocommerce-cross-sell-on-products-page/6309974
Forum: Plugins
In reply to: [Display Widgets] Something flakey with the "display/hide) checkboxesHere is why I am seeing – trying to be specific… oh and TIA for your help.
I have 3 plugins. 1 I want to be on the home page the other 2 on everything but the home page.
Plugin A – Show only on Homepage
Pulgin B & C – Hide only homepage checked.When I go to the site – I only see B&C on the homepage and not A. – Actaully it does the same thing on All the pages –
So I then thought maybe the show hide was switched and I flipped them all and told A to hide on the front page (the one I wanted it to show on) and I told B&C to show on the front page (wanted to hide)
When I did that – they showed up the way I really wanted on the home page…. But they showed up the way the settings were and not the way I wanted on the rest of the pages.
So my conclusion is that is for the front page button, on the front, it is doing the exact opposite of what is wanted. The rest of the pages it seems right.
I did not go deep enough to explore other checkboxes because my only concern for this site was to show on homepage or not.
I do have another site with no problems. So could it be a conflict with other plugins? I thought I run most plugins the same on both sites, but maybe not.
Forum: Themes and Templates
In reply to: Getting just the side bar?Perfect – Just for the record for anyone else that wants this…
I just create a page called grabnav.php – put it in my WP directory. All that is in it is
<?php
require(‘wp-blog-header.php’);
get_sidebar(); // just got this from my theme file
?>Then I can do file_get_contents(‘https://www.domain.com/grabnav.php’);
Forum: Themes and Templates
In reply to: Getting just the side bar?Thanks – this MAY help. I am trying to get it on a different domain on a different hosting account.
Anyway – I may be able to use this exact stuff to create a page on the same domain as my blog that shows what I want that I can then pull into the other site.
Thanks