Forum Replies Created

Viewing 15 posts - 5,056 through 5,070 (of 8,657 total)
  • Author
    Posts
  • in reply to: Footer Widget Area button color not changing #58302
    wensolutions
    Keymaster

    Hello @sharoncaren,

    To make the title align to left use below given CSS .

    #footer-widgets .call-to-action-content h3.widget-title {
        text-align: left;
    }
    
    #footer-widgets .easy_commerce_widget_call_to_action .call-to-action-description p {
         padding: 0 90px; 
    }
    
    #footer-widgets .cta-layout-1.easy_commerce_widget_call_to_action {
        padding: 20px;
    }

    Also when we checked the widget locally the button text color is very much visible . So please post your site URL so that we could inspect the issue and help you .

    Best Regards!!

    in reply to: Front Page Widget Area Won't Disappear #58300
    wensolutions
    Keymaster

    Hello @sharoncaren,

    To remove the white box that appears for the front page widget area use below given CSS.

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

    div#sidebar-front-page-widget-area {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: zip file won\'t download from Theme Palace #58299
    wensolutions
    Keymaster

    Hello @sharoncaren,

    Glad we could help you .

    If you have any issue further please let us know .

    Best Regards!!

    in reply to: want to change header image for different pages #58297
    wensolutions
    Keymaster

    Hello @sukki17live-com,

    The theme does not have the feature to set different header image for different page .

    However it can be set for individual page using the page ID statically but it will be tedious as it is needed to be done for every single page .

    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.

    Have a good day .

    in reply to: Is there a way to allocate separate posts to different pages? #58296
    wensolutions
    Keymaster

    Hello @two2zero,

    By default after the activation of the theme all the post will be listed at the front page . So you need to manage the front page and blog page by going to customize > Static Front page .

    You can categorize the post to different page . For this you will have the category page . Just create the posts and assign them to the particular category .

    Then create custom menu and put category pages in it, then set the custom menu as primary menu

    Using this setting, each published posts will be accessible to visitor via category pages instead of Blog page .

    Hope this helps .

    If you have any confusion further please let us know .

    Best Regards!!

    in reply to: Distance Header Image and body text #58295
    wensolutions
    Keymaster

    Hello @blueman,

    To reduce the distance between the header image and content use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #content {
        padding: 0px 0;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Pre Purchase questions #58294
    wensolutions
    Keymaster

    Hello @tarek-elnazer,

    Definitely we have included about all the option that comes with the pro version in our documentation .

    Further more if you find any difficulty or confusion while setting up any of the section then you can post them here and we will happily assist you further .

    Also you can use the resources available in the demo if you need theme and as many as you want .

    Hope this helps .

    Best Regards!!

    Have a good day .

    in reply to: Modify product images size #58230
    wensolutions
    Keymaster

    Hello @peet1211,

    To reduce the width of the product use below given CSS.

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

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: auto;
        clear:none;
    }
    
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
         margin: 0 1.8% 15px 0;
    }

    Hope this helps.

    Best Regards!!

    in reply to: I dont have funtions "stories from Students" #58219
    wensolutions
    Keymaster

    Hello @dh201hy,

    To make the custom template work you have to assign the Gallery page template to a any particular page . The page where you have assigned the template will display the gallery .

    Example make the gallery page and assign the template Gallery page to this page . All of the customization that you would make will be visible in this gallery page .

    Screen shot:
    https://image.prntscr.com/image/3yYLXgP1TMygOBwQLTbyFg.png

    You can visit the page if you place the gallery page in the primary menu and it would also will be easy to customize .

    Hope this helps .

    Best Regards!!

    in reply to: Modify product images size #58214
    wensolutions
    Keymaster

    Hello @peet1211,

    The Woocommerce has already provided the option to manage the image size in category page .

    For this you simply need to go Admin Panel > WooCommerce > Settings > Products > Display > Product Images and manage the image size .

    Hope this helps.

    If you have any confusion further please let us know .

    Best Regards!!

    in reply to: I dont have funtions "stories from Students" #58209
    wensolutions
    Keymaster

    Hello @dh201hy,

    The testimonial section will simply appear after activating the Jetpack plugin and enabling the testimonial mode in the plugin.

    Anyway it is really nice to hear that you have figured out the issue 🙂 .

    If you have any issue further then please feel free to post .

    Best Regards!!

    in reply to: Issue with the item menu price #58204
    wensolutions
    Keymaster

    Hello @praveen ,

    The menu item along with the price will only be displayed after selecting from woo category .

    Now to remove the cart icon at header menu use below given CSS.

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

     .main-navigation li .cart-icon strong {
          display: none;
    }
    
    i.fa.fa-shopping-cart {
        display: none;
    }

    Finally to remove the add to cart button paste below given code in your child theme functions.php file.

    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );

    Hope this helps.

    Best Regards!!

    in reply to: I dont have funtions "stories from Students" #58197
    wensolutions
    Keymaster

    Hello @dh201hy,

    To make the testimonial section appear you have to activate the plugin Jetpack . Testimonial section is enabled after activation of jepack plugin .

    You have to activate the testimonial module of the jetpack by going to Jetpack > Setting > Custom Content Type and then add the testimonials from Admin Panel > testimonial .
    Screen Shot:
    https://image.prntscr.com/image/c2Z832IoReGAe8UJXBgfgg.png

    After the activation of the Jetpack plugin you will see the section testimonial in Admin Panel > Appearance > Customize > Homepage Section > Testimonial .

    Hope this helps .

    Let us know if you have any confusion further .

    Best Regards!!

    in reply to: Pre Purchase questions #58196
    wensolutions
    Keymaster

    Hello @tarek-elnazer,

    Your queries has been answered below .

    —– question 1 ——
    Ans:
    No you do not need to install the license key . You can use the theme as many time as you like when used locally .

    —– question 2 ——
    Ans:
    Definitely the pro version will have more feature then comparison to the free . For example in free version slider can only be set using the page only but with pro version slider can be set using Post/Page/Categories/tags/Custom . Similarly there are other additional features as well .

    —- question 3 ——
    Ans:
    The demo file is not bundled with the theme . However we do have the theme official documentation that will guide you to set your site as in the demo .

    Hope this clears up the confusion.

    If you any query further relates to the theme then please let us know .

    Best Regards!!

    in reply to: Remove Featured Image on main page #58194
    wensolutions
    Keymaster

    Hello @league,

    Glad that you figured out the issue of the header image .

    So now to remove the image in latest news section you have to add the custom CSS given below .

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

    .home #news-section .news-image {
        display: none;
    }
    
    .home .news-content {
        padding-top: 118px;
    }

    Hope this helps .

    Best Regards!!

Viewing 15 posts - 5,056 through 5,070 (of 8,657 total)