Forum Replies Created

Viewing 15 posts - 3,076 through 3,090 (of 8,657 total)
  • Author
    Posts
  • in reply to: Customizing and translating Courses & Classes #88018
    wensolutions
    Keymaster

    Hello @spinnin,

    First of all thank you very much for the appreciations.

    As for your query #1 and #3, make it work as you wanted to require higher code customization so as much as we would love to help you with this, this is beyond the support we offer for our product.

    So for this, we would suggest you to hire a [professional developer and for this refer to below-given link:

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

    Regarding the translation, you need to choose to translate the plugin TP education and find the string and translate by following the similar process as you did for the theme.

    Hope this helps.

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

    Thank you.

    Best Regards!!

    in reply to: Resize and social icon #88016
    wensolutions
    Keymaster

    Hello @adusei,

    As for the social menu, please follow the steps mentioned below:

    Step 1: Create the social menu by going to Admin Panel > Appearance > Menu by including your desired custom links:

    Screenshot:

    https://prnt.sc/jge90m

    Step 2: Assign the created social menu to the social menu location either from Admin Panel > Appearance > menus or from Admin Panel > Appearance > Customize > Menus > Menu Location.

    Step 3: Now got to Admin Panel > Appearance > Customize > Theme Option > Header option and enable the option “Show Social Icons“.

    Now as for the box layout, currently there is no option in the theme to resize it but you can use the full-width layout if you wish and for this go to Admin Panel > Appearance > Customize > Theme Options > Layout options and select the Fluid option in “Site Layout”

    Hope this helps.

    Best Regards!!

    in reply to: Upgrade from tourable free #88015
    wensolutions
    Keymaster

    Hello @woravasu,

    First of all thank you very much for your interest pro version.

    Regarding your query, to install the pro version at first you need to buy it from the link given below and then activate the theme.

    https://themepalace.com/downloads/tourable-pro/

    Also, activating the pro version won’t affect any of your content that you have added in the dashboard. It shall be there and you can without any problem using the pro feature.

    Hope this clears the confusion.

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

    Best Regards!!

    in reply to: changing colors of sidebar #88014
    wensolutions
    Keymaster

    Hello @alize,

    Can you please provide your site URL so that we can provide the precise fix on this?

    Thank you.

    Best Regards!!

    in reply to: website length #87943
    wensolutions
    Keymaster

    Hello @kidphoto,

    To place the menu in the middle add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    nav.main-navigation {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    }

    As for the banner image, make sure to upload the image in the featured image section of the post that you added the Post id of.

    https://prnt.sc/m1ka1a

    Similarly as for the slider add the image is the same section of the posts that you have assigned to the category which is chosen to display on the slider.

    Hope this helps.

    Best Regards!!

    Happy New Year 🙂

    in reply to: Rookie Problems #87938
    wensolutions
    Keymaster

    Hello @doncarran,

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

    Now as the slider, if you set up the slider using the post then the image in the slider comes from the Featured Image section of the individual post.

    http://prntscr.com/m1jizx

    Similarly, if you chose Page then the image come from Featured Image section of the individual page edit screen.

    Further, if you want to slide the image from the Instagram then you need to hire our professional developer as it requires higher code customization.

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

    Hope this helps.

    Best Regards!!

    in reply to: Featured Pages #87934
    wensolutions
    Keymaster

    Hello,

    The issue is noted as the known issue and we will soon fix the issue and release the update.

    Hoping for your co-operation.

    Best Regards!!

    in reply to: Kids Education Theme Pro – Full width Layout #87933
    wensolutions
    Keymaster

    Hello @rebeloka,

    Yes, theme has provided the option where you can manage the layout and for this please go to Admin Panel > Appearance > Customize > Theme Options > Layout > Site layout and chose the option “wide”.

    Screenshot:

    http://prntscr.com/m1j6ss

    Hope this helps.

    Best Regards!!

    in reply to: website length #87932
    wensolutions
    Keymaster

    Hello @kidphoto,

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

    Regarding your query, we are not quite clear with your issues so please explain it with the proper screenshot so that we can help you further.

    Also, do not forget to post your site URL.

    Best Regards!!

    in reply to: Move placement of slider title and caption #87931
    wensolutions
    Keymaster

    Hello @ddhoray,

    Glad we could help you.

    Let us know if you have any issues further.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/university-hub/reviews/

    Thank you.

    Happy New Year 🙂 .

    wensolutions
    Keymaster

    Hello @hiten,

    It’s always a pleasure helping you guys.

    Please do not hesitate to post if you have any issue further.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/nature-bliss/reviews/

    Thank you.

    Happy New year 🙂 .

    in reply to: Backgrund? #87928
    wensolutions
    Keymaster

    Hello,

    To remove the “Kampprogram” and “Seneste kampe” add below-given CSS.

    .anwp_club-template-default .club__inner .club__fixtures,
    .anwp_club-template-default .club__inner .club__latest {
      display: none;
    }

    As for the dropdown we are not quite sure what you meant so please provide the screenshot of the issue so that we can help you further.

    Best Regards!!

    wensolutions
    Keymaster

    Hello @macano,

    Thank you for using the theme also glad that you fixed the issue.

    Let us know if you have any issues further.

    Best Regards!!

    in reply to: Resize Search Form #87926
    wensolutions
    Keymaster

    Hello @kuart,

    Glad we could help you.

    Let us know if you have any issues further.

    Also, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/education-hub/reviews/

    Also, thank you and would like to wish you a very Happy New Year from our team 🙂 .

    Regards

    in reply to: Resize Search Form #87780
    wensolutions
    Keymaster

    Hello @kuart,

    Please add below given CSS to resize the search form.

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

    .site-header .search-form {
        max-width: 245px;
    }
    
    .search-form .search-field {
    	padding: 5px 25% 5px 5%;
    }
    
    .search-form .search-submit {
    	font-size: 14px;
    	padding: 6px 15px;
    }

    Hope this helps.

    Regards!!

Viewing 15 posts - 3,076 through 3,090 (of 8,657 total)