Royah Marie
Forum Replies Created
-
The instructions on that site worked like a charm. Thank you!
Forum: Everything else WordPress
In reply to: How to enable GutenbergUpdate: I followed all the steps in this video and it now works beautifully!
Thank you so much. I am not afraid to alter the PHP but I am not intimately familiar with the proper shortcodes to use. Where do I put it and what is the full string?
I came up with this and it does the job.
/* Hide description & review tab */
.woocommerce-tabs ul.tabs li {
display: none
}/* Make description centered on page after product */
.single-product.storefront-full-width-content .woocommerce-tabs .panel {
width: 100%;
}Forum: Themes and Templates
In reply to: [Storefront] Make product title larger and centered on page.single-product h1.product_title.entry-title {
text-align:center; color:#000000;
padding-bottom: 20px;
font-size:26px;
}Thank you for your response. I am digesting this information and will try this when I have uninterrupted time so I don’t make a mistake. I will update my progress no later than next week.
Forum: Themes and Templates
In reply to: [Storefront] Tagline disappears in tablet & mobile viewThank you so much, I must have pasted something wrong so I am very happy you shared it again. It looks PERFECT!
Thanks again!Forum: Themes and Templates
In reply to: [Storefront] Tagline disappears in tablet & mobile viewThank you, but that’s not the entire tagline. As mentioned above, I want the entire tagline to show as it does on the website (www.delicatefabrics.net). I can see the same thing you are seeing. The entire tagline is “Affordable elegance at your fingertips.”
Forum: Themes and Templates
In reply to: [Storefront] Add “Logout” link to top of pageAwesome, thank you!
Thank you for keeping it open. I would much rather not have to pay or add another plugin to my site. I was hoping there was a code I could enter (like a CSS or a snippet) that would help me get to my goal.
However, if it is going to be too much of a complicated endeavor, then I will have to consider the two plugins you suggested.
Forum: Themes and Templates
In reply to: [Storefront] Tagline disappears in tablet & mobile viewThank you so much for continuing to help. Is that screenshot from the mobile view? I’m looking at it on my phone and the tagline does not show the way it shows on your screenshot. I also had a friend look on her phone and she does not see the entire tagline either.
Forum: Plugins
In reply to: [WooCommerce] How to Enable Gutenberg for Product PagesI found the answer! To enable Gutenberg editor for products see this video. It provides the code to activate Gutenberg. https://www.youtube.com/watch?v=xJnhrmjqhTA
Thank you so much for providing the information. You understand exactly what I’m looking to do. Is there a way to do this without having to buy a plugin subscription?
Forum: Themes and Templates
In reply to: [Storefront] Tagline disappears in tablet & mobile viewSorry, my website was down for a couple of days. When I edited my current CSS to the one you provided, it may my tagline disappear. Can you tell me if you can make it work now? Thank you.
Forum: Plugins
In reply to: [WooCommerce] How to Enable Gutenberg for Product PagesThank you. I went ahead and installed the Gutenberg plug in and deactivated WooBuilder Blocks and Caxton (required by WooBuilder Blocks) but when I go to edit a product, I am getting the default editor instead of Gutenberg block editor. What step am I missing?