Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 8,657 total)
  • Author
    Posts
  • in reply to: Cambiare la visuale del sito da mobile #116370
    wensolutions
    Keymaster

    Hello,

    To remove the date that appears on the top of the article, you can use below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    #pompeii-sorrento-positano .tab-slider time {
        display: none;
    }

    Regarding your query to remove the numbers on the left side, this requires code customization. You can consider hiring a freelancer or our professional developer to get the layout as per your requirement.

    To reduce the height of the article section, you can use CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    section#adventure {
        padding: 50px 0;
    }

    For the different pictures for every single article, you can add a different image as the featured images for every article. Make sure you add an image which will display the image on your homepage in the article section.

    Hope this helps

    Regards.

    in reply to: Featured Slider Font Size #116366
    wensolutions
    Keymaster

    Hello @simonster666,

    The feature to increase the size of the font is not available in the theme but we can help you with the custom CSS and for this, we will need your site URL.

    So please provide your site URL so that we can provide you with the precise fix?

    Thank you.

    in reply to: Social Menu #116365
    wensolutions
    Keymaster

    Hello @simonster666,

    Can you please once post your site URL so that we can inspect the issue further?

    Thank you

    in reply to: Header Image #116362
    wensolutions
    Keymaster

    Hello,

    For header image, you have to follow path Admin Panel > Appearance > Customize > Header Image and change header image by selecting the ‘add new image’ as shown in the screenshot below,

    https://prnt.sc/r1kie5

    For the address section, you can remove the phone number and address which will remove the section after you empty the content. You can follow the path Admin Panel > Appearance > Customize > Theme Options > Header Options. You can refer to the screen record given below for clarification.

    https://www.loom.com/share/5b31fdd028e74e07b303a5c7f3edafdd

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: iPhone header issue #116269
    wensolutions
    Keymaster

    Hello,

    To display the header image, use CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 414px)
    #page-site-header {
        width: 113%;
    }
    
    #page-site-header {
        height: 50vh;
    }

    Also, the size of the screen can display this much of the image.

    Hope this helps.

    Regards.

    in reply to: Change primary menu #116268
    wensolutions
    Keymaster

    Hello,

    To change the primary menu into hamburger menu in the desktop as well, you have to add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    #main-nav{
     display: none;
    }
    
    @media only screen and (min-width: 901px){
    #mobile-trigger i{
        position: absolute;
        left: calc(50%);
        top: 20px;
        background-color: #e9c01e;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #001837;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }
    }
    
    #mobile-trigger{
     display: block;
    }
    
    @media only screen and (min-width: 1301px){
     #mobile-trigger i{
       top: 10px;
     }
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Logo too small #116266
    wensolutions
    Keymaster

    Hello,

    To increase the height of the logo in the site, you have to add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .site-logo img {
        max-height: 95px;
    }

    You can adjust the height of the logo from ‘max-height’ as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Setting a static front page #116265
    wensolutions
    Keymaster

    Hello,

    The Homepage Setting can be found in the customize part, you can refer to the screen record for clarification.

    https://www.loom.com/share/a8f1d0447c5142ce872392ee2abd2975

    Also, you need to create pages like homepage/frontpage, blog page, etc and choose the static page and add the pages as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    wensolutions
    Keymaster

    Hello,

    We have recently updated to the new version of the Magpaper where we fixed the issue of the translation. So please update to the current version of the theme and resolve the translation issue.

    Regards.

    in reply to: Blog/Archive Sidebar Won’t Appear #116237
    wensolutions
    Keymaster

    Hello

    To remove the title and breadcrumb, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    #breadcrumb-list {
        display: none;
    }
    
    #page-site-header .page-title {
        display: none;
    }

    To reduce the size of the sidebar as shown in the screenshot you provided, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .left-sidebar #secondary {
        width: 20%;
        float: left;
    }

    You can adjust the width of the sidebar as per your requirement.

    Hope this helps.

    If you have queries further, let us know.

    Thank you.

    wensolutions
    Keymaster

    Hello,

    We have fixed this issue in the recent version of the graduate theme.

    Glad roll back helped you and you can upgrade to the current version any time you want.

    If you have further queries, let us know.

    Regards.

    in reply to: iPhone header issue #116225
    wensolutions
    Keymaster

    Hello,

    To resolve the issue you are facing in the iPhone, use additional CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 414px){
     #page-site-header{
       background-attachment: inherit;
     }
    }

    Hope this helps.

    If you have queries further, let us know.

    Thank you.

    wensolutions
    Keymaster

    Hello,

    When we inspected your site then we found that the version you are using is showing 1.5.4 as you can see in the screenshot below.

    https://prnt.sc/r0jcvz

    If you have further queries, let us know.

    Thank you.

    in reply to: Setting a static front page #116207
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the display of the static page, to set your desired page as homepage you have to follow the path APPEARANCE > CUSTOMIZE > HOMEPAGE SETTING and then check the static page option.

    Also, click the dropdown of the homepage and set the page you want to display on the homepage.

    For further clarification, you can go through the screenshot
    https://prnt.sc/qel39b

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Pro Theme won’t install on WordPress #116206
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the theme folder is available in WordPress /srv/htdocs/wp-content/themes/travel-eye-pro/. Once you check the folder and if the folder exists then delete that folder and reinstall the pro theme in the same location where the previous folder was kept.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

Viewing 15 posts - 1,351 through 1,365 (of 8,657 total)