Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1319387

    capodanno
    Participant

    Hi there!

    I would like a button to open a popup window. The popup content is html, not an image. I read your tutorial info on lightboxes, but I’m not confident that’s the right approach, and don’t see the lightbox shortcode in Cornerstone, anyway.

    Your help is appreciated!

    #1319391

    capodanno
    Participant
    This reply has been marked as private.
    #1319866

    Christopher
    Moderator

    Hi there,

    Please check convertplug plugin : https://community.theme.co/kb/integrated-plugins-convertplug

    Hope it helps.

    #1428237

    capodanno
    Participant

    Thank you for the suggestion. I am now using Convert Plug, but can use your help with a few issues:

    On this page http://summerwind.visualspring.net/isaac/ please “click here” under the Pedigree option, to see the modal popup I built. I’m trying to figure out what code to change, so all the random horizontal lines don’t appear. The pop-up needs to look like this: http://www.summerwindcanines.com/Keeshonden.html (Click any “Pedigree” button on that page to see the layout without the horizontal lines.)

    I’m also going to have many of these popups. Will I need to customize the CSS in each one, adding the unique prefix for each, or is there a way to accomplish this more globally?

    Thank you!

    #1428272

    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks!

    #1428308

    capodanno
    Participant
    This reply has been marked as private.
    #1428511

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    table th, table td {
        border: none;
    }

    Hope that helps.