Forum Replies Created

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Fix Search Button #1043165

    That allowed the entire word to display, which I appreciate. And that will work if we keep the word “Search” in the button.

    I’m wondering, though, how to undo this all together, and replace the word “Search” in the button with the default magnifying glass. My question is, how was this changed in the first place? Would it have been through CSS? Or a change to the function.php file? I don’t know where to look to undo it. Any thoughts?

    And thanks for the help!

    in reply to: Change color of code block #939310

    Yes. Thank you!

    in reply to: Change color of code block #938897

    That cleaner code worked as well. Thanks for everything. We’re done!

    in reply to: Change color of code block #938697

    I added the following code to the Custom CSS area:

    /* DARKENS CODE BLOCK */
    pre {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .7) 100%, transparent 100%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .7) 100%, transparent 100%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .7) 100%, transparent 100%, transparent);
    }

    There’s no variation between the lines, but I don’t need any. That worked great. Thanks a lot!

    in reply to: Change color of code block #938438

    I’m in the middle of updating the page, so it’s kind of a mess at the moment.

    Start scrolling down and you’ll find a list shortly. The code block is located in #5 (this will make sense when you see it). This entire list is contained within a “Color Section” where the Section Background has been set to “Alternate Content.” The settings for Alternate Content is a blue background with white text. That’s fine for most of the site, however, for this section I want a white background. For text within a Text Block, I just change the text color to a dark gray (#cccccc).

    My dilemma is that the text within the Code Block is being formatted white, and the code background is also white/light.

    So, in reality, I either need to be able to force the text to be dark, or the background.

    My assumption is that this can be resolved with CSS, but I’m not 100% sure.

    For clarity: Just passed where I’m having this issue you will see the code working just fine. I am replacing that, so it will be deleted.

    Thanks!

    in reply to: Responsive table displaying incorrectly #899728

    I added the code to the Quick CSS section and it added the Friday header back to the table, but under Saturday, each cell is still labeled as Friday.
    I then added the code to custom.css and there was no change.

    in reply to: Responsive table displaying incorrectly #899407

    Hi, yes, there was an issue with the hosting company, but it’s resolved now. Please check again, thanks.

    in reply to: Change to Mobile Menu undone #898633

    I’m still having the same issue on my mobile menu. Has the update you mentioned been released?

    in reply to: Change automated user bio #784651

    That worked like a charm! Thank you very much.

    in reply to: Change automated user bio #784240

    I appreciate the code. It let me remove the line I wanted to delete. However, it is overriding all bios. There are some users who have submitted a bio and they’re being overridden now. Is there a way to point the code specifically to users without a bio?

    in reply to: Change mobile menu #784058

    That worked! Thanks so much for your help!

    in reply to: Change mobile menu #783703

    I read the link you provided previously and I don’t think it’s going to work for me. I need to be able to use two separate menus; one for the main navigation on desktop, and another for the main navigation on mobile. I don’t see a way around it. Is there still a way to do that?

    in reply to: Change automated user bio #783697

    Thanks for the response. However, that isn’t the result I was looking for. I don’t want to remove the bio altogether. If they have written a bio, I still want it to display. I just don’t want it to say exactly what it currently says if the user hasn’t submitted a bio. Is there a way to change what it says?

    in reply to: Change mobile menu #728027

    So, if I’m understanding correctly, I’ll only be using one menu with more options for desktop/mobile instead of separate menus for each?

    in reply to: Change mobile menu #728016

    The affected area is the mega menu under “Ministries.” I liked the look of the default hierarchy, but I wanted to condense it, so I didn’t have 10 columns across the page. So I styled it using CSS to give it the look I wanted. The problem with this method is that on mobile, the hierarchy is all out of whack. I was able to get around this by using a separate menu on mobile. I have to update this every time I update Enfold, which isn’t a problem. I would use the instructions on the page above to change the necessary code. Since that page is suddenly no longer available, I’m not sure how to do it.

    Any ideas?

    in reply to: Search button displaying incorrectly #633144

    I thought this was a feature of the theme, but apparently not. Thanks!

    ***UPDATE:
    I received this message from the plugin maker:

    “Hi there, SearchWP doesn’t actually modify any search forms or results page, that’s left completely up to the active theme. I’d suggest opening a ticket with the Enfold team (the builders of your theme) for some help in fixing the display of your search button.”

    Not sure how to proceed.

    • This reply was modified 8 years, 6 months ago by lbccomm.
    in reply to: Remove social links from posts in certain category #606041

    That worked brilliantly! Thanks for great customer service!

    in reply to: Remove social links from posts in certain category #606034

    Thanks for the quick response. Here you go!

Viewing 18 posts - 1 through 18 (of 18 total)