Popup Formatting - by kjhawayek - on WordPress WooCommerce support

This topic has 13 replies, 5 voices, and was last updated 9 years ago ago by kjhawayek

  • Avatar: kjhawayek
    kjhawayek
    Participant
    March 26, 2015 at 15:37

    I have attempted to use two different popup plugins (Popup Maker and Ninja Popup) in my footer static block. Neither will display the specific formatting (bullet lists, text formatting) that I have specified within my popup. There must be something in the theme css that is overriding the popup.

    Can you please help me fix this issue?

    12 Answers
    Avatar: stan
    Stan Russell
    Participant
    March 26, 2015 at 16:06

    Hello,

    please note that these plugins are not officially supported by our theme. Describe your problem with more details, with screenshots if possible, and we will try to help you.

    Regards,
    Stan Russell.

    Avatar: kjhawayek
    kjhawayek
    Participant
    March 26, 2015 at 23:41

    Thanks Stan, I appreciate any help you can provide.

    I am unable to display any bulleted lists when I use the custom html popup. Also unable to change the format of font-type/color/size in the popup.

    In the footer the links under Locations and Learn More are supposed to be a bright silver color. I have created a custom class with the characteristics I want but they are not being applied to the text.

    Please see screenshots in private content.

    Please, contact administrator
    for this information.
    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 27, 2015 at 16:32

    Hello
    You may try this code:

    .snp-content-inner li { font-size: 12pt;
        color: #D1D0CE;}

    With best regards
    Brian Johnson

    Avatar: kjhawayek
    kjhawayek
    Participant
    March 27, 2015 at 17:49

    That did not work. Is there css in the theme that is overriding the content an size of the popups?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 27, 2015 at 18:28

    Hello.

    I have added code with test color(pink) on the top of the custom.css(appearance->editor->custom.css). Please check popup text now. Also please describe to us what you would like to achive.

    With best regards
    Brian Johnson

    Avatar: kjhawayek
    kjhawayek
    Participant
    March 28, 2015 at 15:50

    Brian,

    Thank you for help with this. That will work to adjust the format, but the bullets are still not displaying. Also, I would like to be able to adjust font properties of the title (i.e. LEISURE RINKS – West Seneca, NY) and other content text (not in a list item).

    Also, there seems to be something overriding my popup size in the html popups. I have them set to 600×500 but they are not displaying as such. See Contact Us as an example.

    Again, truly appreciate the assistance!
    Best Regards,
    Kirstin

    Avatar: swindog
    swindog
    Participant
    March 30, 2015 at 04:21

    I am also having the same problem with bullets on a product page.
    It works fine on a blog page.

    Please advise.

    Thanks.

    Shawn

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 30, 2015 at 10:24

    Hello @swindog,

    Please add this code in custom.css file:

    #tabs li {
        list-style: outside disc none !important;
    }

    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    March 30, 2015 at 10:40

    Hello @kjhawayek,

    I’ve added this code in custom.css file:

    .snp-content-inner li {
     list-style: disc !important;
    }

    Now the bullets are shown. Please clear browser cache and check.
    Please specify what you want to modify in the titles and other text.
    You can add this code in custom.css file to change popup window width:

    .snp-wrap .fancybox-inner {
     width: 750px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: kjhawayek
    kjhawayek
    Participant
    March 31, 2015 at 15:04

    Eva,

    The css for the popup box size did not work. Also, can you please provide code to format other text within the pop-up (non a list-item)?

    Thank you,
    Kirstin

    Avatar: Eva
    Eva Kemp
    Support staff
    April 1, 2015 at 16:06

    Hello,

    I’ve edited the code.
    Please clear browser cache and check popup box in the footer.
    Please specify what text and how you want to format.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: kjhawayek
    kjhawayek
    Participant
    April 11, 2015 at 17:58

    I would like to be able to adjust font properties of the popup title (i.e. in the “West Seneca, NY” popup in my footer I would like to change the font-size of LEISURE RINKS – West Seneca, NY).

    I would also like to be able to change formatting for other content text (not in a list item).

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.