Lara Marsh

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 49 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: Link from Announcement goes to bottom of page #38543
    Lara Marsh
    Participant

    Bill –

    Somehow I didn’t get notified of this in my email so I’m just now seeing it. Thanks so much that fixed it. Congrats on the sale and best wishes!

    Lara

    in reply to: Version 1.1.7 menu trouble #38258
    Lara Marsh
    Participant

    Bill –

    You’re the bomb! That fixed it. Thank you!

    Lara

    in reply to: Version 1.1.7 menu trouble #38252
    Lara Marsh
    Participant

    Bill –

    It’s setting up to display tinynav with max width of 767 even though I’m in full desktop mode. With the tinynav it has overflow set to visible, hence it looks like all menu items are expanded. Since I see you changed the menu in 1.1.7, I’m going to wait to hack the CSS until I hear a more elegant (hopefully!) solution from you.

    Thank you!
    Lara

    in reply to: Page Builder not showing up #34410
    Lara Marsh
    Participant

    Well duh. That was it. It didn’t ask me to install it so I thought it was part of the theme. Anyway thanks! It’s showing up now!

    Have a great weekend!
    Lara

    in reply to: Text in Admin mode and Woocommerce Shop Page #33989
    Lara Marsh
    Participant

    Bill –

    Thank you! It looks like the permissions issue was created by “hardening” the wp-includes folder from direct PHP access using the Sucuri plug-in. That is extremely strange since I have Sucuri on all my sites and have never had an issue with the TinyMCE editor. At any rate, I can “revert hardening” for now to get the edits made.

    Thanks so much for finding that. I’m quite certain I wouldn’t have discovered that was the issue. 🙂

    Lara

    in reply to: Text in Admin mode and Woocommerce Shop Page #33974
    Lara Marsh
    Participant
    This reply has been marked as private.
    in reply to: Slideshow on home page #30223
    Lara Marsh
    Participant

    Ok, that’s what I figured. Thanks!
    Lara

    in reply to: Slideshow on home page #30204
    Lara Marsh
    Participant

    Bill –

    Thanks. I tried that but it gave the same results. Other ideas?

    Lara

    in reply to: Set color/background-color of active page #29614
    Lara Marsh
    Participant

    Yes, sorry, Bill. I took out the code you asked me to add in the custom CSS because it was causing all sorts of goofy displays for the menu and the site is live so I didn’t want to leave it that way. Yes, I’m working on the child theme. It’s a bit clugy right now. 🙂

    For the time being, you asked me to add

    nav#top-menu li.current-menu-item a {
      background-color: #FBFDFE;
    }
    
    nav#top-menu li.current-menu-item li a {
    	background: transparent;
    }

    When I did this, it did nothing to the top menu and instead turned the drop-down menu to bizarre colors and backgrounds (okay not bizarre, but not what I wanted). 🙂

    Let me see if I can at least understand what each item in the css is affecting:

    I believe that the entire menu is a ul and each menu item is an li, correct?
    Within each ul li, there may be another set of ul li that controls the dropdown menu items, correct?
    So if I want to change anything about the top menu for the current page, I would work on:

    nav#top-menu ul li.current-menu-item a

    And for the drop-down menu of the current page, I would work on:

    nav#top-menu ul li.current-menu-item ul li a

    ??

    Thank you!

    in reply to: Set color/background-color of active page #29480
    Lara Marsh
    Participant

    Thanks, Bill! I tried that it doesn’t work. It doesn’t even look like it’s trying to call the code when I view it in developer mode.

    ?

    It’s strange because it calls all the other custom css…

    Thoughts?
    Lara

    in reply to: Elite Responsive Menu #29027
    Lara Marsh
    Participant

    Thank you so much. I don’t know why I couldn’t figure that out…Friday brain. 🙂

    I appreciate your help!
    Lara

    in reply to: Use standard image format for posts #28777
    Lara Marsh
    Participant

    Oh duh. Thank you so much!!

    Lara

    in reply to: Use standard image format for posts #28761
    Lara Marsh
    Participant

    Thanks so much! Awesome. Now I just need to know if you can help with the menu (I think our replies crossed paths!) and a page of testimonies (previous post).

    Thank you! You rock!
    Lara

    in reply to: Use standard image format for posts #28755
    Lara Marsh
    Participant

    Thanks Bill!

    This removed the hero image but I’m not seeing any image at all even though I have “image” format chosen. Also, on the blog page listing all the blog posts, it’s showing the original size of the uploaded image but I’d like it to show the thumbnail. Is that possible?

    Also one more thing (sorry!). Since I don’t have the hero section, I’d like to force it to use the header class “scroll-background” because the way my main menu is set up with a hero image, the background is clear and the text is white. Now that I’ve removed the hero, you can’t see the menu at all. I’d like to force it to the scrolled down state.

    You can see it here: http://www.davidsfamousdevsite.com.php53-13.dfw1-1.websitetestlink.com/now-available-in-kowalskis/

    And even though I set the news page to full-width, it is still showing sidebar. ?

    Thank you!
    Lara

    in reply to: Header Image Not Showing #24174
    Lara Marsh
    Participant

    Wow…bizarre! thanks!

    in reply to: Contact Widget Overlapping Facebook Widget #21836
    Lara Marsh
    Participant

    Duh! 🙂

    Thanks!

    in reply to: Top navigation not correct on mobile devices #21550
    Lara Marsh
    Participant

    THANK YOU SO MUCH. I really appreciate it. Looks great.
    Lara

    in reply to: Top navigation not correct on mobile devices #21539
    Lara Marsh
    Participant

    Bill –

    I did the suggestions in your post on making the image full width. It didn’t seem to work. I made a few other changes and was able to get the image to work on an interior page but not on the home page. On the home page, it is forcing the image to be 400 x 400 which is completely bizarre to me. I have no idea where this is being set. Here’s a snippet of the developers view on Firefox. What do you think?

    Thanks again.
    Lara

    Attachments:
    in reply to: Top navigation not correct on mobile devices #21538
    Lara Marsh
    Participant

    Thanks so much, Bill! I see the mobile nav now. Excellent. I’ll take a look at the article link you sent for my image issues.
    Best,
    Lara

    in reply to: Top navigation not correct on mobile devices #21535
    Lara Marsh
    Participant

    Bill,
    Thanks. I had it set to Right Side Navigation Bar. I changed it to Left. Mobile output still wonky.
    Lara

    in reply to: Top navigation not correct on mobile devices #21533
    Lara Marsh
    Participant

    Bill –
    I updated the theme. It’s causing a few problems, namely the image size at the top of the home page and Dreams page. I am working through those. However, this update did not fix the mobile display issue. I think it may be the way I created the menu. Please see our conversation about this at https://support.organizedthemes.com/forums/topic/element-positioning/#post-10952

    Is something there not working right for mobile devices?

    Thanks.

    in reply to: Lifetime Subscription #21529
    Lara Marsh
    Participant

    Yahoo! Thanks!

    in reply to: Top navigation not correct on mobile devices #21524
    Lara Marsh
    Participant

    Thanks, Bill.

    My theme is not saying it needs to be upgraded. Are you suggesting I reload it anyway? I am hesitant to try that. 🙂

    Lara

    in reply to: Gravatar for About Me #20698
    Lara Marsh
    Participant

    Thanks, Bill! That worked!

    in reply to: Sidbar Widget allowing calendar div #19055
    Lara Marsh
    Participant

    Bill –

    You rock as usual! I hate this plug-in too…but for the near term I’m a bit married to it. I hope to switch soon.

    At any rate, your CSS addition works great. Thank you so much!

    Lara

Viewing 25 posts - 1 through 25 (of 49 total)