Forum Replies Created

Viewing 15 posts - 3,991 through 4,005 (of 8,657 total)
  • Author
    Posts
  • in reply to: Show full Post on Post Page #72288
    wensolutions
    Keymaster

    Hello @james,

    The theme has the option to control the no of the excerpt to display on the blog page. But in case if you want to display total content of the post in the blog page add below-given custom code in your child theme functions.php file.

    You can create the child theme manually or directly create the child theme using the plugins available.

    After creating the child theme, in your child themes functions.php file add below given code:

    https://gist.github.com/Steeru/ae235825982814b0ad1ed521abd118a7

    Hope this helps.

    Thank you.

    Best Regards!!

    in reply to: Front page Items not showing #72285
    wensolutions
    Keymaster

    Hello @samuel,

    Please find the answer to your query in the link given below:

    http://themepalace.com/topic/front-page/#post-72284

    Thank you.

    Regards!!

    in reply to: Front Page #72284
    wensolutions
    Keymaster

    Hello @samuel,

    First of all thank you very much for using the pro version fo the theme.

    To set up the front page section at first you have to make sure to set the Your homepage displays to ” A static page”.

    Also, make sure to enable your required section by going to Admin Panel > Appearance > Customize > Homepage Sections > Manage section.

    Screesnhot:
    http://prntscr.com/jlfew3

    Now to know how all of this section work please refer to our theme official documentation given below:

    http://themepalace.com/instructions/themes/university-hub-pro/

    Further, if you find any confusion then please let us know

    Thank you.

    Regards!!

    in reply to: Update: 4.9.6 #72283
    wensolutions
    Keymaster

    Hello @repsrpska,

    When we rechecked your site URL we still could not find the issue.

    However, we will provide you custom CSS to fix the issue.

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
        content: "\f107";
    }
    
    #quick-contact li.quick-call-info::before {
        content: "\f095";
    }
    #quick-contact li.quick-address-info::before {
        content: "\f015";
    }

    Also please do not directly add the CSS in parent syle.css file. The CSS will be lost upon update to the latest version.

    Hope this helps.

    Thank you.

    wensolutions
    Keymaster

    Hello @tsurugico,

    We would like to apologize for the trouble but as you have mentioned the theme is made compatible with the WooCommerce and works with the plugin.

    But we have not done any sorts of testing with the plugin you have mentioned so we are currently in no position to provide the fix.

    We will test the compatibility and let you know as soon as come with the solution.

    Hoping for your co-operations.

    Thank you.

    in reply to: I have problem with the reservation extension #72281
    wensolutions
    Keymaster

    Hello @com4digital,

    First of all our sincere apology for the delay in replying to you.

    Actually, the issue is quite not related to the theme so we are unable to help you this.

    Please contact to the respective forum for the support.

    Further, if you have any confusion related to the theme then please let us know.

    Thank you.

    in reply to: Where can I change the size of the header image? #72280
    wensolutions
    Keymaster

    Hello @hansbaars,

    Since reducing the image size is not working for you, we have provided the custom CSS that reduces the div size.

    For this add below given CSS.

    .custom-header-wrap {
        overflow: hidden;
        padding-bottom: 300px;
    }
    .custom-header-wrap img {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .custom-header-enabled .site-branding-wrapper {
        bottom: 10%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Where can I change the size of the header image? #72217
    wensolutions
    Keymaster

    Hello @hansbaars,

    First of all our sincere apology for the delay in replying to you.

    When we inspected your site URL we found that you have decreased the header image size.

    So we hope your issue is resolved now.

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

    Thank you.

    in reply to: Update: 4.9.6 #72213
    wensolutions
    Keymaster

    Hello @repsrpska,

    When we inspected your site URL we were unable to find such kind of issue.

    Screenshot:

    http://prntscr.com/jl3j95

    It may have occurred on your side maybe because of the loading time or cache issue. So please once clear the cache and verify from your side.

    Thank you.

    in reply to: Size of caption in featured slider and transparency #72209
    wensolutions
    Keymaster

    Hello @cielmonoride,

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

    The theme itself does not have the feature to manage the no of text to display in the slider. But in case if you chose to use post, category, tags then you can control the no of text by entering the text in the excerpt field of the individual post.

    Screenshot:

    http://prntscr.com/jl27ae

    Also, we are not quite clear about your second query so can you explain it with a proper screenshot so that we can help you further.

    Thank you.

    Best Regards!!

    in reply to: Update: 4.9.6 #72208
    wensolutions
    Keymaster

    Hello @repsrpska,

    Since we are unable to find any issue in the recent update of the theme, can you mention the type of issue that you are facing so that we can help you further?

    Thank you.

    Best Regards!!

    in reply to: Custom Social Icons in Social Menu #72197
    wensolutions
    Keymaster

    Hello @npiper,

    First of all thank you very much for using the theme.

    You will not be able to add the custom image for the social links but since you have build your own icon you can use that with your custom links and display.

    For this you need to add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .education_hub_widget_social ul li a[href*="ADD LINK HERE"]:before {
        content: "\f19c";
    }

    In above CSS, replace the icon in the content with your icon.

    Hope this helps.

    Best Regards!!

    in reply to: Home Page slider duration #72195
    wensolutions
    Keymaster

    Hello @sgtool,

    To make the images slide without having to click on the pager requires higher code customization as we need to add custom JS.

    But having said that we will definitely consider it as the requested feature and try to include them in the coming updates of the theme.

    As for the size query, you can upload the image of size “1350X560 px” in the slider.

    Hope this helps.

    As mentioned above any further issues are always welcome.

    Thank you.

    wensolutions
    Keymaster

    Hello @tsurugico,

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

    Now please find the response to your query below:

    №1 How to place information bar ( Shopping Cart/$0.00) on the top of the theme?
    I have placed Register/Login but can’t find Shopping Cart

    Response: After the activation of the required WooCommerce plugin, you will find the cart icon on the header as mentioned in below given screenshot:
    https://prnt.sc/jky5f6

    №2 Color options in settings does not working.

    Response: Can you please mention which color option is not working so that we can provide you with some fixes?

    №3 No Twitter button in social media menu.

    Response: To make the twitter appear in the social menu at the header section you need to add the custom links of the twitter in the social menu.

    For this go to Admin Panel > Appearance > Menus and select the social menu and add the custom link of twitter.

    http://prntscr.com/jkybk9

    Hope this helps.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

    in reply to: How to change logo size and centre the site title. #72193
    wensolutions
    Keymaster

    Hello @provision,

    As we have mentioned above, you need to place the custom CSS in Additional CSS or you can even add the css in your child theme style.css.

    But we never suggest you to directly add the CSS in your parent theme’s functions.php.

    Also, we have provided the CSS by checking the theme locally so please provide your site URL in order to provide the precise fix.

    Thank you.

    Best Regards!!

Viewing 15 posts - 3,991 through 4,005 (of 8,657 total)