Forum Replies Created

Viewing 15 posts - 3,391 through 3,405 (of 8,657 total)
  • Author
    Posts
  • in reply to: Difference in Views #81760
    wensolutions
    Keymaster

    Hello @erum-shaheen,

    When we tested the theme locally, it is working absolutely fine i.e. the added info in the header from the customizer is displaying fine even in live preview.

    http://prntscr.com/l56pzg
    http://prntscr.com/l56qef

    So in case if you have activated ant third party plugin then please deactivate them and verify the issue.

    Further please see if there is any console error in the site by right-clicking anywhere in the page and select “Inspect“. This will open the developer mode for the browser where you’re able to view the site code and change over to the Console tab to view if the site has and javascript errors.

    Hope this helps.

    Regards!!

    in reply to: "Post id" clarification – Business Hub Theme #81746
    wensolutions
    Keymaster

    Hello @rashida,

    Please replace above provided CSS with the CSS given below:

    nav.main-navigation {
      margin-right: 0 !important;
    }
    .full-nav-menu .search-form {
      margin-left: 0 !important;
    }
    .full-nav-menu > .container > .row {
      margin-left: 0;
    }
    @media screen and (max-width: 1200px) {
      #main-slider .caption {
        width: auto;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        background-color: #fff;
        border: 3px double #ddd;
        padding: 5px 15px 15px;
        text-align: center;
      }
      #main-slider .caption h2 {
        margin-left: 0 !important;
      }
      #main-slider .btn-business {
        margin-left: 0 !important;
      }
    }
    @media screen and (max-width: 1023px) {
      .full-nav-menu .search-form {
        margin-bottom: 7px !important;
        position: static !important;
      }
    
      .full-nav-menu .search-form input[type="search"] {
        display: block !important;
      }
    }
    @media screen and (max-width: 992px) {
      .full-nav-menu .search-form {
        width: 400px !important;
      }
    
      #main-slider .caption h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
      }
    
      #main-slider .btn-business {
        font-size: 13px !important;
        margin: 0;
      }
    }
    @media screen and (max-width: 768px) {
    	.full-nav-menu .cherry-search-wrapper {
    		display: none;
    	}
    	.contact-info-section .contact-information-wrapper {
    		margin-right: 0 !important;
    		width: 100% !important;
    	}
    	.contact-information dl {
    		margin-right: 25px !important;
    	}
      .full-nav-menu .search-form {
        width: 100% !important;
      }
      #main-slider .caption h2 {
        line-height: 1.5 !important;
      }
    }

    Hope this helps.

    Regards!!

    in reply to: Call-to-Action button #81686
    wensolutions
    Keymaster

    Hello @erum-shaheen,

    Currently, the feature you are looking for is not available in the theme.

    If you want to exactly display as you described then you can hire a professional developer.

    To hire a developer please refer to below given link:

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

    Thank you.

    Regards!!

    in reply to: Order Notification – Email #81674
    wensolutions
    Keymaster

    Hello @erum-shaheen,

    Can you provide working website’s URL or maybe the code? We can’t provide the fix from the screenshot unless we test it ourselves on the code.

    Thank you.

    Regards!!

    in reply to: Additional CSS won't save #81672
    wensolutions
    Keymaster

    Hello @sripui,

    When we tried the CSS you have posted through the Additional CSS, it is working absolutely fine as you can see in the screenshot below:

    https://prnt.sc/l4pag4

    So please once again try to place the code correctly through Admin Panel > Appearance > Customize > Additional CSS and verify the issue.

    Also, please try to deactivate any other third party plugin if activated and verify.

    Let us know if that helps or not?

    Thank you.

    Regards!!

    in reply to: "Post id" clarification – Business Hub Theme #81669
    wensolutions
    Keymaster

    Hello @rashida,

    The issue is because of the inline CSS that were added later on. This website’s responsive functionality is not working to its extent. So, we have provided with our own styling for the section that you requested.

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

    nav.main-navigation {
      margin-right: 0 !important;
    }
    .full-nav-menu .search-form {
      margin-left: 0 !important;
    }
    .full-nav-menu > .container > .row {
      margin-left: 0;
    }
    @media screen and (max-width: 1200px) {
      #main-slider .caption {
        width: auto;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        background-color: #fff;
        border: 3px double #ddd;
        padding: 5px 15px 15px;
        text-align: center;
      }
      #main-slider .caption h2 {
        margin-left: 0 !important;
      }
      #main-slider .btn-business {
        margin-left: 0 !important;
      }
    }
    @media screen and (max-width: 1023px) {
      .full-nav-menu .search-form {
        margin-bottom: 7px !important;
        position: static !important;
      }
    
      .full-nav-menu .search-form input[type="search"] {
        display: block !important;
      }
    }
    @media screen and (max-width: 992px) {
      .full-nav-menu .search-form {
        width: 400px !important;
      }
    
      #main-slider .caption h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
      }
    
      #main-slider .btn-business {
        font-size: 13px !important;
        margin: 0;
      }
    }
    @media screen and (max-width: 768px) {
      .full-nav-menu .search-form {
        width: 100% !important;
      }
      #main-slider .caption h2 {
        line-height: 1.5 !important;
      }
    }

    Hope this helps.

    Regards!!

    in reply to: How to develop my web site ? #81667
    wensolutions
    Keymaster

    Hello @mistiknaw,

    First of all, thank you very for your interest in the premium version of the theme.

    Regarding the compatibility issues of the WooCommerce to the Bussines Filed pro them, yes the theme is compatible to the plugin which is actually obvious as the theme is related to the business.

    Now as for your related to suggesting some services, the theme currently does not have this option so if you require then you can always consider hiring the professionals to achieve what you want.

    To hire a developer please refer to below give link:

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

    Thank you.

    Regards!!

    in reply to: Accessibility Ready? #81664
    wensolutions
    Keymaster

    Hello @doonan,

    Actually, we are not quite sure about this so can you please ask the respective department by contacting them through an email mentioned below:

    info@themepalace.com

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello @helden-image,

    Actually, the thing is Yummy Pro theme is not tested with other third-party plugin like you have mentioned.

    Regarding the query about the coding standard, all of our theme is constructed using WordPress coding standard. So issues is not quite related to the coding standard of the theme. The issues is may be due to incompatibility with the latest version of the “Yummy Pro” theme.

    As mentioned earlier, we have not checked the compatibility so it may be due to compatibility issue.

    We will definitely check the issues with the plugin and let you know.

    Hoping for the co-operation.

    Thank you.

    Regards!!

    in reply to: Main page looks different #81661
    wensolutions
    Keymaster

    Hello @shane-s,

    We would like to apologize for the delay in replying to you.

    If you still have the issue then please let us know.

    Thank you.

    Regards!!

    in reply to: how can i change de languaje #81637
    wensolutions
    Keymaster

    Hello @jgixtla,

    For the translation using the Loco Translate, you need to manually translate the string using the plugin.

    For this go to Loco Translate > Theme and choose your theme and begin to translate the string as given in the screenshot below:

    http://prntscr.com/l4iftf

    In this way, you can translate the strings in the theme.

    Hope this helps.

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

    Thank you.

    Regards!!

    in reply to: I want to remove the header. #81636
    wensolutions
    Keymaster

    Hello @jessy,

    Can you please provide the site URL and the pages where the CSS is not working so that we can provide the precise fix?

    Thank you.

    Regards!!

    in reply to: theme purchase #81635
    wensolutions
    Keymaster

    Hello @narayan-bhat,

    First of all thank you very much for your interest in the premium version of the theme.

    Now please find the detail on your query below:

    1) HOW MUCH SITE I CAN BUILD IF I PURCHASED THEME

    Response: You need to purchase a theme on a unique website.It is only valid for one domain and one website. You have to re-purchase the theme and obtain the unique license key if you want to use the theme in the multiple domains.

    2) PAGINATION OPTION WHETHER AVAILABLE IN PAID THEME?

    Response: Yes with the paid version you will have the pagination option and to know about it please refer to below given link:

    http://themepalace.com/instructions/themes/easy-commerce-pro/#doc-how-to-manage-pagination-options-12

    3) CAN I USE RUPAY CARD TO PURCHASE THEME? OR CAN I TAKE SOME ONES HELP TO PURCHASE THEME? IF I PURCHASED THEME USING OTHERS ADDRESS CAN I USE THAT THEME?

    Response: For more clear information on this, please contact in the email given below:

    info@themepalace.com

    4) I BUILT WEBSITE USING FREE THEME NOW IF I UPGRADE THEME SHOULD I REBUILD WEBSITE? IS DATA SECURED?

    Response: After you upgrade to the pro version, all of your data will not be lost. They will be as it is and you can use them. Also, you won’t have issues if you upgrade to the pro version.

    5) IS THERE ANY GUIDE TO UPDATE TO PRO THEME TO ALREADY BUILT WEBSITE?

    Response: To know how to activate the theme you can refer to our official documentation given below:

    http://themepalace.com/instructions/themes/easy-commerce-pro/

    Hope this clears confusion.

    Let us know if you have any query/confusion further.

    Thank you.

    Regards!!

    in reply to: Sliders #81634
    wensolutions
    Keymaster

    Hello @fabrice-valiente,

    To disable the link on the slider please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #main-slider h3 a {
        pointer-events: none;
    }

    Hope this helps.

    Regards!!

    in reply to: Call-to-Action button #81633
    wensolutions
    Keymaster

    Hello @erum-shaheen,

    Glad to help you.

    Let us know if you have any issues further.

    Thank you.

    Regards!!

Viewing 15 posts - 3,391 through 3,405 (of 8,657 total)