Forum Replies Created

Viewing 15 posts - 5,701 through 5,715 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to control the featured slider page arrows button #49002
    wensolutions
    Keymaster

    Hello @blackgelgmail-com,

    Glad that you figured out your issue by yourself .

    If you have any issue further please free post them.

    Best Regards!!

    in reply to: Slider does not appear or show anything #48979
    wensolutions
    Keymaster

    Hello @embarriosmx,

    The height of the image in the slider will be according to the image height you have uploaded. So you need to upload the image according to your requirement . Also make sure that all of your image must be of uniform height other wise the slider will adjust its height according to image of max height .

    Hope this helps.

    If this does not solve your issue please write back to us and also please post your site URL so that we could provide precise fix on this.

    Best Regards!!

    in reply to: problems with read more link #48978
    wensolutions
    Keymaster

    Hello @neutron,

    First of all thank you very much for appreciation.

    To show full post in the front page you need to go to Admin Panel > Appearance > Customize > Theme options > Archive Layout and chose option Full Post from the drop down option.

    Hope this helps.

    Let us know if you ave any confusion further .

    Best Regards!!

    in reply to: Change (decrease) height of testimonial slider #48977
    wensolutions
    Keymaster

    Hello @peterfest,

    In order to adjust the height of the slider use below given CSS.

    #sidebar-front-page-widget-area .nature_bliss_widget_testimonial_slider {
        padding: 15px 0 40px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Change headerimage #48976
    wensolutions
    Keymaster

    Hello @peterfest,

    Unfortunately, the theme doesn’t support this customization and, as much as we would love to help with some custom code, this is beyond the support offered for our products.

    Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.

    To hire a developer please follow the link below

    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

    in reply to: Move social media (LinkedIn) logo to the right #48975
    wensolutions
    Keymaster

    Hello @peterfest,

    To make the linkedin icon show in the right use below given CSS in Admin Panel > Appearance > Customize > Additional CSS .

    #tophead .header-social-wrapper {
        float: right;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Content in 2 columns #48974
    wensolutions
    Keymaster

    Hello @peterfest,

    Theme by default shows the content in the single column . However if you want to make them appear in two column then create columns through use of HTML and CSS. To create columns in the text editor use the

    tag along with a style attribute.

    You can also find many plugin for this. Below is the link to one of them.

    https://wordpress.org/plugins/column-shortcodes/

    Note: But we cannot assure 100% compatibility of the plugin with the theme as we have not done any compatibility testing with the theme.

    Hope this helps.

    Best Regards!!

    Have a good day.

    in reply to: How to control the featured slider page arrows button #48973
    wensolutions
    Keymaster

    Hello @blackgelgmail-com,

    To adjust the vertical position of the previous and next arrow use below given CSS .

    #main-slider .cycle-prev, #main-slider .cycle-next {
        bottom: 52%;
        }

    Please adjust the percentage according to your requirement .

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    in reply to: Custom Header & footer image #48926
    wensolutions
    Keymaster

    Hello Robin@FC

    Can you please clarify the issue you’re having with a custom header on other pages? We’ve checked your site but couldn’t guess for the thing you’re looking for.

    Regarding your second request, this particular option to upload the different background image on the footer is available only in the premium version.

    in reply to: Editing toolbar #48921
    wensolutions
    Keymaster

    Hello @dualfocus2015,

    As far as we have checked the issue locally we are unable to find such issue . Even when enabling and disabling the visual mode the options to choose headers/paragraph, add text links, change font etc.

    Screens shot:

    https://image.prntscr.com/image/14OhAR9QQWigA3k7JFXRFA.png

    https://image.prntscr.com/image/CWvHxI-KSy2EpwJLAaK8IA.png

    So if you have installed any third party plugins then please try disabling them one by one and check you site if the issue is fixed.

    Hope this helps.

    Best Regards!!

    Have a great week.

    in reply to: How can I reset previous site? #48897
    wensolutions
    Keymaster

    Hello @divadmingt,

    Please go to your theme palace account and change your Site Address (URL) .

    Hope this helps.

    If you have any confusion further, please let us know.

    Best Regards!!

    in reply to: Create our Services section as shown #48891
    wensolutions
    Keymaster

    Hello @danny2904,

    First of all thank you very much for buying the pro version of this theme .

    Also what you are looking for require higher code customization and as much as we would like to help you we are not able to as, the theme doesn’t support this customization and this is beyond the support offered for our products.

    Although it is possible for you to achieve your request on the theme with advanced code customization of the theme. Our suggestion to you is to hire a professional developer for your customization, so that your theme will no be effected in any way.

    To hire a developer please follow the link below

    http://themepalace.com/hire-a-customizer/

    We hope it helps,

    Best Regards.

    in reply to: Header on the homepage #48889
    wensolutions
    Keymaster

    Hello @shiva20,

    To have the header like other pages you have to activate the child theme .

    Child theme References :

    https://codex.wordpress.org/Child_Themes

    You can also create the child theme using the plugin. Below is the link to one of them.

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme paste below given code in your child theme functions.php file .

    https://gist.github.com/anonymous/c496f873e9b64550e0b1359d65483e52

    Also you need to disable the slider in the front page .

    Hope this helps.

    Best Regards!!

    Have a great Week .

    in reply to: How to control the featured slider page arrows button #48881
    wensolutions
    Keymaster

    Hello @blackgelgmail-com,

    To remove the prev and next button in mobile view use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 479px){
     #main-slider .cycle-prev, #main-slider .cycle-next{  
        display: none;
    }
    } 

    Also as we are not very clear with your second issue so please explain it properly so that we could help you further.

    Hope this helps.

    Best Regards!!

    Have a great week.

    in reply to: Changing the order of widgets on the front page #48880
    wensolutions
    Keymaster

    Hello @miamigrrl,

    Actually we can exchange the order for other sections but not the static home content .

    So if you need help to change the position for other sections then please let us know .

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 5,701 through 5,715 (of 8,657 total)