I have some WooCommerce issues to begin with, so I am looking forward to your replies. Thank you very much in advance!
Technical details:
Wordpress 5.6
WooCommerce 4.9.2
My Checkout-Page shows information such as Customer Service and an Email-Adress that needs to be updated. Unfortunately, I am not able to edit this information because I can’t find the information in the backend.
Here′s the screenshot. (I marked the screenshot in red)
Looking forward to your replies. Thank you very much.
All the best, fortyeightfps
]]>I have some WooCommerce issues to begin with, so I am looking forward to your replies. Thank you very much in advance!
Technical details:
Wordpress 5.6
WooCommerce 4.9.2
My Checkout-Page shows information such as Customer Service and an Email-Adress that needs to be updated. Unfortunately, I am not able to edit this information because I can’t find the information in the backend.
Here′s the screenshot. (I marked the screenshot in red)
Looking forward to your replies. Thank you very much.
All the best, fortyeightfps
]]>“To make the change in a child theme, add the following to a file named functions.php inside the child theme’s directory:
<?php
function my_custom_thumbnail_height($height) {
$height = '9999';
return $height;
}
add_filter( 'et_pb_blog_image_height', 'my_custom_thumbnail_height' );
?>
so when i go to my child theme editor, i have this for my functions.php –
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;
// BEGIN ENQUEUE PARENT ACTION
// END ENQUEUE PARENT ACTION
I tried adding what they told me at the end of this, and my whole site went blank. I disabled the childtheme and reinstalled it created a new one. Any idea of where I have gone wrong in this? I am not at all experienced in using child themes, I am using Child Theme Configurator plug in by Lillea. Thanks
]]>I’m PRETTY sure I just made some changes, the wrong way.
I just changed my Posting Title colors, by going back into my Parent theme and changing it THERE, since I knew where to go in my parent code, to do that. Then I went back to my child theme and the changes were there.
What is the CORRECT way I’m supposed to be making changes? I’ve read that I’m supposed to make my changes, NOW, to the child theme. But since there is basically no code in there, I’d have to be a coding EXPERT to know what to put in there.
I’m better at editing what’s already in there, so should I just copy the “style.css” file from my parent theme….into the “style.css” file in my child theme? That way I can just “edit” code, instead of creating it?
Thanks!
]]>When I click dashboard, it says:
1 post (hyperlinked)
8 pages (not hyperlinked – so I can’t click in)
Any help would be greatly appreciated, thank you.
]]>I’m not well versed in code, but using firebug I can see that the footer has ended up under the sidebar div, and that must be the problem. Am I right in thinking that if I move the footer back under <body-class> this will resolve the issue?
however, I don’t know how to get at and edit the code. I don’t see the same code choices in the Dashboard Editor as I do in firebug. not sure what if anything I could do in Dreamweaver.
any help for a neophyte much appreciated!
]]>I would like to add a banner into the header section and on the right sidebar under were it says advertising but i do not know how to this?
]]>