Home Forums Pro Themes WEN Corporate Pro Menu on IPHONE

Tagged: ,

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #37120
    james.salisbury
    Participant

    when browsing the site from a smart phone the menu is way over to the left, need to get this sorted ASAP. please help.

    Also the welcome widget and service buttons on the front page do not change colour, just blue only.

    #37125
    wensolutions
    Keymaster

    Hello @james-salisbury,

    Thank you for contacting support.

    Theme originally have no issue with accessing the menu in responsive view as you can also refer to this demo:

    http://demo.wenthemes.com/wen-corporate-pro/

    Therefore, we would like to request you to check and confirm this case by disable all the third-party plugins and enabling them one by one to distinguish any conflicting plugin.

    Similarly the case of color option in customizer.

    Secondly, if you have added any custom CSS then consider removing them to clean check those issues.

    If still the problem persists, kindly revert to us.

    Thanks

    #37200
    james.salisbury
    Participant

    I have deactivated all plugins and the menu is still the same, is odd you saying there is no problem as i’m in the middle of another site using the same theme and it also does it on there too http://46.32.240.39/salisburyuk.co.uk/stratfordtile/

    Also where is the setting to change the welcome widget colour? and the services button widget colour?

    #37233
    wensolutions
    Keymaster

    Hello @james-salisbury,

    The issue about the menu has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.

    For the quick fix we are providing some CSS code, so Paste the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 479px){
    .site-layout-fluid #main-nav .container {
        width: 100%;
    }
    }

    Also to change the color of the widget please go to Admin Panel > Appearance > Customize > Color Options > Home Page Widget Color Options. Here you will find the options to set the color for different section in widget.

    Hope this helps.

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

    Best Regards!!

    #37494
    james.salisbury
    Participant

    Hi thank you for giving me the css code that has worked well, however the colour in the widget area still wont change, see picture attached.

    Also I am trying to get a black background in the same front page area with white text and white icon outline etc. I have circled them on the image attached.

    Thanks for helping I’m new to wordpress and webdesign.
    http://46.32.240.39/salisburyuk.co.uk/stratfordtile/

    #37495
    james.salisbury
    Participant

    how do I send you my picture

    #37497
    wensolutions
    Keymaster

    Hello @james-salisbury,

    The issue has been noted as known issue and we are currently working on this . We will be releasing the update fixing the issue soon and we will let you know.

    For the quick fix we are providing some CSS code, so Paste the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .featured-page-widget.entry-content span {
        color: #fff !important;
    }
    
    h2.widget-title span {
        color: #fff !important;
    }
    
    h3.service-item-title {
        color: #fff;
    }

    Also use a tool to take a screen shot like light shot and place the link of the screen shot taken in the the link field .

    http://image.prntscr.com/image/7ee4a80ebc314e22a084ca0f07a3b676.png

    Hope this helps.

    Best regards!!

    #37498
    james.salisbury
    Participant

    #37732
    james.salisbury
    Participant

    Did you get my screen shot? as you can see the icons and background are still blue

    #37800
    wensolutions
    Keymaster

    Hello @james.salisbury,
    We didn’t get the screenshot.Even though, we have inspect your site as you have provided your site url.
    As you are trying to get a black background in the same front page area with white text and white icon outline, please go to Admin Dashboard>Customize>Additional CSS and paste the below CSS.

    .wen_corporate_service_widget  .service-block-item:hover i {
    
    background: #fff;
    color:#000 !important;
    
    }
    
    #sidebar-front-page-widget-area h3 {
        color: #fdfdfd;
    }

    Hope this helps,
    Best Regards!!

    #38006
    james.salisbury
    Participant

    I am trying to change the icons in the welcome front page widget from blue to red, also the services icons from blue to red.

    #38052
    wensolutions
    Keymaster

    Hello @james-salisbury,

    To change the colors in the sections you have mentioned use below given CSS.

    aside#wen-corporate-welcome-3 {
        background-color: #dd3333 !important;
    }
    
    .wen_corporate_service_widget .service-block-item:hover i {
        background-color: #dd3333;
    }

    Hope this helps.

    Best Regards!!

    #38207
    james.salisbury
    Participant

    Great That Worked but also the slider buttons and caption

    #38214
    wensolutions
    Keymaster

    Hello @james-salisbury,

    To change the color of the slider buttons and caption use below given CSS.

    #main-slider .pager-box.cycle-pager-active {
        background-color: #dd3333;
    }
    
    #main-slider.design-2 .cycle-caption {
        background: #dd3333;
    }

    Hope this helps.

    Best Regards!!

    #38240
    james.salisbury
    Participant

    The buttons worked but its just the blue line within the slider caption not the whole background of the caption.

    Regards

    James

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