Forum Replies Created

Viewing 15 posts - 8,116 through 8,130 (of 8,657 total)
  • Author
    Posts
  • in reply to: Static Front Page not working #8411
    wensolutions
    Keymaster

    No problem. Glad to know that it is fixed ! .

    in reply to: Menu speed #8408
    wensolutions
    Keymaster

    No problem. Feel free to post anytime if you have any confusion or difficulty.

    in reply to: Menu speed #8380
    wensolutions
    Keymaster

    Try replacing above code by the following code.

    .main-navigation ul ul{
    top: 40px !important;
    }

    Let us know if it still remain an issue.

    Thank you !

    in reply to: Adding text, formatting for devices #8379
    wensolutions
    Keymaster

    Since the type of customization discussed in previous thread needs some technical idea of editing code to go with flow of our instruction. So if you do not feel safe doing this all we recommend you to Hire a Customizer .

    They can help you edit the things in more clean and safer way without any hassle.

    In the meanwhile, those steps are still tried to summarized below in hoping that you will have no problem following them through.

    1. Make Child Theme.
    2. Copy file inside inc/hooks/header.php from parent to the child theme with same folder structure
    3. In header.php before the start of nav tag paste the following phone HTML code.

    <div class="contact-num">
    <a href="callto:+123456789" class="call-us">Call Us : +123 456 7890</a>
    </div>

    4. To position this contact number to top right, paste the following CSS code in your child theme’s style.css file.

    .contact-num {
        float: right;
        padding-top: 17px;
        padding-right: 34px;
    }
    
    .contact-num a.call-us {
        color: #FFFFFF !important;
    }

    For rest of the process, you may need to play with custom css properties / values to adjust the element more accurately as per your requirements.

    Hope we were able to give you some ideas to achieve this requirement in easy way.

    in reply to: License Key for Staging site #8365
    wensolutions
    Keymaster

    @skipinator, in short the License Key is only valid per domain or website.

    So what you can do is to not implement the License key until you are developing your site in staging server.

    After you move it to live then you can implement it and activate the key. Your site will then be validate in our server to sync it with all future updates.

    If you need further info visit our FAQs section.

    Hope this make you all clear.

    in reply to: Menu speed #8362
    wensolutions
    Keymaster

    Hello @Dellapaviour, this issue is actually resolved in the latest version of this theme. Please confirm your version by going to its shop page.

    http://themepalace.com/downloads/education-hub-pro/

    In the meanwhile,

    Go to Admin Panel > Theme Options > Advanced Options > Custom CSS, copy and paste below code in that box:

    @media screen and (max-width: 1200px)  {
    	.main-navigation ul ul {
        	top: 40px;
    	}
    }

    Hope this helps!

    in reply to: Images in right sidebar? #8270
    wensolutions
    Keymaster

    We are glad that this worked out for you.

    Regards.

    in reply to: Theme Update ver 2.09 #8268
    wensolutions
    Keymaster

    Hello @delfinaki58 and @fishipictures

    As much as I would love to help you with the issue you guys are having with these latest updates, but we are unable to create the scenario of your issue.

    We checked locally by switching the theme from old version to latest version i.e: 2.0.9, and we are unable to get the issue you are trying to explain. For e.g Custom CSS values still exists and they don’t disappear after updating to 2.0.9.

    And we would like to make clear that the theme is not test with any third party plugins, other than theme recommended plugins. So if you have installed any third party plugin then they might have created this issue.

    So, try deactivating them and setup your site=’s settings again and update.
    So, by doing this you will not face these problems in each updates.

    And for your information the value of Custom CSS will never disappear on theme update ( If you haven’t installed any of the third party plugins.)

    So if you use any third party plugins then plugin may or mayn’t effect the theme’s settings and values according to how the plugin is developed or coded.

    Hope these information will help you.

    Regards!!!

    in reply to: Images in right sidebar? #8266
    wensolutions
    Keymaster

    Hello,

    To add images the sidebar widget (assuming that your have already uploaded the images on your WordPress media library),
    please follow the below given steps thoroughly

    1- Go to Dashboard => Media

    2- Click on the image you would want to display on the sidebar

    3- Copy the image URL that appears on the right which might look like “http://yourwebsite/wp-content/uploads/2015/06/yourimage.jpg

    4- Now go to Dashboard => Appearance => Widgets

    5- Drag and drop the widget name “Text” onto any widget area that you would want to show the image at, in your case it is “Sidebar”

    6- On the “Title” widget’s content section add an img tag and paste the image URL you copied from media previously like this
    <img src= "http://yourwebsite/wp-content/uploads/2015/06/yourimage.jpg">

    7- Save the widget.

    8- You can add multiple Images on the same widget by adding multiple img tags on the content like given below,

    <img src="http://yourwebsite/wp-content/uploads/2015/06/yourimage.jpg">
     <img src="http://yourwebsite/wp-content/uploads/2015/06/next-image.jpg">
    <img src="http://yourwebsite/wp-content/uploads/2015/06/next-image2.jpg">

    I hope this helped,
    Best regards.

    in reply to: Add google font #8265
    wensolutions
    Keymaster

    Hi @iacovoni,

    Unfortunately, the theme doesn’t support this customization and, as much as I would love to help with some custom code, this is beyond the support offered for our products, which consists of bug fixing and theme documentation.

    Hopefully this request will possibly be added in future updates.

    Best Regards,
    WEN Solutions

    in reply to: Menu on right/left #8264
    wensolutions
    Keymaster

    Hello @edu_horse

    is there any option to display the menu to the right or left instead of the top ?

    As much as I would to help you with the issue but your issue is a bit confusing.
    Apparently the menu appears just below the site identity sections. And it starts from left to right.
    So can you make your requirement a bit more clear possibly with some screenshot or your site URL.

    And your suggestion for creating a configuration video for the theme is really appreciated.
    We will work on that.

    Hope this will help you.
    We would like to hear back from you with more clarification of the issue.

    Best Regards!!!

    in reply to: Change the order of Header lines or remove them #8263
    wensolutions
    Keymaster

    Hello,
    Hope you are having a good day,

    If you want to remove
    —blue Header line with phone, email, notices—
    and
    —white Header with site title and tag line—

    You will have to paste the following given CSS codes to

    Dashboard=> Appearance => Customize => Theme Options => Advanced Options

    div#tophead {
        display: none;
    }
    
    header#masthead {
        display: none;
    }

    I hope this will solve your issue,
    Best regards.

    in reply to: Image-link to pages #8262
    wensolutions
    Keymaster

    Hello @Elisabeth

    but how do I make these three featured images appear below the slider?

    To make three featured images appear below the slider you need to go to Admin Panel / Appearance / Customize / Featured Content / Featured Content Type. Here you can Select Featured Pages which will be displayed below slider section as shown in below attachment.
    http://prnt.sc/b67652

    And for slider you need to upload image of recommended size to be as like in demo but if recommended size is big for you then you can upload image with smaller resolution as well to decrease the size.

    Now for sticky menu this option is not available in free version of this theme.
    However you will get this option of sticky primary menu easily on pro version of this theme.
    You will find other more additional feature on pro theme. You can check out here http://themepalace.com/downloads/education-hub-pro/

    Hope this will help you issue.
    Let me know how it goes.

    Regards!!!!

    in reply to: Missing pagebuilder demo file #8260
    wensolutions
    Keymaster

    Also, it looks like you are free version of Travel Eye.

    Therefore, please open new ticket in particular forum for free version of this theme from following link

    http://themepalace.com/forum/travel-eye/

    Sorry for any inconvenience.

    in reply to: Missing pagebuilder demo file #8241
    wensolutions
    Keymaster

    Hello @bocapio

    Hope you are doing well. Apologies for the delay in replying to you.
    Now for importing layout as demo you need to manually Import prebuilt layout.
    For this you need to create a new page name it as you would like and then do as shown in image below.
    http://prnt.sc/b66tt3

    After that: http://prnt.sc/b66nc9
    Then you will below image: http://prnt.sc/b66odv
    After this you will see automatically sections being added in that page.
    Now as you scroll down the page you will see Theme Settings. Now do as shown in the attachments below.
    http://prnt.sc/b66ozk
    http://prnt.sc/b66p37
    http://prnt.sc/b66p6w

    Now finally below screenshot: http://prnt.sc/b66swc

    Hope this will help to resolve your issue.
    Let me know how it goes.

    Regards!!!!

Viewing 15 posts - 8,116 through 8,130 (of 8,657 total)