gmsiegel
Forum Replies Created
-
@sayontan – You’re correct- the albums are showing fine on my site. What I’m trying to do is reference an album on my site’s URL so I can share it (i.e., Facebook post) and users would be able to click the URL to open that specific album on my site (and not have to view it on Flickr).
aktatineni-
The solution involves editing your functions.php file. See this link for more info about what’s involved with that (and of course, be sure to backup the file before editing it):
https://www.converticacommerce.com/support-maintenance/how-to-edit-functions-php-in-wordpress/Good luck!
Forum: Themes and Templates
In reply to: [Storefront] Mini cart CSS help neededMikey-
Thanks- that’s exactly what I was looking for!
Forum: Themes and Templates
In reply to: [Page Speed] Child themeUPDATE: At first, the child theme supplied wasn’t working, but after going to Appearance\Customize and making a small edit and Publishing it, the child theme now works. Thanks.
- This reply was modified 6 years, 8 months ago by gmsiegel.
Forum: Themes and Templates
In reply to: [Page Speed] Child themeI uploaded/installed this child theme. However, I’m seeing the same results. When I activate the original theme, it looks fine. However, when I activate the child theme you provided, it appears that it’s not applying the CSS.
I’ve also disabled all plug-ins (although they work ok with the original PageSpeed parent theme).
Thanks in advance.
See here:
https://test.reddirtoutlet.comForum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Google feed not workingIt’s odd for me. When I update my XML feed and then do a ‘Fetch Now’ in the Google Merchant Center, there’s an error/failure message. However, when Google does its scheduled overnight processing of my feed, it shows as valid for all of my products.
Forum: Themes and Templates
In reply to: [Storefront] Reduce height of Primary Navigation menuJob-
Thanks for looking at this. Yes, I was able to get it sorted. I ended up using the following CSS:/* Masthead */ #masthead.site-header { height: 155px!important; margin-bottom:0px } /* Mobile CSS for Masthead */ @media only screen and (max-width: 320px) { #masthead.site-header { height: 80px!important; margin-bottom:0px; } } /* Masthead menu */ .storefront-primary-navigation a, .cart-contents a { margin:0 0 0 0; } .main-navigation ul { padding:0 0 10px 4px!important; } .main-navigation li { height:38px!important;} /* Mobile CSS for Masthead menu */ @media only screen and (max-width: 320px) { .main-navigation ul { background:#D6DDE4!important; } } /* Header area */ .site-header { padding-top:0.5em; } .site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { margin-bottom: -45px; }
Thanks Job. I was able to copy that specific function code into my custom functions file.
This function is located in the file:
/wp-content/themes/storefront/inc/storefront-template-functions.phpThe function is called ‘storefront_product_categories’
Forum: Themes and Templates
In reply to: [Virtue] Adding breadcrumbs to Virtue.I installed the breadcrumb-navxt plugin, but I’m not sure how to get them to appear. I’d like them to show up on my Shop, Category, & Product pages. Thanks.
My site:
https://www.reddirtoutlet.comps- I believe that I might use a fullwidth template for these pages.
Forum: Themes and Templates
In reply to: [Virtue] Move placement of Store NoticeHannah-
This is fantastic! Exactly what I was looking for. Thanks very much!Forum: Themes and Templates
In reply to: [Virtue] Move placement of Store NoticeThat CSS puts the Store Notice at the bottom of the page, which is better than where it was. However, I’d like to see if we can get it at the bottom of the screen, so that you don’t need to scroll to the bottom to see it. Anyone know if this is possible?
Alternatively, if this is NOT possible, it might be an option if the Store Notice was kept at the top, and the Topbar was moved to just below it. I could probably make that work, too. Anyone have the CSS for those 2 items?
Thanks!
- This reply was modified 6 years, 9 months ago by gmsiegel.
Forum: Themes and Templates
In reply to: [Virtue] Move placement of Store NoticeI’ve re-enabled the Store Notice. I’d like to position it at the bottom of the SCREEN, rather than the bottom of the PAGE. If it’s at the bottom of the page, it might not be visible unless the user scrolls all the way down. Thanks!
Forum: Themes and Templates
In reply to: [Virtue] Move placement of Store NoticeI’m not understanding your answer. My menus are currently set as shown in the attached screen shot (see URL below). Would you please walk me through the change I need to make? Thanks!
SCREEN SHOT
https://www.localgeek.us/public/menus.pngForum: Themes and Templates
In reply to: [Virtue] Virtue theme ‘Sort by’ menu CSSThat worked perfectly Kevin- thanks!
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] CSS for Master Slider pluginYep- that worked perfectly. Thanks!