Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 8,657 total)
  • Author
    Posts
  • in reply to: Embedding Video #114337
    wensolutions
    Keymaster

    Hello,

    Glad you found the workaround.

    If you have further queries, let us know.

    Thank you.

    in reply to: Tables #114182
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with specific screenshot of the section you are referring to so that we can help you?

    Regards.

    in reply to: Primary Menu #114180
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with site URL so that we can help you?

    Also, can you explain what you are willing to do as the primary menu item are already looked like it is framed(http://prntscr.com/qoxu6q)?

    Regards.

    in reply to: Featured Contetnt #114179
    wensolutions
    Keymaster

    Hello,

    Actually, the feature you have requested regarding adding frame around each of the featured content ‘boxes’ on the homepage is not available. However, you can add custom CSS to achieve the feature you have requested.

    Please add following given CSS code in Additional CSS section to frame around each of the featured content ‘boxes’ on the homepage by going to Admin Panel > Appearance > Customize > Additional CSS

    #featured-content article{
      border: 1px solid #d1d7dd;
    }

    You can replace color code(#d1d7dd) with your desired color code.

    Regarding space between the featured content and the primary menu, please provide us with site URL so that we can provide you with custom CSS.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Remove Featured Image on main page #114172
    wensolutions
    Keymaster

    Hello,

    Of course, you can replace the default image with your own image. You can add your desired image to replace the default image by going to Admin Panel > Appearance > Customize > Header Image as shown in screenshot below:

    http://prntscr.com/qowqns

    Regarding removing the image but keeping the page title and the breadcrumb, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    #banner-image{
      padding: 0px;
      background-image: none !important;
    }

    If you remove the image, certain section with some background color will be appeared instead of image so if you want to change the background color then you can add following given CSS code in Additional CSS section.

    .black-overlay{
       background-color: #000000;
    }

    Also, if you want to change the color of page title and breadcrumb to match the color with background color then you can add following given CSS code in Additional CSS section.

    .page-title{
       color: #fff;
    }
    
    .breadcrumb-trail{
      color: #fff;
    }

    You can replace color code(#000000, #fff) with your desired color code.

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Logo #114164
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    Glad we could help you.

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

    Thank you.

    in reply to: Home Page Layout #114163
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    Let us know if you have any issues further.

    Thank you.

    in reply to: Logo #114123
    wensolutions
    Keymaster

    Hello,

    Actually, logo size vary with different screen size of the device. The logo size will be different in computer screen and mobile device.

    Also, if you want logo size to be appeared large in mobile device, you can add following given custom CSS in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media only screen and (max-width: 767px){
     .custom-logo-link{
       max-width: 300px;
     } 
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Home Page Layout #114119
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    Currently, the feature is not available in the theme and as much as we would love to help you with this, we are unable to do so as it requires higher code customization.

    So if you want then you can either consider hiring the freelancer or our professional developer.

    Thank you.

    in reply to: News and Events section on the Home Page #114118
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    Glad to help you.

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

    Thank you.

    in reply to: News and Events section on the Home Page #114106
    wensolutions
    Keymaster

    Hello @glycotechnica_wp,

    To remove the icons, please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    #featured-news-events .recent-news h2::before, #featured-news-events .block-meta a:before {
        display: none;
    }
    
    #featured-news-events .recent-events h2::before {
        display: none;
    }

    Hope this helps.

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

    Thank you.

    wensolutions
    Keymaster

    Hello @jbunnell,

    As now the feature to display the map upon clicking on the location is not available in the theme and as much as we would love to hep you with this, we are unable to do so as it requires core customization.

    Now as for the social menu to appear, please follow below given steps:

    Step 1: Create the social menu by going to Admin Panel > Appearance > Menu by including your desired custom links:

    Screenshot:

    https://prnt.sc/jge90m

    Step 2: Assign the created social menu to the social menu location either from Admin Panel > Appearance > menus or from Admin Panel > Appearance > Customize > Menus > Menu Location.

    Yes, the menu that displays upon clicking the main menu item is submenu which will appear after clicking on the main menu and this how the theme menu works.

    Hope this clears the confusion.

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

    Thank you.

    in reply to: Menu not Fully Scrolling down #114088
    wensolutions
    Keymaster

    Hello @megalithix,

    Thank you for the purchase and also would like to apologize for the trouble.

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

    Thank you.

    in reply to: Version 1.5.3 – Broken?? #114087
    wensolutions
    Keymaster

    Hello @yetiboy,

    Yes, during the previous update, some files may have been left out for the update which might have created the issue.

    Hope everything is fine now.

    Let us know if you have any queries further.

    Thank you.

    in reply to: How can I remove the border around the site branding #114086
    wensolutions
    Keymaster

    Hello @agregatwebmaster,

    Glad we could help you.

    Also, thank you for the CSS. It will be definitely helpful for other users.

    Let us know if you have any queries further.

    Thank you.

Viewing 15 posts - 1,501 through 1,515 (of 8,657 total)