Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello,
To remove the spacing to fix the alignment with the search section and the content area, please paste the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
.site-main { margin-top: -20px; }
This will remove the spacing in between and align the sections as per your requirements.
If you have any issues/queries further, please feel free to write back to us.
Best Regards !!
wensolutionsKeymasterHello @anna-wanlandmedicinskbildteknik-se,
Mediclean Pro theme only has four “Menu Locations” available in the theme to assign for different theme sections.
Currently, the hamburger menu displayed in the mobile/responsive views is the primary menu displayed in the desktop sites and hence it is not possible to show different menus for mobile views and desktop views as they are controlled from a single menu location in the theme.
If you wish to get a different menu for mobile only you might need to add the feature through external third party plugin like megamenu or any other services.
However, please note that as any third party menus have not been tested with the theme, we cannot assure you for the 100% compatibility of the third party menus with the theme.
If you have any confusion/queries further, please feel free to write back to us.
Best Regards !!
wensolutionsKeymasterHello @anna-wanlandmedicinskbildteknik-se,
While we have checked the settings/theme options for the Mediclean Pro theme, so specific settings for the font size of the H1 ( or heading tags ) were found in the theme.
It is thus possible that the fonts mismatch has been caused by some custom CSS codes you have applied in your website.
Please provide us your website URL of the page that you are having the font sizing issues with so that we can check and verify the issues and provide you with a precise fix.
Best Regards !!
June 1, 2018 at 2:48 am in reply to: Few Issues Color Change / Social Media menu – no Twiter / Shopping Chart Bar men #73010wensolutionsKeymasterHello @tsurugico,
If you really wish to get the Ecwid’s card icon in the section, you can achieve the request via child theme approach.
To know more about the child themes in WordPress, please check the link here :
https://codex.wordpress.org/Child_ThemesYou can also automate the child theme creation with the child theme generator plugin like :
https://wordpress.org/plugins/wp-child-theme-generator/
After creating and activating your child theme, please add the following code in your child theme’s functions.php file :
/** * Site branding. * * @since 1.0.0 */ function clean_commerce_site_branding() { ?> <div class="site-branding"> <?php clean_commerce_the_custom_logo(); ?> <?php $show_title = clean_commerce_get_option( 'show_title' ); ?> <?php $show_tagline = clean_commerce_get_option( 'show_tagline' ); ?> <?php if ( true === $show_title || true === $show_tagline ) : ?> <div id="site-identity"> <?php if ( true === $show_title ) : ?> <?php if ( is_front_page() && is_home() ) : ?> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <?php else : ?> <p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p> <?php endif; ?> <?php endif; ?> <?php if ( true === $show_tagline ) : ?> <p class="site-description"><?php bloginfo( 'description' ); ?></p> <?php endif; ?> </div><!-- #site-identity --> <?php endif; ?> </div><!-- .site-branding --> <div id="right-header"> <?php if ( has_nav_menu( 'header' ) ) : ?> <?php wp_nav_menu( array( 'theme_location' => 'header', 'container' => 'nav', 'container_id' => 'header-nav', 'depth' => 1, ) ); ?> <?php endif; ?> <?php if ( class_exists( 'Ecwid_Store_Page' ) ) : if ( Ecwid_Store_Page::is_store_page() ) { $cart_url = '#!/~/cart'; } else { $cart_url = Ecwid_Store_Page::get_cart_url(); } echo '<!-- noptimize -->'; echo ecwid_get_scriptjs_code(); ?> <div id="cart-section"> <div class="ecwid-float-icons position-$position" ondragstart="return false"> <div class="ecwid-cart-icon off"> <a href="<?php echo esc_url( $cart_url ); ?>" data-ecwid-page="cart" data-count="0"> <div id="ecwid-cart"><script type="text/javascript"> xMinicart("style=","id=ecwid-cart"); </script></div> </a> </div> </div> <script type="text/javascript"> if (window.EcwidFloatingShoppingCart) { var ecwid_floating_shopping_cart = new EcwidFloatingShoppingCart(); ecwid_floating_shopping_cart.init(); } </script> <style type="text/css"> html#ecwid_html body#ecwid_body div.ecwid-minicart { width: 100px; height: 100px; } html#ecwid_html body#ecwid_body div.ecwid-minicart-counter { left: 33px; top: 29px; width: 34px; font-size: 16px; line-height: 23px; } html#ecwid_html body#ecwid_body div.ecwid-minicart-clickArea { top: 10px; left: 29px; width: 45px; height: 50px; } html#ecwid_html body#ecwid_body div.ecwid-minicart-link { top: 55px; width: 100%; } html#ecwid_html body#ecwid_body div.ecwid-minicart-caption { left: 0; top: 60px; width: 100%; font-size: 12px; } </style> </div> <!-- .cart-section --> <?php endif; ?> </div> <!-- #right-header --> <?php }
This will add the Ecwid shopping bag icon in the header area replacing the default shopping cart from woocommerce.
If you have any issues/confusions or queries further, please feel free to write your queries here.
Best Regards !!
wensolutionsKeymasterHello @thegrandmarker,
If you have any issues further feel free to ask 🙂 .
Regards!!
wensolutionsKeymasterHello @thegrandmarker,
What you are looking for is not available in the theme and to do so requires a higher code customization.
Hope you understand.
Let us know if you have any issues further.
Thank you.
Regards!!
wensolutionsKeymasterHello @thegrandmarker,
First of all thank you very much for the appreciations.
Now as for your query, the no does not redirect to any other pages or links. It is just wrapped with “a” tag
To resolve the confusion you can remove the link from the phone no and to do so please use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#top-bar ul.address-block li a{ pointer-events: none; }
This will remove the link from the no.
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @aoma,
First of all thank you very much for using the Education hub pro theme.
Now since the feature content section does not have the option to control the no of words that appear in the featured content section, as a workaround you can place desired no of words you want to display in the excerpt field of the post edit screen if you have chosen to display the content using the posts.
Screenshot:
Now if you have chosen the page option then you won’t have any excerpt field. So in order to add the excerpt field in the page please add below given code in your child theme functions.php file.
add_post_type_support( 'page', 'excerpt' );
`You can create the child theme manually or simply create the child theme using the plugins available.
Now follow the similar process to ad the words as like in the posts.
Ps: Do not forget to enable the excerpt option for both post, page from the screen option at top right corner.
Hope this helps.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @fmoss,
First of all thank you very much for trying out the theme.
Also regarding your query about the demo content. we do not have the demo file bundled within the theme but we do have theme official documentation that will help you to set up your site as in the demo.
S0 please go through the doc and set up your site.
Further, if you have any confusion/query while setting up any of the sections then please write back to us and we will help you further.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @karlw3b,
To width of the logo you have provided is very big. It cannot actually be implemented as the logo width.
However, we have provided the CSS that will increase the size of your logo.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given.
.site-logo img { width: 205px; height: 200px; }
Hope this helps.
Thank you.
Regards!!
wensolutionsKeymasterHello @mbossetta,
To remove share this page section on the sidebar go to Admin Panel > Appearance > Customize > Theme Options > Single post/page and disable the option “Enable Social Share“.
Hope this helps.
Let us know if you have any confusion further.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @danny2904,
If your license has not expired then the updates will be available in your Admin Panel > Updates. So you can update the theme from there.
But in case your license is expired then you won’t get any updates of the theme. For this, you need to repurchase the theme and again use that licnse key to get the automatic updates.
PS: License gets expired within a year of purchase.
Hope this helps.
If you have any query further then please let us know.
Thank you.
Best Regards!!
May 30, 2018 at 12:12 am in reply to: Where do I activate the social links and contact button beside the site title??? #72892wensolutionsKeymasterHello @mindy-morgan,
To display the social links and the button as in the demo you have to add the widget “TP: Social links” and “TP: Link button” in the “Header Widget Area” by going to Admin Panel > Appearance > Customize > Widgets.
Hope this helps.
If you have any confusion further please let us know.
Thank you.
Regards!!
wensolutionsKeymasterHello @bmorning3,
To display the custom templates as in the demo you need to activate the plugin “TP Education” which is even recommended by the theme itself.
After that, you will see the courses, teams etc menu on the dashboard. Just create the post and assign them to the category created from the respective menus.
For example: Go to “Team menus” and create a team from Add new section. Also, create the category from “Team category” section.
Screenshot:
http://prntscr.com/jnzkaeNow go to Appearance > Menus and add that category to the menu.
Screenshot:
This will display as the archive page and will list all the post associated to this category.
Hope this helps.
Thank you.
Regards!!
wensolutionsKeymasterHello @magm8392@gmail-com,
Glad we could help you.
As for the contact form that is displayed in the demo is set up by pasting the code from COntact form 7 and its not a mistake.
So you can also place your desired contact form by pasting the shortcode that you derive from the plugin.
Screenshot:
https://prnt.sc/jnvnq6Hope this helps.
Thank you.
Regards!!
-
AuthorPosts