Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1334668

    Hi again!

    It seems possible to use the Gigpress plugin with Enfold.
    I would like to style it like in this website: https://www.harrietkrijgh.com/concerts/

    Can you tell me if it’s done with CSS, or just editing with the plugin tools, so I can work on it.

    I know it’s a bit out of this support range, but is there a good tutorial or video explaining how to add these colors and typography to this plugin?

    Thank you.
    BR Edwin

    #1334679

    Hi Edwin,

    Thanks for contacting us!

    It is done with custom CSS. Please see private content field below for more information :)

    Best regards,
    Yigit

    #1334779

    Hi Yigit,

    Thank you very much for the CSS code. Its looks wonderful!

    1) I know where to change the colors, but it’s a very long code with a lot of colors. Is there an easy way to select them all and change them, or do I use a “replace” tool for that? How would you do it?

    2) On the front page (https://www.harrietkrijgh.com) they have also used Gigpress, now as a sidebar widget it seems.
    Can you tell me how I set a widget in what seems a two column section? (like there) Or is it done otherwise?
    And secondly, do they also use CSS or just a text widget with the Gigpress code.
    Thank you!

    Kind regards, Edwin

    #1334789

    Hi,
    Glad Yigit could help you with the Gigpress css pastebin, but I would not recommend performing a search & replace on all of the colors as there are 96 references to Gigpress classes for many elements and trying to do it automatically could easily create errors. Unfortunately, the best approach would be line-by-line.
    On the front page they have used a grid element with a widget element in it which is showing the gigpress widget.
    It is a one column widget but they are floating the “Buy Tickets” to the right so it looks like two columns.

    
    .widget_gigpress .gigpress-sidebar-status {
        display: block;
        white-space: nowrap;
        float: right;
    }

    Best regards,
    Mike

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