boburn2020
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] All woocommerce pages are being cutoff by headerHi,
I found a workaround where I made the front page header but set it to not set for all other pages. Then edited the other pages separately. Seem so be fine now, I think it was a template specific issue
Forum: Themes and Templates
In reply to: [Astra] All woocommerce pages are being cutoff by headerHi! Thanks for getting in touch. I already made that change in the shop page –> clicking on the Astra logo and disabling transparent header in the settings. Is there any other reasons it may be there?
Forum: Developing with WordPress
In reply to: Gutenberg design not appearing in website@bcworkz I am not sure what you mean with “You may need to flush any caches (both browser and server) to see CSS changes.”. Could you please ellaboate.
Furthermore, am I correct in saying that I should then remove any styling related to page.php and the formatting of posts/pages but can still keep css in style.css that alter the header/footer designs?
Forum: Developing with WordPress
In reply to: Page-{slug} not redirectingI found the problem. It seemed that the server could not find page-about.php. Instead I had to make a file called about.php and set it as a “template” in comments. Then in the front end I set a certain page to use the “about.php” template.