Forum Replies Created

Viewing 15 posts - 3,706 through 3,720 (of 8,657 total)
  • Author
    Posts
  • in reply to: Post-wrapper color #76165
    wensolutions
    Keymaster

    Hello @marine,

    Glad that you figured out the issue by yourself.

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

    Thank you.

    in reply to: header-right-widget-area issue – Not Displaying #76164
    wensolutions
    Keymaster

    Hello @tt,

    When we tested the theme locally, the header widget is working fine i.e. the image in header widget is displaying in all page including the home page.

    So can you post your site URL so we can inspect further and help you.

    Thank you.

    Best Regards!!

    in reply to: Change font size of site title? #76163
    wensolutions
    Keymaster

    Hello @tompearse,

    Glad we could help you.

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

    Further, we would really appreciate if you could help us by rating our theme by following the link given below:

    https://wordpress.org/support/theme/trade-line/reviews/

    Thank you.

    Regards!!

    in reply to: activation issues #76106
    wensolutions
    Keymaster

    Hello @homewithmorgan,

    The update has been released fixing the issue so can you please download the fresh copy of the theme and try installing it again.

    If the issue still persists kindly let us know.

    Thank you.

    in reply to: sidebars width #76056
    wensolutions
    Keymaster

    Hello @mhalat,

    Glad we could help you.

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

    Thank you.

    Best Regards!!

    in reply to: Blog Question & Background Question #76051
    wensolutions
    Keymaster

    Hello @emanimama,

    Can you please provide the screenshot of the section that you wanted to change the color of?

    Thank you.

    in reply to: sidebars width #76047
    wensolutions
    Keymaster

    Hello @mhalat,

    We have provided the code only after checking and it was working fine.

    Screenshot:

    https://prnt.sc/k8piaf

    So please make sure you have added the exact code that we have provided in the correct location which is Admin Panel > Appearance > Customize > Additional CSS.

    Thank you.

    in reply to: Shopping basket icon #76046
    wensolutions
    Keymaster

    Hello @zainamin,

    Thank you very much for using the theme.

    To remove the shopping cart icon without deactivating the WooCoomerce plugin, use below given CSS.

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

    .header-cart-wrapper.clearfix {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Parent/Child Menus #76045
    wensolutions
    Keymaster

    Hello @tina,

    Yes definitely, Education Hub Pro supports the submenu feature as you can see in the demo of the theme as well.

    http://demo.wenthemes.com/education-hub-pro/

    Not only this, Education hub comes with lots of other exciting feature and to know about it please refer to below given link:

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

    Hope this clears the confusion.

    If you have any confusion/query further then please let us know.

    Thank you.

    Best Regards!!

    in reply to: Change font size of site title? #76044
    wensolutions
    Keymaster

    Hello @tompearse,

    First of all thank you very much for using the pro version of the theme.

    Now to increase the size of the title and tagline add below given CSS.

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

    .site-title {
        font-size: 3em;
    }
    
    .site-description {
        font-size: 15px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: SVG Icons not showing up? #75990
    wensolutions
    Keymaster

    Hello @xixofox,

    Please try adding code from below given link.

    https://pastebin.com/Zvr4VtnC

    Thank you.

    in reply to: SVG Icons not showing up? #75982
    wensolutions
    Keymaster

    Hello @xixofox,

    The icon is not showing up in your site as the SVG icon is not loaded or you may have deleted the code.

    So you need to at first load the icon. For this, you need to create the child theme.

    To know how to create the child theme please refer to below-given link:

    http://wptravel.io/how-to-create-a-child-theme/

    After activating the child theme create the footer.php file in your child theme and paste below given code in your footer.php file

    https://gist.github.com/Tiiru/f3661293caf8dbc5bf89c7301a108167

    Hope this helps.

    Regards!!

    in reply to: sidebars width #75981
    wensolutions
    Keymaster

    Hello @mhalat,

    To increase the width of the sidebar please use below given CSS.

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

    .home #primary,
    .home #sidebar-primary,
    .home #sidebar-secondary {
    	padding: 0 2.5px;
    }

    Also, the image will appear small due to the layout you have chosen. Upon increasing the size of the image, the sidebar will fall down.

    Hope this helps.

    Thank you.

    in reply to: "Post id" clarification – Business Hub Theme #75899
    wensolutions
    Keymaster

    Hello @rashida,

    Glad you previous issues are resolved.

    Regarding footer copyright text, the option is available in the pro version so if you want the feature then please upgrade your theme to the pro version.

    Not only this pro version comes with lots of other exciting feature and to know about it please refer to below given link:

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

    Also, to change the placeholder text for the search you can just look into the file business-hub > travel-eye > inc > customizer > default.php .

    Hope this helps.

    Regards!!

    in reply to: Logo position #75898
    wensolutions
    Keymaster

    Hello @liberaldusunce,

    To place the logo at the left of the site title and tagline please add below given CSS.

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

    .banner-inner.biography-animate.fadeInDown.overhidden {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-orient: horizontal;
    	-webkit-box-direction: reverse;
    	    -ms-flex-direction: row-reverse;
    	        flex-direction: row-reverse;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    	-webkit-box-pack: end;
    	    -ms-flex-pack: end;
    	        justify-content: flex-end;
    }
    
    .banner-inner .photo-section {
    	margin-bottom: 0 !important;
    	margin-right: 50px;
    }
    
    .banner-inner .photo-section span img {
    	-o-object-fit: cover;
    	   object-fit: cover;
      	-o-object-position: center;
      	   object-position: center;
    }

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 3,706 through 3,720 (of 8,657 total)