Forum Replies Created

Viewing 15 posts - 3,541 through 3,555 (of 8,657 total)
  • Author
    Posts
  • in reply to: Different sidebars with theme University Hub #78152
    wensolutions
    Keymaster

    Hello @multidem,

    The University Hub theme by default does not have an option to set different sidebar locations/widgets for each page.

    However, you can try using the plugins like Custom Sidebars for the functionality.

    Note: As we have not tested the third part plugin with University Hub theme, we cannot be assured on 100 % compatibility of the third-party plugin with University Hub theme.

    If you have any queries/issues further, please feel free to write back to us.

    Best Regards !!

    in reply to: Unble to Update (Publish) After Making Changes #78030
    wensolutions
    Keymaster

    Hello @jovi,

    Since the issue is found even switching to the default theme so the issues are unlikely to be of the Education HUb theme. Also, when we checked the theme locally we are unable to find such issues.

    Additionally, we are very glad that you found work around for the issue.

    Further, we will definitely look for the issue as well.

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

    Thank you.

    Regards!!

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

    Hello @rashida,

    The button in the “slider” section and the “Get a quote” section will link to the post that is displayed in that particular section. The theme does not provide the option to enter the external link for these buttons so whateven the post your choose to display here, these button will link to that individual post page.

    As for your later query, we are quite not clear about it so can you please explain it with proper screenshot matking the section clealry so that we can help you further.

    Thank you.

    Best Regards!!

    in reply to: Katha demo data #77974
    wensolutions
    Keymaster

    Hello @angelsdesire,

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

    As for the demo content, the theme already recommends the plugin “One click demo import” using which you can import the demo content of the theme.

    For this just activate the “One click demo import”. After activation you will the menu “Import content” under Admin Panel > Appearance. Just go there and begin importing the content.

    Also, for any confusion further even refer to theme official documentation given below:

    http://themepalace.com/instructions/themes/katha/

    Hope this helps.

    Thank you.

    Regards!!

    in reply to: want to get rid of menu border #77973
    wensolutions
    Keymaster

    Hello @schadenfreude,

    Actually, we are not quite clear which section you are referring to but if you mean by the border that appears at the site tile section then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-title {
        border-bottom: none;
    }

    Hope this helps.

    Regards!

    in reply to: Number of food items #77952
    wensolutions
    Keymaster

    Hello @gustogambia,

    We have send you the code after testing it on our side and upon testing it does not generate any kind of error.

    So make sure you have pasted the correct code in your child theme functions.php file.

    Also, do not paste the raw data, just the code above.

    Thank you.

    in reply to: Resize Header Image #77948
    wensolutions
    Keymaster

    Hello @tompearse,

    Glad we could help you.

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

    Thank you.

    Regards!!

    in reply to: separation line in top menu #77943
    wensolutions
    Keymaster

    Hello @clarijs,

    Can you please replace the above given CSS with the CSS given below:

    .page-id-15 div#page {
        background-image: url(URL of your image);
    }

    Do not forget to replace the page ID with your page ID in above CSS.

    Hope this helps.

    Regards!!

    in reply to: Unble to Update (Publish) After Making Changes #77918
    wensolutions
    Keymaster

    Hello @jovi,

    If none are, keep all plugins deactivated and switch to the Twenty Seventeen theme to check whether it’s an issue with the theme or not?

    Thank you

    in reply to: separation line in top menu #77917
    wensolutions
    Keymaster

    Hello @clarijs,

    The theme itself does not have the option to upload the background image on each page but you can place the image in each page using the CSS targeting the page id of the particular page.

    For this please go to Admin Panel > Appearance > Customize > Addtional CSS and add below given CSS.

    body.page-template-default.page.page-id-15 {
        background-image: url(YOUR IMAGE URL);
    }

    Here change the page ID with your page ID.

    Hope this helps.

    Regards!!

    in reply to: separation line in top menu #77902
    wensolutions
    Keymaster

    Hello @clarijs,

    Glad we could help you.

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

    Thank you.

    in reply to: separation line in top menu #77900
    wensolutions
    Keymaster

    Hello @clarijs,

    Please add below given CSS for the hover.

    #site-navigation li a:hover{
        border-bottom: 3px solid #fff;
    }

    Hope this helps.

    Regard!!

    in reply to: separation line in top menu #77892
    wensolutions
    Keymaster

    Hello @clarijs,

    Glad that the code worked.

    Now add below given CSS to change the color at the button.

    For the active border bottom:

    #site-navigation li.current-menu-item > a, #site-navigation li.current_page_item > a {
        border-bottom: 3px solid #fff;
    }

    For remaining border bottom:

    #site-navigation ul li a {
        border-bottom: 3px solid #fff;
    }

    Hope this helps.

    Regards!!

    in reply to: Change text in front page slider #77891
    wensolutions
    Keymaster

    Hello @justdominique,

    The text like “Welcome” etc is actually the logo. It is not the text.

    So to upload the logo of your choice please go to Admin Panel > Appearance > Customize > Homepage Sections > Slider and upload the logo of your choice. The option to upload the logo will only appear if you choose the option others than demo.

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Best Regars!!

    in reply to: separation line in top menu #77889
    wensolutions
    Keymaster

    Hello @clarijs,

    Please add below given CSS to change the color of the border between the menu item.

    #site-navigation li:first-child {
        border-left: 1px solid #337ab7;
    }
    
    #site-navigation li {
        border-right: 1px solid #337ab7;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Regards!!

Viewing 15 posts - 3,541 through 3,555 (of 8,657 total)