sunshowerbiz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Twenty Twenty Featured Image IssuesI used @jarretc’s solution and it fixed the image issue on iPhone and iPad, thank you. However now the “home” button is very low meaning that there is a big void un the image. Is there anything that can be done to bring the “home” button and the rest of the page closer to the image? The website is https://www.irenekung.com
@jarretc’s solution worked for me as well with the same results as @iksito (above). The other css solution by @therealmikep did not work for me. I had not chosen parallax background in the customizer. I tried it both ways.
Using twenty twenty cover template, testing on an iPhone 10.
Hope there is a solution or can someone tell me why @therealmikep’s solution did not work for me?- This reply was modified 4 years, 6 months ago by sunshowerbiz.
Forum: Plugins
In reply to: [WooCommerce] Link to streaming video stopped workingHi Zandy-
I tried to send a copy of the report, but I got a message that said it had to be held for review. Can you tell me what you’re looking for and I’ll do a search?
- This reply was modified 6 years, 9 months ago by sunshowerbiz.
Forum: Plugins
In reply to: [WooCommerce] Link to streaming video stopped workingNo, when the purchase is made something happens to the link. When clicked, a Save File dialog box now opens. This was working properly as recently as December, meaning at that time, when the link was clicked the vimeo webpage opened with the password field. which is what was supposed to happen. Something changed since then and I don’t know what.
Forum: Plugins
In reply to: [WooCommerce] Link to streaming video stopped workingForum: Plugins
In reply to: [WooCommerce] Rogue Sidebar Below Content of Shop pageWell I’m glad no one wasted their time answering this because after studying the WooCommerce files EXTENSIVELY I found the snippet of code that makes the rogue sidebar appear. It is located in
woocommerce/templates/archive-product.phpToward the end of the file is the following code and to remove the sidebar, simply delete the code.
<?php /** * woocommerce_sidebar hook. * * @hooked woocommerce_get_sidebar - 10 */ do_action( 'woocommerce_sidebar' ); ?>
- This reply was modified 8 years, 2 months ago by sunshowerbiz.
Forum: Plugins
In reply to: [WooCommerce] No Content on Product PagesOK I tried one last thing – one of the suggestions from WooCommerce had me adding a woocommerce.php file to the custom template directory. This solved a styling problem but apparently created the problem of not having content on single product pages. Disabled it and now single products display. Now to figure out the extra sidebar I have no idea where it is coming from – but that will be another topic…
Forum: Plugins
In reply to: [WooCommerce] No Content on Product PagesFor fear of messing up the widgets, I decided to import the custom theme to one of my test WordPress sites. WooCommerce was working with the theme I had picked. I activated the custom theme that I just I imported and – missing product content. It has to be the custom theme. I am going to let the developer know. Thoughts? And thank you for your suggestions.
Forum: Plugins
In reply to: [WooCommerce] No Content on Product PagesOk just tried that, also no. My theory is it is the theme, just not sure what to edit since I didn’t make the theme.
Forum: Plugins
In reply to: [WooCommerce] No Content on Product PagesNo, no overrides. Thanks anyway though.
Forum: Themes and Templates
In reply to: [Virtue] Adding a layer to the headerclass imageDave Pittman-that worked! Thank you so much.
Thanks also to Kadence – It is a great theme and I realize I am stretching this Theme beyond its intended design. ??Forum: Themes and Templates
In reply to: [Virtue] Adding a layer to the headerclass imageHi Dave. For some reason that didn’t work. I tried it with your code and using the variable call-outs I have in my CSS. The full-wdth header is only for the blog pages, not the rest of the site. I have a display none on headerclass set up for the whole site and then to display the headerclass image on specific pages I have:
.blog .headerclass, .category-2 .headerclass, .category-6 .headerclass, .page-id-94 .headerclass, .page-id-276 .headerclass, .page-id-318 .headerclass, .postid-1 .headerclass, .postid-20 .headerclass, .postid-219 .headerclass, .postid-228 .headerclass, .postid-263 .headerclass, .postid-288 .headerclass, .postid-310 .headerclass, .postid-326 .headerclass, .postid-404 .headerclass{ height: 250px; background: #fff url(https://www.lifepathbydesign.net/wp-content/uploads/2016/02/BlogBanner.jpg); width: 100%; background-repeat: no-repeat; background-position: center; {
Forum: Themes and Templates
In reply to: [Virtue] Adding a layer to the headerclass imageYes. Is that possible? The idea is that when the pages using the full-width header, (which are only the blog pages), are viewed on a mobile phone or other small screened device, the pic in the middle will not be displayed. As it is now, on a mobile phone the logo overlays her pic which is part of the background image.
Thank you-Forum: Themes and Templates
In reply to: [Virtue] Adding Google fontOK, to be safe, I backed up my Widget code and copy first. Then proceeded to re-update the theme and just like you said, there they all were in the Inactive Widget area.
Thanks-Forum: Plugins
In reply to: [WP Video Lightbox] Horizontal paddingHi-
I actually solved the problem. I added the following line of CSS:.video_lightbox_anchor_image{ padding: 20px; }
Forum: Themes and Templates
In reply to: [Virtue] Adding Google fontHi Kadence-I mean any and all text/code on the widget page. IE, I have a Sidebar Widget. I open the items in it, all happen to be Text items. All were empty. Hence, no more sidebar.
The theme folder name is
virtue.2.5.7NewAI don’t remember renaming it-sounds like something I would be afraid to do. LOL. But anyway it has been named that forever if not always.