Forum Replies Created

Viewing 15 posts - 5,371 through 5,385 (of 8,657 total)
  • Author
    Posts
  • in reply to: Color Options Not Working in SiteBuilder #54046
    wensolutions
    Keymaster

    Hello @lynaeash,

    Glad to know your issues has been resolved.

    If you have any queries further, please feel free to post them here.

    Best Regards !! 🙂

    in reply to: Fix my website #53972
    wensolutions
    Keymaster

    Hello @centroscq,

    The issue #2 defines the issue of showing the map call and email icons even when no data is provided for the fields in the top header bar. This issue has already been resolved in the theme latest version.

    Regarding the “Social Menu” menu loaction, please make sure you have installed and activated the “Jetpack” plugin first as the social menu location in the theme has been provided by Jetpack plugin.

    Hope this Helps,

    Best Regards !!

    in reply to: Color Options Not Working in SiteBuilder #53937
    wensolutions
    Keymaster

    Hello @lynaeash,

    While we have inspected the widget in your site it seems like there is already some custom code for widget title color with ‘.widget-title’ selector.

    Please check and remove the CSS for color if not required.

    You can also paste in the following Custom CSS in your Customizer > Additional CSS that will target the specific widget title and change your desired color.

    .so-widget-travel-eye-featured-trips h3.widget-title {
        color: #626262!important;
    }
    
    .so-widget-travel-eye-featured-trips .trip-day {
       display: none;
    
    }

    This will also remove the day field in the front-end.

    Note : The product day value checks for the empty data in the backend, that means, alternatively it is better to leave the day field blank in the widget details that should also remove the day ( circular tag ).

    Hope this Helps,

    Best Regards !!

    in reply to: Blog feed not functioning properly #53935
    wensolutions
    Keymaster

    Hello @leannebeattie,

    As we have checked locally with the theme for the issue, the issue was no found on our side.

    To debug the issue further, could you please follow the steps here :

    1. Check by Updating the plugin to latest available version ( V. 2.1 )
    2. Check by deactivating any third party plugins one by one to check and see for fix

    If the steps does not resolve the issue, please provide us your WordPress Login Credentials through our official support e-mail : support[at]wensolutions.com so that we can check and resolve the issue further.

    Best Regards !!

    in reply to: Logo with Menu placement issue #53934
    wensolutions
    Keymaster

    Hello @nmolanes,

    Regarding the Logo Deformation

    Please provide us your Website URL so that we can better visualize the issue of Logo deformation and provide some precise fix.

    Regarding Pictures in Services Section

    The front Page Services Section in the Mediclean Pro comes from the Mediclean Services widget. Also, the icons used in the services pages can be changed from the Appearance > Widgets > Mediclean: Services. It takes the font awesome fonts class for each page selected.

    For reference on font awesome icon classes check the link here :
    http://fontawesome.io/icons/

    Best Regards !!

    in reply to: Bizlight Pro- Mobile #53933
    wensolutions
    Keymaster

    Hello @laurendro,

    To make the logo in the header centered in the mobile devices only, please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media(min-width:769px){
    .site-header.evision-nav-right {
      
      text-align: center;
    
    }
    
    .nav-holder {
        margin-top: 0px!important;
    
    }
    
    }

    This will also decrease the header blue bar in mobile devices.

    Regarding the image size in featured slider

    While inspecting your Website URL, it is seen that the featured image used in the front page also contains text in the image itself, this makes the image area shrink as the theme initially has caption / button in the layout. It is highly recommended to use the slider layout with caption to get the proper sizing.

    If you wish to increase the slider size with the current image however, please add in the following Custom CSS :

    .evision-main-slider .slide-item {
        padding: 80px 0;
    }
    
    .thumb-overlay {
       display: none;
    }

    Hope This helps,

    Best Regards !!

    wensolutions
    Keymaster

    Hello @igor,

    The Clean Commerce Front Page Widget Areas and the CC: Featured Product Carousal is features of Pro version of the Clean Commerce Theme.

    However, the You can still display Featured Carousal in your Front Page and shop page with the free theme with the default theme customizer.

    Please go to your Admin Dashboard > Appearance > Customize > Featured Carousal > Carousal Type and select the “Static Front Page and Shop Page” in “Enable carousal On” dropdown.

    This will display the carousal in the static front page.

    Hope this Helps,

    Best Regards !!

    in reply to: Social menu #53930
    wensolutions
    Keymaster

    Hello @kostka,

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

    #header-social .university_hub_widget_social ul li a:hover::before {
        color: #1e73be;
    }
    
    #header-social .university_hub_widget_social ul li a::before {
        color: #660000;
    }

    This Will change the icon colors for the social menu, making it visible on the white header.

    Hope this helps,

    Best Regards !!

    in reply to: Mobile Menu Active Item #53925
    wensolutions
    Keymaster

    Hello @wapel,

    We have checked the issue for the current page menu item styling for the Mobile menu in the Academic theme.

    We have noted down the issue in the theme and will provide the fix in our future updates to the theme.

    As a quick fix, you can also add in the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .sidr ul .sidr-class-current-menu-item > a,.sidr ul .sidr-class-current_page_item > a, .sidr ul .sidr-class-menu-item-has-children > a, .sidr ul.sidr-class-current_page_ancestor > a{
        color: #ffe800;
    }

    Hope this Helps,

    Best Regards !!

    in reply to: Mobile Menu Active Item #53924
    wensolutions
    Keymaster

    Hello @wapel,

    We have checked the issue for the current page menu item styling for the Mobile menu in the Academic theme.

    We have noted down the issue in the theme and will provide the fix in our future updates to the theme.

    As a quick fix, you can also add in the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    .sidr ul .sidr-class-current-menu-item > a,.sidr ul .sidr-class-current_page_item > a, .sidr ul .sidr-class-menu-item-has-children > a, .sidr ul.sidr-class-current_page_ancestor > a{
        color: #ffe800;
    }

    Hope this Helps,

    Best Regards !!

    in reply to: Change image thumbnail for "Our work" section #53918
    wensolutions
    Keymaster

    Hello @maapinho,

    Yes we do understand the issue that you are trying to explain, and actually the code we have provided works for the resolution of the issue itself.

    The theme has registered different range of image sizes that is used in the theme in different places, With the layout you have selected for the Work section the default “business-page-plus-work” image size pulls smaller image size, hence making it blurry.

    To resolve the issue you can try using the code we have provided that will; pull the “full” size image for the section and resolve the blur issue.

    You can also replace the “full” parameter in the wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); function in Line : 162 of the code we have provided to any registered image size in the theme of your choice.

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

    Hope this Helps,

    Best Regards !!

    in reply to: Disable Plugin Nag Messages #53917
    wensolutions
    Keymaster

    Hello @tekiebelu,

    While inspecting the code you have provided in the screenshot the code should work correctly.

    You can also replace the code with the one below to check and see if it works :

    function restaurantz_pro_child_remove_recommended_plugins(){
    
    	remove_action( 'tgmpa_register', 'restaurantz_activate_recommended_plugins' );
    }
    add_action('after_setup_theme', 'restaurantz_pro_child_remove_recommended_plugins', 20 );

    If you are still having trouble with the code you can provide us your Admin Login Details to our official support email : support[at]wensolutions.com and we will fix the issue for you.

    Regarding The Title

    With the link You have provided it is actually the Woocommerce archive page, hence showing the archive page title, if you wish to change the title of the page, we can provide you with some custom code to do so. Please provide us details on the title you want to show up on the page so that we can provide some precise fix.

    Best Regards !!

    in reply to: Color Options Not Working in SiteBuilder #53916
    wensolutions
    Keymaster

    Hello @lynaeash,

    While inspecting the issue on our side, it is seen that the colors selected for the Featured trips widget is actually been overridden by the Slick CSS as the widget layout uses the slick slider for featured trips carousal.

    We can suggest some Custom CSS targeting the specific widget if you can provide us details on the texts ( Title or Days ) section in the widget that you would like to change color of.

    Please provide us details on the texts that you are willing to change color of so that we could help you further.

    Best Regards !!

    in reply to: How do I change color in page title? #53914
    wensolutions
    Keymaster

    Hello @lynaeash ,

    Glad we could help. If you have any queries further, please write back to us and we will happily help you further.

    We would also really appreciate it if you could take some extra steps to review our theme free version at the WordPress repo here :

    https://wordpress.org/support/theme/travel-eye/reviews/#new-post

    Best Regards !!

    in reply to: Background Images Site Builder #53913
    wensolutions
    Keymaster

    Hello @lynaeash ,

    Glad we could help. If you have any queries further, please write back to us and we will happily help you further.

    We would also really appreciate it if you could take some extra steps to review our theme free version at the WordPress repo here :

    https://wordpress.org/support/theme/travel-eye/reviews/#new-post

    Best Regards !!

Viewing 15 posts - 5,371 through 5,385 (of 8,657 total)