• Resolved Charanvir Singh

    (@charanvir-singh)


    After checking the fields in screen options the field appear in edit page but does not appear on page after updating and viewing the page.

Viewing 11 replies - 1 through 11 (of 11 total)
  • What field are you talking about?

    Kadence Themes

    Thread Starter Charanvir Singh

    (@charanvir-singh)

    Thanks for your response.

    “Screen Options”(top right) beside help tab.
    Page title – slider image – revisions – etc on top of the page. Checked all. these fields appear at the bottom of page which is being edited but vanishes when previewed/page viewed.
    Thanks.

    hannah

    (@hannahritner)

    What edits are you making that aren’t showing?

    Thread Starter Charanvir Singh

    (@charanvir-singh)

    When page is edited fields appear below are – “Page title and subtitle” – It is working, followed by “Slider image”,custom fields, discussions, comments(button is not working in theme option for comment) all these are not working when page is updated and viewed. Please let me know your email ID if you require more clarity.

    Charanvir Singh,
    For the slider images to work you need to use the feature page templates: https://docs.kadencethemes.com/virtue/#featurepage

    As for getting comments on pages, if you can’t turn them on in the theme options have you tried deactivating your plugins to see if there is a conflict?

    And custom fields are added meta options, you would have to add the custom field output in the page template for it to work.

    Kadence Themes

    Thread Starter Charanvir Singh

    (@charanvir-singh)

    Thanks,
    Figured it out. One plugin was interfering with the theme. Things are rolling now.
    Thanks for your support.

    Thread Starter Charanvir Singh

    (@charanvir-singh)

    Please let me know how to create child theme. What code to be entered and where. I had gone through support forum but unable to understand. I do not want to take risk by trying it on my own.

    hannah

    (@hannahritner)

    Hey, this explains pretty well- https://codex.www.ads-software.com/Child_Themes
    This is what goes in your style.css, but with your info:

    /*
     Theme Name:   Virtue Premium Child
     Theme URI:    https://example.com/virtue-premium-child/
     Description:  Virtue Premium Child Theme
     Author:
     Author URI:   https://example.com
     Template:     virtuepremium
     Version:      1.0.0
     Tags:
     Text Domain:  virtue-premium-child
    */
    
    @import url("../virtuepremium/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    hannah

    (@hannahritner)

    Sorry, for the free theme it would be something more like this:

    /*
     Theme Name:   Virtue Child
     Theme URI:    https://example.com/virtue-child/
     Description:  Virtue Child Theme
     Author:
     Author URI:   https://example.com
     Template:     virtue
     Version:      1.0.0
     Tags:
     Text Domain:  virtue-child
    */
    
    @import url("../virtue/style.css");

    /* =Theme customization starts here
    ————————————————————– */

    Thread Starter Charanvir Singh

    (@charanvir-singh)

    Another light box appears behind a light box of image. How to remove it.

    hannah

    (@hannahritner)

    I assume you’re using a lightbox plugin? The theme comes with a lightbox. Either turn off your plugin or turn off the theme lightbox in theme options > misc settings.
    In the future please do not post in a resolved topic:)

    Hannah

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Screen options dosenot appear on page’ is closed to new replies.