Tagged: 

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #522534

    Is there any way to disable the styling for a single page. I want to use Google Search for the site (WordPress Network) but the styling is strange.

    Let me know if you have any ideas.

    #523249

    Hey Bob!

    what do you mean with “strange”? it looks ok to me. Can you show us what you want to achieve please? then we could try to provide you some precise CSS code to achieve what you want. Use imgur.com or dropbox to add screenshots.

    Cheers!
    Andy

    #524016

    You can find the link to the images in the Private Content area. You can see some specific areas (loss of Search icon, styling not coming off, etc.), let me know what I should be looking at or if you are not seeing those same issues.

    Thanks!

    #524636

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #525006

    I’ve included the information below. Check over the Search page. Let me know if you have any questions.

    #525888

    Hi Bob,

    Thanks for the login, not sure where the the code is coming from though? There’s nothing on the page itself. I wanted to check because it adds a lot of CSS and maybe removing a few classes could get it looking better. I can’t find the conflict by inspecting the item unfortunately.

    Regards,
    Rikard

    #525889

    I’m copy-and-pasting in what Google gives me in order to have a custom search engine for the site. Another option I have is to change how search works at the top as well I guess.

    #526565

    Hi,

    Ok, but where did you paste the code? I couldn’t see anything on the search page, it was empty?

    Thanks,
    Rikard

    #526795

    You’ll have to look at the “Text” tab in the editor in order to see the pasted code.

    #528552

    Hey!

    can you provide us a mockup showing what you want to achieve please? because your site looks ok to me and I don’t have any idea what you want to change. With a precise mockup we can provide you some precise CSS code.

    Regards,
    Andy

    #528865

    Google Drive link should be shared with you. That is what I am aiming for.

    #528880

    Hi!

    thanks a lot for the mockup!

    Use this code:

    .cse .gsc-control-cse, .gsc-control-cse {
    border: none;
    }
    td.gsc-input {
    border: none !important;
    }
    .gsc-input-box {
    border: none;
    }
    td.gsc-search-button {
    border: none !important;
    }
    .cse input.gsc-search-button, input.gsc-search-button {
    background: url(https://www.google.com/uds/css/v2/search_box_icon.png) no-repeat 18px;
    }
    

    Cheers!
    Andy

    #529407

    Would I toss that into the custom CSS area in the WordPress backend?

    #529440

    Hey!

    put it inside of Quick CSS field in Enfold->General Styling->Quick CSS

    Cheers!
    Andy

    #532755

    Still doesn’t seem right. Are you seeing something different than me on the following page?

    https://beta.mlc-wels.edu/search/

    #533350

    Hi!

    I updated the code in your Quick CSS field and added an !important everywhere. Hope it will work for you now. Can you confirm please?

    Regards,
    Andy

    #533692

    It is just not working. For now I’m going to look at some other options we might have and I’ll come back and ask more questions if I have them.

    #533774

    Hey!

    it seems to work fine for me. Clear browser cache and hard refresh a few times. Only thing which is not working is the icon inside of the button, but I checked the icon’s url and it seems that it’s not the correct one: https://www.google.com/uds/css/v2/search_box_icon.png

    Add the correct URL and it should work.

    Open a new ticket for a new question please.

    Cheers!
    Andy

    #535159

    It looks like it is working well enough. I’ll just need to work out the final styling myself and see what I can work out.

    Thanks!

    #535382

    Hi!

    alright. Let us now if you need some more help with it. We are happy to assist you. I will let this thread open for you until you tell me we can close it :)

    Regards,
    Andy

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.