thetoolman123
Forum Replies Created
-
Hi there,
Thank you for updating me with this. I had another customer experience this issue but have updated them with your update.
I appreciate you fixing this.
Thanks once again
Hi,
Thanks for the reply.
Please do look into this ASAP as it is a violation of privacy/GDPR when users unsubscribe and are then still receiving emails.
Do you know when it is likely to be fixed?
Forum: Plugins
In reply to: [WooCommerce] Users not receiving email with download linkI think this is now resolved. I installed Mailjet to send the automated emails.
Forum: Plugins
In reply to: [WooCommerce] Users not receiving email with download linkThanks for the reply.
I have installed the mail logging plugin and can see the emails are being sent with no errors.
Does this mean they are getting blocked by my host?
Thanks!
Forum: Fixing WordPress
In reply to: 500 Internal error when using PHP version 7.3.25Thanks for the reply.
I have just tried again and it seems to e all ok, I just had to wait a few minutes for it to take effect!
Thanks for your help
Forum: Developing with WordPress
In reply to: Child theme not loading style.cssThanks, I have used this and it is now working:
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { $parenthandle = 'parent-style'; // This is 'twentyfifteen-style' for the Twenty Fifteen theme. $theme = wp_get_theme(); wp_enqueue_style( $parenthandle, get_template_directory_uri() . '/style.css', array(), // if the parent theme code has a dependency, copy it to here $theme->parent()->get('Version') ); wp_enqueue_style( 'child-style', get_stylesheet_uri(), array( $parenthandle ), $theme->get('Version') // this only works if you have Version in the style header ); }
- This reply was modified 3 years, 12 months ago by bcworkz.
Forum: Developing with WordPress
In reply to: Child theme not loading style.cssthis is what I am seeing in my source code:
<link rel='stylesheet' id='wp-block-library-css' href='https://website.com/wp-includes/css/dist/block-library/style.min.css?ver=5.6.2' media='all' /> <link rel='stylesheet' id='wp-block-library-theme-css' href='https://v/wp-includes/css/dist/block-library/theme.min.css?ver=5.6.2' media='all' /> <link rel='stylesheet' id='parent-style-css' href='https://website.com/wp-content/themes/twentytwentyone/style.css?ver=5.6.2' media='all' /> <link rel='stylesheet' id='bootstrap4-css' href='https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css?ver=5.6.2' media='all' /> <link rel='stylesheet' id='twenty-twenty-one-style-css' href='https://website.com/wp-content/themes/twentytwentyone/style.css?ver=1.0.0' media='all' /> <link rel='stylesheet' id='twenty-twenty-one-print-style-css' href='https://website.com/wp-content/themes/twentytwentyone/assets/css/print.css?ver=1.0.0' media='print' />
There seems to be 2 references to the parent style, but no child
Forum: Developing with WordPress
In reply to: Child theme not loading style.cssYes I have the following in the child style:
/* Theme Name: Twenty Twenty One Child Theme URI: https://diviextended.com/ Description: A child theme of Twenty Twentym One WordPress theme. Author: Elicus Technologies Author URI: https://elicus.com Template: twentytwentyone Version: 1.0.0 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html */ @import url("../twentytwentyone/style.css"); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;900&display=swap'); body{ font-family: 'Montserrat', sans-serif; font-size: 18px; background: #000!important }
I’ve tries to change the background colour but nothings happening. It’s not even showing in the source – there is no path to the child style.css
- This reply was modified 4 years ago by bcworkz.
Forum: Developing with WordPress
In reply to: Child theme not loading style.cssThanks, I have tried that but still no luck.
This is what is in the source:
<link rel='stylesheet' id='twenty-twenty-one-style-css' href='https://website.com/wp-content/themes/twentytwentyone/style.css?ver=1.0.0' media='all' />
Thanks, yes it would only be the front end.
I will see if I can get FTP access but I don’t think I will be able to.
Thanks for your help
I see.
I usually use FTP, but with this website I don’t have access so it is a major draw back my side.
Just to clarify, if I were to make an error in a file, for example in: plugins/woocommerce/templates/file.php – this would not cause an error in the wp-admin side?
I see. I am mainly editing some template files for woocommerce. But I should still be able to get access to wp-admin? I’m sure I have made errors before in PHP files and it’s been ok. Maybe I was wrong
Thanks, yes I only have a browser.
I have managed to get it back with the help of the host.
I’m guessing if there are errors with other PHP files, I should still be able to get into admin to fix them and it’s mainly functions.php that will kill me
Forum: Themes and Templates
In reply to: [OnePress] creating a child theme – header not updatingHi,
Thanks for the reply.
Great, thanks, I think I have it working now ??
Really appreciate your help with that
Forum: Plugins
In reply to: [WooCommerce] Do download limits apply to links?Hi,
Thank you for clarifying, that’s great!
Thanks again for your help!