Forum Replies Created

Viewing 15 posts - 4,876 through 4,890 (of 8,657 total)
  • Author
    Posts
  • in reply to: Arrow delete #60260
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Glad we could help.

    If you have any issue further, then please feel free to post.

    Best Regards!!

    in reply to: Background #60259
    wensolutions
    Keymaster

    Hello @hansvjensen,

    Thank you very much for considering to buy the clean Commerce Pro theme.

    If you have any queries regarding the pro theme then please feel free to post.

    Merry Christmas 🙂 .

    Best Regards!!

    in reply to: Background image not responsive #60258
    wensolutions
    Keymaster

    Hello @barretd,

    We would like to apologize for the inconveniences.

    But this is how the theme works in responsive view. The image will get cropped and there is nothing much we can do with the background image.

    Hope you understand 🙂 .

    Best Regards!!

    in reply to: Arrow delete #60211
    wensolutions
    Keymaster

    Hello @hansvjensen,

    To remove the arrow in header use below given CSS.

    .main-navigation li.home-menu.current-menu-item a::after {
        border-left: none;
        }

    Hope this helps.

    Best Regards!!

    in reply to: Remove Banner #60208
    wensolutions
    Keymaster

    Hello @kvigiano,

    Nice to know that you have found the solution by yourself.

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

    Best Regards!!

    in reply to: Related News #60206
    wensolutions
    Keymaster

    Hello @hansvjenson,

    The Related post ins the specific post are displayed from the jetpack plugin .

    So to disable this go to Jetpack → Settings → Traffic page and click on the “Related Posts” card and disable the option.

    Hope this helps.

    Best Regards!!

    Have a good day 🙂

    in reply to: Child Theme #60167
    wensolutions
    Keymaster

    Hello @lorobs,

    You can activate the child theme manually and to know more about it please refer to below link:

    https://codex.wordpress.org/Child_Themes

    And easy way is, you can even activate the child theme using the plugin given below:

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

    We strongly recommend you to make any changes through the child theme .

    Hope this helps.

    Best Regards!!

    in reply to: How to get rid of White Space on the pages #60166
    wensolutions
    Keymaster

    Hello @sharoncaren,

    To decrease the space between the title and the content use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .page-content, .entry-content {
        margin: 0px 0 0;
    }
    
    .page .entry-header {
        margin-bottom: -15px;
    }
    
    .page .entry-content-wrapper {
        padding: 0;
        }

    Hope this helps.

    Best Regards!!

    in reply to: Need Verifiction Link #60161
    wensolutions
    Keymaster

    Hello @myonlinepathshala1gmail-com,

    We would like to apologize for the inconveniences.

    Please send the email regrading your issue in the email given below along with Order ID and purchase email address:

    info@themepalace.com

    Thank you 🙂 .

    Best Regards!!

    in reply to: Random Side Space on the Contact Page #60159
    wensolutions
    Keymaster

    Hello @sharoncaren,

    Nice to know that you have figured out the issue by yourself.

    Any further issues are always welcome 🙂 .

    Best Regards!!

    in reply to: Footer Widget Area button color not changing #60158
    wensolutions
    Keymaster

    Hello @sharoncaren,

    Glad we could help you .

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

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

    https://wordpress.org/themes/easy-commerce/

    Thank you.

    Best Regards!!

    in reply to: A few template questions #60157
    wensolutions
    Keymaster

    Hello @bhaitzOO,

    Your queries has been answered below :

    Query #1,

    Ans: To change the color of the search icon box, icon and the color upon hovering use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-header .header-search-box > a {
        border: 2px solid #1f00c9;
    }
    
    .site-header .header-search-box > a:hover {
        background-color: #5700c9;
    }
    
    .site-header .header-search-box > a {
        color: #001837;
        }

    Here change the color code as per your requirement.

    Query #2,

    Ans: To add the widget in the footer widget area go to Admin Panel > Appearance > Widget > Footer Widget 1,2,3,4 and place your desired widget here.

    Similarly to manage the copyright section go to Admin Panel > Appearance > Customize > Theme Options > Footer Options .

    Query #3,

    Ans: If you have to add the social icon in header and footer at first you need to create the social menu including your desired custom link by going to Admin Panel > Appearance > Menus .

    Screen shot :
    https://image.prntscr.com/image/cqjo0-roTwmd6m-UOS1fKQ.png

    Then assign this menu to Social Menu Location .

    Finally you have to enable the enable the Show Social Icon option by going to Admin Panel > Appearance > Customize > Theme Options > Footer Options and Header Options .

    Query #4,

    Ans: To set up the main blog page or the page to display the latest blog you have to go to Admin Panel > Appearance > Customize > Homepage setting and assign the page to field post Page, most preferably Blog page.

    Screenshot:
    https://image.prntscr.com/image/FWP4308zSIiVfTh3meMAkQ.png

    You can also refer to theme official documentation for any confusion further:

    http://themepalace.com/instructions/themes/nature-bliss-pro/

    Hope this helps.

    Best Regards!!

    in reply to: change color header bar #60149
    wensolutions
    Keymaster

    Hello @tamet,

    Again when inspecting your site URL we found that the color of your header is green even with scrolling down the page . Also we saw that the site title is also in green color as you can see in below screenshot.

    https://image.prntscr.com/image/4vvHHlgkS9_I4kDJ2HI0mg.png

    Also the feature to change the color of the site title and tagline and many other parts of the theme is only available in the pro version of this theme.

    If you want to enjoy wide range of color option then you can always consider buying the pro version.

    Thank you .

    Best Regards!!

    in reply to: Header Images not always loading #60064
    wensolutions
    Keymaster

    Hello @nightsys1,

    The issue might also have caused due to conflict with the third party plugin.

    So if you have installed any third party plugin then please deactivate and verify the issue.

    If the issue still persists, kindly let us know.

    Best Regards!!

    in reply to: Background image not responsive #60061
    wensolutions
    Keymaster

    Hello @barretd,

    When we inspected your site URL the CSS is working absolutely fine. Currently, it displays the background image cropping the center part.

    However, if you are fine with displaying full image but in small height then once try using below-given CSS.

    @media (max-width: 767px){
    body.custom-background {
        background-size: contain !important;
       }
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 4,876 through 4,890 (of 8,657 total)