Forum Replies Created

Viewing 15 posts - 676 through 690 (of 8,657 total)
  • Author
    Posts
  • in reply to: Header on mobile and tablet issue #127009
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    @media(max-width: 767px) and (min-width: 576px){
        #page-site-header{
            padding: 186px 0 162px;
        }
        #page-site-header .wrapper{
            top: 60%;
        }
    }

    Hope this helps.

    Regards.

    in reply to: Looking for the Automotive eCommerce Theme #127000
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can have a look at the list of free themes so you can choose it yourself.

    https://wordpress.org/themes/

    Regards.

    in reply to: Cambiare la visuale del sito da mobile #126984
    wensolutions
    Keymaster

    Hello @infowantour,

    Please let us know how did you create the child theme? There might have some issues while enqueuing the paren scripts.

    So please save the changes that you have made using the child theme and re make the child theme using the plugin mentioned below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    Then paste the changes in child themes functions.php. If it is CSS then paste it to style.css file.

    As for the font changing task for the subtitle, please use below given CSS.

    .site-title a{
        font-family: 'Pontano Sans', sans-serif;
    }

    Change the font as per your requirement.

    Thank you.

    in reply to: Featured Post SLider #126982
    wensolutions
    Keymaster

    Hello,

    Regarding your query to choose post in the slider, the free theme of Travel Master has only feature to show the pages in the slider section.

    However, the Travel Master Pro theme offers the feature to select page/post/category in the slider section.

    Regards.

    in reply to: No white bar on homepage #126980
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

    in reply to: Featured Post SLider #126976
    wensolutions
    Keymaster

    Hello,

    Once you select the page/post for the slider, please publish the changes you have made and visit the site to see whether the slider has been displayed or not.

    Also, the site you have sent is not working fine so we couldn’t inspect further.

    Further, if the slider still is not working, please provide us with the screen record of what you’ve been doing for the slider set up so we can be clear enough to help.

    Regards.

    in reply to: Multiple questions #126975
    wensolutions
    Keymaster

    Hello,

    You can use a light shot app for taking the screenshot.

    https://app.prntscr.com/en/download.html

    Regards.

    in reply to: Theme Not Working #126974
    wensolutions
    Keymaster
    in reply to: General #126973
    wensolutions
    Keymaster

    Hello,

    We have already informed theme author about it and they will get back to you soon.

    Regards.

    in reply to: No white bar on homepage #126970
    wensolutions
    Keymaster

    Hello,

    To remove the white bar, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 900px){
       #masthead{
         display: none;
       }
    }

    Hope this helps.

    If you have any queries further, let us know.

    in reply to: I cannot customize my site #126966
    wensolutions
    Keymaster

    Hello @adelsn39,

    We can totally understand what you are going through but only through the admin login, we were unable to find the exact cause of the issue. We need to view the debug log as the issue may have been due to the server configuration.

    So please kindly co-operate and provide us with your FTP access so that we can resolve the issue for you.

    Email: wensolution[at]gmail.com

    Thank you.

    in reply to: Changing colors and hovers #126965
    wensolutions
    Keymaster

    Hello,

    Actually we are not quite clear with your query so please explain in detail so that we can be clear enough to help you.

    Also, provide us with your site URL and specific screenshots highlighting the section you have mentioned so that we can help you with a precise fix.

    Regards.

    in reply to: Cambiare la visuale del sito da mobile #126964
    wensolutions
    Keymaster

    Hello,

    Please find answers to your queries below:

    Query 1: Regarding your answer about the mobile device, I’d like to send you a screen of this visual. Can you tell me how can I do?

    Response: You can hire a customizer and make the design look as per your requirement as it requires hardcore coding and it is not possible with few CSS.

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

    Query 2:Also I have problems with the installation of a child theme. When I create a child theme with a plugin, my website come to the original and I lost every modify. How can I do to avoid this problem?

    Response: Actually, you create a child theme to secure the customizations you made. If you make changes in parent theme then while updating you will lose all the customizations. So, after creating a child theme, you have to shift all the customizations made on parent theme to child theme’s function.php. Child theme is the fresh setup you make ready to secure the customization.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Thumbnail issue #126962
    wensolutions
    Keymaster

    Hello,

    Glad you found the workaround.

    If you have any queries further, kindly let us know.

    Regards.

    in reply to: General #126961
    wensolutions
    Keymaster

    Hello,

    Actually we are not quite clear with your query so please explain in detail so that we can be clear enough to help you.

    Regards.

Viewing 15 posts - 676 through 690 (of 8,657 total)