Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 8,657 total)
  • Author
    Posts
  • in reply to: Clean Commerce by WEN Themes #73195
    wensolutions
    Keymaster

    Hello @jquan,

    Yes, the feature to edit/remove the copyright text is only available in the pro version of the theme.

    Link:

    http://themepalace.com/instructions/themes/clean-commerce-pro/#doc-how-to-manage-footer-options-14

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

    http://themepalace.com/downloads/clean-commerce-pro/

    Hope this helps.

    Thank you.

    Best Regards!!

    in reply to: Navigation doesn't work #73193
    wensolutions
    Keymaster

    Hello carola-arce,

    First of all our sincere apology in the extreme delay in replying to you.

    Please let us know if the issue still exists or not?

    Thank you.

    Regards!!

    in reply to: Clean Commerce by WEN Themes #73191
    wensolutions
    Keymaster

    Hello @jquan,

    Actually, we are not quite sure which link you are referring to so please can you explain it with the screenshot so that we can help you further.

    Thank you.

    Best Regards!!

    in reply to: 3 problems with translate, pages, contact form #73190
    wensolutions
    Keymaster

    Hello @vrcompanysro,

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

    All your query has been answered below:

    Query #1:

    Response: Since you can add the text(title) yourself just go to page edit screen of the “Home” page and add the equivalent text for home in your language in the title field.

    Screenshot:

    https://prnt.sc/jqy6jy

    Query #2:

    Response: In order to add the “Hey ping me section” please follow below given steps.

    – First of all go to Admin Panel > Appearance > Customize > Widgets > Footer widget 1 and add “Text Widget”.
    – Secondly, activate the “Contact Form 7” plugin and create a form using the plugin. You will get the shortcode.
    – Now copy that shortcode and paste it in the text edit screen of the text widget.

    Screenshot:
    http://prntscr.com/jqy81f

    Query #3:

    Response: When we inspected your site URL we found that you have not addfour-pagemaining four page in the menu. For your info, just by adding the pages under the parent pages will not display them in the menu section. You need to even add those pages in the menu From Admin Panel > Appearance > menus and then drag those pages below th parent page.

    Screenshot:

    http://prntscr.com/jqy94h

    Hope this helps.

    Thank you.

    Best Regards!!

    in reply to: Accessing "Other Templates" from the Elead Pro Theme #73189
    wensolutions
    Keymaster

    Hello @yahnendgo,

    We are very glad that you figured the issue 🙂 .

    Any further issues are always welcome.

    Thank you.

    Best Regards!!

    in reply to: Setting up Blog Page and Activating "Other Templates" #73188
    wensolutions
    Keymaster

    Hello @yahnendgo,

    Glad we could help you. Also, glad you found the answer to your remaining query 🙂 .

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

    Thank you.

    in reply to: Setting up Blog Page and Activating "Other Templates" #73147
    wensolutions
    Keymaster

    Hello @yahnendgo,

    After activation by default, you will see the list of posts in home page. But if you want to build the blog page separately then at first you need to set the “Homepage displays” to “Static Page” and assign the pages for homepage and blog page.

    Screenshot:

    https://prnt.sc/jqlnwu

    Also, yes there is an option to exclude the particular category in blog page and for this go to Admin Panel > Appearance > Customize > Theme Options > Blog Page Options > Select Categories to Exclude and chose the category that you don’t want to display on the blog page.

    Hope this helps.

    Best Regards!!

    in reply to: Content area – Top margin #73140
    wensolutions
    Keymaster

    Hello @gurjeets,

    For the font type replace above given CSS with the CSS given below:

    #tophead #quick-contact a {
        font-family: 'Exo', sans-serif;
     }

    And to change the font size of the content use below given CSS.

     #content p {
        font-size: 12px;
    }

    Hope this helps.

    Thank you.

    in reply to: Content area – Top margin #73134
    wensolutions
    Keymaster

    Hello @gurjeets,

    As for your query related to increasing the width of the footer area for the text, use below given CSS.

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

    @media (min-width:992px){
    	#footer-widgets .inner-wrapper {
    		display: flex;
    		flex-direction: row;
    		justify-content: space-between;
    	}
    	#footer-widgets .inner-wrapper .footer-active-4:first-of-type {
    		flex: 2;
    	}
    	#footer-widgets .inner-wrapper .footer-active-4 {
    		flex: 1;
    	}
    }

    Now to change the font type use below given CSS.

    #quick-contact a #tophead {
        font-family: 'Exo', sans-serif;
     }

    Here change the font as per your requirement.

    Thank you.

    Best Regards!!

    in reply to: Content area – Top margin #73128
    wensolutions
    Keymaster

    Hello @gurjeets,

    Please find the answer to your query below:

    1. How do I reduce the gap between the site title (MODULAR AND OFFSITE CONSTRUCTION) and site logo?

    Response: To reduce the gap between the site title and the logo use below given CSS.

    .custom-logo-link {
        margin-right: -50px;
    }

    2. How do I align the search button to the top of site title?

    Response: To align the search button and the site title use below given CSS.

    .search-section {
        padding-top: 0px;
    }

    3. How can I change the font size of site title and tagline (which is underneath the site title)?

    Response: To change the font size of the site title use below given CSS.

    .site-title {
        font-size: 25px;
    }

    To change the font size of the description use below given CSS.

    .site-description {
        font-size: 12px;
    }

    4. How can I change the color of tagline?

    Response: To change the color of the tagline go to Admin Panel > Appearance > Customize > Color Options > Header Color Options > Site Tagline Color and change the color as per your requirement.

    5. How can I add another tagline under the site title? Is it possible to have two rows of text under the site title?

    Response: You cannot add a different tagline in another line.

    6. How can I change the font size of child menu items?

    Response: To change the font size of the tagline use below given CSS.

    .main-navigation ul ul a {
        font-size: 12px;
    }

    7. How to change the width of each of four footer widgets?

    Response: Is you tried to increase the width of the footer widget area then the layout will distors i.e. the widget area will fall down. So it is better not to change the width of the footer widget area.

    8. How to change the height of footer widgets?

    Response: To change the height of the footer widgets use below given CSS.

    #footer-widgets {
        padding: 84px 0;
    }

    Here in all above give CSS adjust the px as per your requirement.

    Also, make sure to add all above CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    Hope this helps.

    Best Regards!!

    in reply to: Testimonials not all visible on homepage #73091
    wensolutions
    Keymaster

    Hello @dani,

    When we inspected your site URL we found that you have not uploaded any image for the post.

    Since we have linked the image, you need to upload the image so that clicking on the image will lead you to the particular post.

    So please go to individual post edit screen and upload the image in Featured image section of individual post that you have choosen to display in the testimonial section.

    Hope this helps.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

    in reply to: Grass Mound #73085
    wensolutions
    Keymaster

    Hello @tussinglady,

    Can you please post your site URL so that you could look further into the issue and help you.

    Thank you.

    Regards!!

    in reply to: Standard size of headings #73083
    wensolutions
    Keymaster

    Hello @anna-wanlandmedicinskbildteknik-se,

    Glad we could hep you.

    If you have any issues 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/support/theme/mediclean/reviews/

    Thank you.

    Regards!!

    in reply to: Standard size of headings #73028
    wensolutions
    Keymaster

    Hello @anna-wanlandmedicinskbildteknik-se,

    The change in heading tag sizes is actually caused by the theme styles that is giving different font sizes for H1 used in content area ( From WordPress WYSIWYG editor ) and the Page headings.

    As the Mediclean Pro theme has given the font size for H1 tags in the content area to be smaller in size, the heading tags looked smaller in the pages.

    To resolve the issue, you can add in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    h1 {
        font-size: 50px;
    }

    You can adjust the size of the font ( in px ) as per your requirements.

    If you have any queries/issues further, please feel free to write back to us.

    Have a great weekend ahead 🙂

    Best Regards !!

    in reply to: Mobile menu #73027
    wensolutions
    Keymaster

    Hello @anna-wanlandmedicinskbildteknik-se,

    Glad to know your confusion has been cleared.

    If you have any queries/issues or requests further, please feel free to post your queries here.

    have a great weekend ahead 🙂

    Best Regards !!

Viewing 15 posts - 3,931 through 3,945 (of 8,657 total)