oiver55
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Outline FontForum: Plugins
In reply to: [Prime Mover - Migrate WordPress Website & Backups] User DataWonderful!
After adding that theme support code, I still got the same problem. So I decided to just buy the Classima theme.
I understand, thanks for your help
Ok so I added add_action(‘after_setup_theme’, function() { add_theme_support( ‘rtcl’ ); });
To my child theme to function.php file. However, I’m not seeing any difference. Is there something more I should do?- This reply was modified 1 year, 4 months ago by oiver55.
Oh I am using the Kadence theme. I am pretty sure that must be the problem, therefore I should do add_action(‘after_setup_theme’, function() { add_theme_support( ‘rtcl’ ); }); for it to work right?
Wonderful it works like a charm. Is what you told me written somewhere in the documentation, or is it just common knowledge to do it that way? I didn’t realize I didn’t have to copy the template folder. Thank You for your quick response!
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] How to Target Index.php?Yes that is correct I made it separate from React Press. It was only afterwards that I learned about your plugin. l didn’t use CRA to make it though. I still see your original message I will try that with my Vite.config file to see what happens. Thank you for responding!
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] How to Target Index.php?If you would like to take a look at it hands on, here are the contents of my reactPress folder minus the node-modules folder oiver555/react-dentures (github.com). If somehow you get it to work, it will look like this…
- This reply was modified 1 year, 11 months ago by oiver55.
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] How to Target Index.php?Thanks very much I now have it up and running however for some reason it saying that it can’t find my gltf file. Here are some screenshots to make the issue clear.
I notice that the error message shows that it expects the word home in the path for my gltf file. So I actually went ahead and put my gltf folder inside another folder called home, but I still get the same error. Here are some screenshots.
Forum: Plugins
In reply to: [ReactPress - Create React App for Wordpress] How to Target Index.php?Just so you have the full context, this 44 – R3F and Drei (virtual-teeth.netlify.app) is the module that I made which I want to incorporate into my home page.
I understand thanks for the quick reply!
Forum: Developing with WordPress
In reply to: Code Splitting with wordpress/scriptsHey there I was able to figure it out. Thanks for responding!
Forum: Fixing WordPress
In reply to: Import apiFetch ErrorThanks for your response, this is the exact docs I have been using. The error occurs at the very import of apiFetch. I don’t even have a chance to use it. Have you used apiFetch and is it working for you? Thanks again
Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Remove Post Meta DataOk so I just went ahead and added this to my Divi CSS .post-meta{display:none}. Problem solved!