This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Button Widget doesn’t display the shading for the option Flat

Open 7 replies pluginplugin-widgets-bundlepremium
Started · Latest reply by Andrew Misplon

Hi,

I am a Vantage premium user and i have a problem with the widget bundle. Since yesterday the flat option for the SiteOrigin Button Widget doesn’t show the shading.

I have no idea where to start looking. Has there been an update?

Example http://www.metieracademy.nl

URL: http://www.metieracademy.nl

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff

    Hi Metier

    Can you perhaps confirm a page on your site where the button in question is being used?

    Thanks

  2. metier

    Hi Andrew,
    On the homepage there are three buttons. These are made with the plugin.

    text in the buttons = Onze trainingen, Opleiden op maat and LMS and hosting.

  3. Andrew Misplon Staff

    Apologies for the hassle. I chatted with the guys. That button layout was unfortunately updated to be more in line with its title “flat”. I’ll do my best to get things back to the way they were using Custom CSS:

    .so-widget-sow-button-flat-00c43d81162e .ow-button-base a {
    	border-bottom: 2px solid #b64900;
      	text-shadow: 0 1px 0 rgba(0,0,0,0.05);
    }
    .so-widget-sow-button-flat-00c43d81162e .ow-button-base a.ow-button-hover:hover {
    	border-bottom-color: #cf5400;
    }

    Please try inserting the above at Appearance > Custom CSS. Let me know it looks. We can always make adjustments from there.

  4. metier

    Hi I inserted the code, it does work.

    Unfortunately we liked the “flat” button so we used it in multiple pages, can i make the css statement more generic so it will work for all?

    We are using the button in different colors. Can i update a bit of code so it does the magic of selecting the correct color based on the selected color?

    Thanks.

  5. Andrew Misplon Staff

    Changing the above Custom CSS to the following would make it applicable site wide:

    div[class*="so-widget-sow-button-flat"] .ow-button-base a {
    	border-bottom: 2px solid #b64900;
      	text-shadow: 0 1px 0 rgba(0,0,0,0.05);
    }
    div[class*="so-widget-sow-button-flat"] .ow-button-base a.ow-button-hover:hover {
    	border-bottom-color: #cf5400;
    }

    We could then repeat these classes with a page prefix to change the colors.

    This is unfortunately the only way I can think of reverting the buttons.

  6. metier

    Hi,

    I see. It is slightly disappointing that i need to specify per color. Is there a possibility that the widget gets an extra option (e.g. raised) which has the same features as the flat button had.

  7. Andrew Misplon Staff

    I completely understand, so sorry you were negatively impacted by this style adjustment.

    I’ll chat with the guys and see if there is anything further we can do to assist.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread