Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) Call To Action Widget Not Showing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #17065
    Greg Smith
    Participant

    Hi
    I’ve created a web page at http://www.soundsorba.com/france but the Call To Action widget is not showing which should be between the Slideshow and the first row of products which use the Top 1, Top 2, Top 3 and Top 4 widgets. How do I get the Call To Action widget to show which is just straightforward text (and is the same on the home page – http://www.soundsorba.com)?
    Help appreciated. Thanks Greg

    #22445
    Sushil Adhikari
    Moderator

    Hi Greg Smith,

    To display widgets on specific pages , please select pages width full width template from admin page edit page. @SEE pages width full width

    You can also hide or show widgets on specific pages using Widgets Visibility module of jetpack.
    @SEE https://jetpack.me/support/widget-visibility/
    https://www.youtube.com/watch?v=El0SWV10a0U

    Let us know if you got any problems on this, we will be more than glad to assist you.

    Thanks

    #22448
    Greg Smith
    Participant

    Hi

    Thanks for the quick response. I’ve tried the page with the templates – Page Widget Full Width and Page Widgets Only and it still does not show. I’m using the Plugin “Dynamic Widgets” that allows me to select which pages to show the widgets on and I’ve got it set to show on all templates and then select which pages and posts to show it on. It works for the Home page but doesn’t work for the “France” page.
    Any further ideas on what I should do?
    Many thanks, Greg

    #22451
    Sushil Adhikari
    Moderator

    Hi Greg Smith,

    It seems some setting of dynamic widgets is creating problems, so please check setting of dynamice widgets.
    And also you are using outdated version of celestial theme, so please update to latest version 3.0.2.

    Here in the tutorial we have take flat responsive as an example, you can applied same for your theme.
    https://www.styledthemes.com/wordpress-tutorials/410…ling-updating-themes

    If you got any problems on this please don’t hesitate to reach back out to us. We will be more than glad to assist you

    Note: Please take a backup of your site before proceeding so you will be in position to take action when disaster strikes.
    . Normally we use duplicator plugin to make a backup.https://wordpress.org/plugins/duplicator/.

    Here is the video tutorials how to use duplicator and save it to your local computer https://www.youtube.com/watch?v=VdvOGV2eIjE

    let us know how it goes.

    Thanks

    #22457
    Greg Smith
    Participant

    Hi Sushil

    Thanks for getting back. I’ve checked the Dynamic Widgets and I can’t find why its not showing. So an alternative approach I’ve tried is to use the Bottom Inset widget for the text and then the 4 widgets underneath of Bottom 1, Bottom 2, Bottom 3 and Bottom 4 which should give the same layout. However the 4 Bottom widgets show one underneath the other rather than across the webpage. How do I get them to show horizontally across the webpage?
    Many thanks, Greg

    #22458
    Sushil Adhikari
    Moderator

    Hi Greg Smith,

    It seems you are using theme version 2.6.5, We request you to use the latest version 3.0.2, that may solve the alignment issue.

    And we had already provided you a guidelines on previous reply to update the theme.

    Let us know how it will goes.

    Thanks

    #22461
    Greg Smith
    Participant

    Hi

    I’ve updated the theme to the current one for Celestial and the child version but the issue still remains on http://www.soundsorba.com/france . Please advise if I need some CSS adding to the custom CSS in the child theme?
    Many thanks, Greg

    #22465
    Sushil Adhikari
    Moderator

    Hi Greg Smith,

    It’s seems you had customize sidebar-buttom template. if you are using latest version of theme then please check in child theme whether you had done customization on sidebar-bottom template..

    Note: or you can try by switching to parent theme to check if customization is done on sidebar-bottom.php

    If this doesn’t solve your issue,please send your login details at [email protected]

    We are looking forward for your response

    Thanks

    #22466
    Sushil Adhikari
    Moderator

    Hi there,

    If you want to display cta widgets on all pages please replace this code of header.php file of child theme.

    if (!is_404()) {
    if ( is_front_page() ) :
    	get_template_part( 'sidebar', 'cta' ); 
    endif; 
    }
    ?>

    with

    
    if (!is_404()) {
    	get_template_part( 'sidebar', 'cta' ); 
    endif; 
    }

    Regarding to buttom column layout issue, we had fixed your issue , please check it once. There it’s seems somewhere you missed out the closing of

    , so we had addded

    at the end of bottom1 widgets. Now it looks good.

    Let us know if you got any problems on this.We will be more than glad to assist you.

    Thanks

    #22472
    Greg Smith
    Participant

    Many thanks Sushil
    That’s fine I can work with that to create exactly what I want. Many thanks for your excellent service.
    Regards, Greg

    #17066
    Sushil Adhikari
    Moderator

    You are most welcome and thank you as well

    Don’t hesitate to come back to us, we will be more than glad to assist you.

    Thank you

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