Forum Replies Created
-
AuthorPosts
-
October 26, 2020 at 10:07 am in reply to: Adding additional image rotator to Jessica Theme – Developer needed #501604candacegodwinParticipant
Thanks, Anita -- I just sent you an email via your support contact.
candacegodwinParticipantThanks for your reply Victor. I did adjust the WC permalinks to the following:
https://livingearthnaturals.com/shop/product-category/sample-product/ (it displays as a custom link: (/shop/%product_cat%/)Unfortunately, that did not change the way the body cream breadcrumb trail displays -- it is still missing the sub-category "body cream" in the trail.
I'll keep searching -- but if you have any other ideas, let me know. Thank you.
Candace
candacegodwinParticipantThank you! I really appreciated your help and follow up. Best to you, Candace
candacegodwinParticipantThank you! It worked like a charm. Appreciate your quick response. Still confused as to why this code appears "hidden" but adding it to the css worked. So much more to learn and understand! Thank you again for your help. Candace
candacegodwinParticipantThanks Victor, I made those changes then discovered it was an issue with caching. It works and I appreciate you taking the time to respond. I do have another question -- please let me know if I need to start a new thread -- is there a way to add a logo file to this theme without going the ftp upload route?
Thank you again for your time and quick response. -- Candace
candacegodwinParticipantThanks for the link, but I was able to get this figured out on my own. A little more searching through the forum produced the code I was looking for and got it worked out. Thank you for your quick response. Candace
candacegodwinParticipantThanks -- I was able to figure this out, first by using custom fields and then the duh moment of setting a category in the theme setup. But, I appreciate your quick response and suggested solution! Candace
candacegodwinParticipantHi, I contacted the developer through their support link from the demo site. If you have the demo-site open, you should see a help section at the footer of the site. They were very responsive and helped on a couple of other issues I had. Reach out to them for the fix from support or via their Facebook page.
Candace
candacegodwinParticipantThanks Victor -- all good now. Appreciate your quick and helpful response.
Best,
Candace
November 17, 2016 at 9:52 am in reply to: Moving Footer Widgets to Home Page in Elegance Pro Theme #196279candacegodwinParticipantHere is the function php code. I'm not sure what line of code to remove from this section...
//* Add support for 3-column footer widgets
add_theme_support( 'genesis-footer-widgets', 3 );//* Remove footer widgets from home page only
add_action( 'genesis_before', 'elegance_footer_widgets' );
function elegance_footer_widgets() {if( ! is_front_page() )
return;remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas' );
}
candacegodwinParticipantWilliam,
Thanks for sending this code -- however, the develop contacted me earlier this morning, accessed my site and "fixed" the issue. I replied and asked what she changed, but she's gone silent. If she does reply, I'll will let you know what she did. I really appreciated your help in trying to figure the problem out and sending me a solution. I'm very thankful for people like yourself, who take the time to help others.
Candace
candacegodwinParticipantHi William,
I really appreciate the effort you are giving this. I did notice that when I made your suggested change to right-margin: 0, that none of the arrows were responsive...however, when I changed the code back to "right-margin: 60px" the two arrows furthest to the right (personal training and news & articles) function to reveal the sub-nav. The other two, fitness classes and about, are not aligned and are not responsive.
Interestingly, this is a similar case on the Glam theme live demo -- the "layout" sub nav in the menu is not aligned far right and is not responsive -- the other two, Samples and Layouts do work. It has to be something wonky with the theme's nav menu -- I've reached out to the developer, but haven't heard anything back. Any insight or things to try would be appreciated -- surely I can't be the only person using this theme and having this issue...
If we get this figured out, I'll owe you more than a cup of coffee!
Thanks again for your time thus far,
Candace
candacegodwinParticipantHi William,
Thank you so much for your help! I changed the width to 320 and it is perfect -- thanks for that tip. 🙂
I'm still struggling with the second issue: I changed "margin-right: 60" to "0" -- it's better than it was, but the arrows are still not aligned. Here is the entire section of code -- you can see what I changed. Are there other changes to this section that should be made to get the arrows to align?
.genesis-nav-menu.responsive-menu .menu-item-has-children {
cursor: pointer;
}.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
margin-right: 0px;
}.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
content: "\f347";
float: right;
font: normal 16px/1 'dashicons';
height: 16px;
padding: 16px 20px;
right: 0;
text-align: right;
z-index: 9999;
}.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
content: "\f343";
}October 6, 2016 at 7:40 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194321candacegodwinParticipantOkay, now I feel like an idiot. I did have my display set to very large (less strain on my aging eyes), and when in the recommended setting everything looks like it should be. Thanks for the tip - although I'm destine to be working with my readers on from now on.
Thank you again for all your help! You advice and super fast responses are greatly appreciated!
Candace
October 6, 2016 at 6:55 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194319candacegodwinParticipantIt worked, the splotches are gone. But why is the sidebar displaying on the right side of your screen?? I actually like it, but it's supposed to be under the post -- that's how it is in the demo. Very strange.
I noticed the site doesn't render correctly in Chrome either. Is this common with sites? What are the work-arounds? Okay, we are off topic. I appreciate your super fast response and help with the splash issue. Thank again...
Candace
October 6, 2016 at 6:48 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194318candacegodwinParticipantOkay, that is really weird. My view has the "Primary Sidebar" under the blog post (I'm using Firefox) -- not on the right side! The social icons are also centered. I have a screen shot, but don't see where I can insert it in this reply. I'm going to remove that line of code, but seeing your screen shot is raising more questions.
October 6, 2016 at 6:38 pm in reply to: Glam Theme: Removing the "splash" in the primary sidebar area #194316candacegodwinParticipantHi Susan,
Actually, I haven't figured it out -- you will see two splashed in the "Sign up for our fitness newsletter" section (under the blog post). One is right over the word "fitness." Thanks for sending the line of code -- is this the line that I should delete: background: url(images/sidebar-enews.png) top no-repeat;
Thanks,
Candace
candacegodwinParticipantThanks Susan -- it worked perfectly. Appreciate you taking the time to respond and share the exact code.
Best to you,
Candace
candacegodwinParticipantHi, thanks for your quick response and sending the code. Unfortunately, I'm not that advanced with coding. I've changed code in css files, but not php files; so just a couple of questions: Is there a specific place in the function.php file that is line of code should go? Or can it be place anywhere (beginning or end)? I'd like to give this a go, but feel I need a bit more direction. 🙂 Thanks. Candace
candacegodwinParticipantChristoph it worked like a charm...thank you so much for your help.
Candace
-
AuthorPosts