Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)
  • Thread Starter dansperfect

    (@dansperfect)

    interesting. The only reason I was trying to make it work is because someone made a very nice template with it that I was going to use for an easy redesign. I wonder if it wont open because the template creater put a widget in it he shouldnt of, since disabling codesigner allowz me to open that specific template. I just fully recreated the theme with the default wordpress theme as the base. Once I really looked at the templates setup theres many redundant plugins that eould havr just caused problems. And then he had 3 different plugins with variantion swatches enabled, sure that didnt help anything.

    thank you for taking a look as Im trying to remove myself from Crockoblock stuff and start using your family of plugins

    Thread Starter dansperfect

    (@dansperfect)

    Alright so it was a plugin called Corcoblock Jet Reviews, once this was excluded everything works fine again. Thank you for your patience.

    Thread Starter dansperfect

    (@dansperfect)

    Ok so it’s def in the Plugins folder. I’m still working on testing excluding one plugin in at a time but say, I exlcude every plugin one at a time and nothing changes, this would suggest two plugins are causing the issue do you have any pointers if that does become the case?

    Thread Starter dansperfect

    (@dansperfect)

    I am working on this. Having a little bit of a problem with WP StageCoach. Please do not close this out yet. I will be getting back to you in a couple more days.

    Thread Starter dansperfect

    (@dansperfect)

    I will work on this throughout today and will post my finding tomorrow. I don’t know why I didn’t think of troubleshooting like this but thank you.

    Thread Starter dansperfect

    (@dansperfect)

    Yes we’re talking about the same console. There is no errors it’s just blank. Everything using Ajax kind of breaks as the mega menu is loaded through Ajax and I did notice that my filters for products by crocoblock jet filters did not load or actually filter anything during this time as well. As well as all my sites search functions didn’t work. Which are crocoblock and elementor widgets.

    Thread Starter dansperfect

    (@dansperfect)

    That’s the funny thing there is no errors showing through a console or on my server log. The iPad issue I cannot figure out because when the page reloads to say something happened on loading this site the debuggers from multiple sites that allow cross browser and device testing are debugging the error page html when it’s done and not my site. I think with the apple devices it’s because it’s loading the page twice and my front page is I believe 338kb but with people and all the apps running and open webpages it causes something in the memory that it doesn’t like.

    Thread Starter dansperfect

    (@dansperfect)

    I’m marking this topic as resolved thanx to @gboudreau who gave us 2 fixes for the issue. Thank you @gboudreau

    Thread Starter dansperfect

    (@dansperfect)

    Sweet that fixed it. Just reuploaded it a second time under a different name specifically for the invoice and all is looking good. Thank you for your help. Sorry if my initial requests were vague I should have been more organized with my initial requests. Thank you for your time.

    Thread Starter dansperfect

    (@dansperfect)

    Did you read the second post or the first. I stated in the first i did not change the image in the settings. Secondly i stated in the second post that the image is not displaying properly in the pdf as it being cropped in the pdf but when output to html it works fine.

    Thread Starter dansperfect

    (@dansperfect)

    Sorry I was incorrect on the problem. It’s displaying the correct image but cropping it into a square or hiding what ever is outside the area visible in the div tag

    Thread Starter dansperfect

    (@dansperfect)

    What iasked you for in regards to theme is tell me a theme that works with your plugin not modification. Im sixk and tired of you logging into my system and wanting to edit file over and over after every update of your plugin. My old theme hadnt updated in 2 years but every update it was broken not because of my theme changing but changes you make in your plugin. That isnt a working plugin and taking hours every couple of weeks from working to deal with this loses me money. So i believe this is the review deserved. I have not seen any other plugin provider manage there plugin in this fashion, nor theme provider. Everyone may have to make one correction once but then they add the change to the next update so no one has to deal with the problem. You just want to keep fixing the same problem over and over which isnt proper business in my opinion. I know what coding is like and you cant tell me there is that many variations in the php language amongst users themes. So to not have these issues fixed is not acceptable. And to allow other business owners not know this would be morally wrong on my part. We are all trying to make money tonfeed our families and when someone cant provide a proper working product others should get to know there frustrations. I will not blindly hand you 5 stars because your a nice person.

    Thread Starter dansperfect

    (@dansperfect)

    Sorry for the delay on this but this is the full code.

    $totalVal = preg_replace(‘/[^0-9.]/u’, ”, html_entity_decode($total[‘value’]));
    if ($totalVal > 0 && $totalVal <= 99.99 ){
    echo ‘For Spending $’ . $totalVal . ‘ My Text 1!’;

    } elseif ($totalVal >= 100 && $totalVal <=149.99 ){
    echo ‘For Spending $’ . $totalVal . ‘ My Text 2’ ;

    } elseif ($totalVal >= 150){
    echo ‘For Spending $’ . $totalVal . ‘My Text 3’ ;

    } else {
    echo ‘Error! Please notify site administration about this error!’;
    var_dump($totalVal);
    }

    Use a specific template for mobile that has this or create a child theme of your current theme. If your current theme is a child theme then duplicate this theme rename is child-theme-2 and make your changes in functions.php and with woocommerce over rides to make the product pages or category pages display the products the way you want. There is a plugin called multi device switcher that will let you choose a different non active theme installed on wordpress for your mobile, tablets, smartphones and more. You should think about this thoroughly though as your mobile theme won’t look right on a table. It should look fine on a smartphone since size doesn’t change much but you’ll want another theme for tablets. Or just use one responsive theme from the get go that will change shape and size depending on the width of the browser window itself. There’s many ways to do it.

    No you have don’t it correctly. I would make sure you have the correct ownership and file permission on the file. If all that is correct are you using a caching plugin? If so delete cache and see if problem still exists. When you do get the email has it changed at all from the original email? What are you actually changing in the file, what’s your code your changing or adding? There could be many reasons why it’s not changing. If the email doesn’t look much different then the original your code may be incorrect. But this usually will break the email some how. More information is needed to really give you correct help.

Viewing 15 replies - 1 through 15 (of 41 total)