Forum Replies Created

Viewing 15 posts - 5,086 through 5,100 (of 8,657 total)
  • Author
    Posts
  • in reply to: How to customize Search button TEXTS #57736
    wensolutions
    Keymaster

    Hello @makoto,

    The option to directly modify the search button text in the search form in the Admin Dashboard is not available in the theme.

    However, you can edit the text by creating a child theme to modify the contents for search section.

    For reference on creating child theme, you can see the link here :

    https://codex.wordpress.org/Child_Themes

    You can also automate the task by using child theme generator plugin.

    After Creating and activating the child theme, paste in the following code in your child theme’s functions.php file :

    	/**
    	 * Customize search form.
    	 *
    	 * @since 1.0.0
    	 *
    	 * @return string The search form HTML output.
    	 */
    	function education_hub_customize_search_form() {
    
    		$search_placeholder = education_hub_get_option( 'search_placeholder' );
    		$form = '<form role="search" method="get" class="search-form" action="' . esc_url( home_url( '/' ) ) . '">
    	      <label>
    	        <span class="screen-reader-text">' . _x( 'Search for:', 'label', 'education-hub' ) . '</span>
    	        <input type="search" class="search-field" placeholder="' . esc_attr( $search_placeholder ) . '" value="' . get_search_query() . '" name="s" title="' . esc_attr_x( 'Search for:', 'label', 'education-hub' ) . '" />
    	      </label>
    	      <input type="submit" class="search-submit" value="' . esc_attr_x( 'Search', 'submit button', 'education-hub' ) . '" />
    	    </form>';
    
    		return $form;
    
    	}

    You can change the “Search” text before"</form>" tag to your desired text.

    Hope this Helps,

    Best Regards !!

    in reply to: Right side empty column at mobile usage #57735
    wensolutions
    Keymaster

    Hello @parlar,

    We have checked the issue you have referred to in the thread and provided the solution / fix for the issue.

    Also, while we have tested the fix on our side, it is working with the CSS.

    While we have checked your website, the provided CSS doesn’t currently seems to be applied in your website currently.

    Please make sure you have pasted the code correctly in your Admin Dashboard > Appearance > Customizer > Additional CSS after the section :

    /*
    You can add your own CSS here.
    
    Click the help icon above to learn more.
    */ 

    Save and publish your changes and the issue will be fixed regarding the site.

    Hope this Helps,

    Best Regards !!

    in reply to: sliders #57681
    wensolutions
    Keymaster

    Hello @andrewrobo,

    The update has been release fixing the issue of the slider .

    So please update your theme to the latest version and verify .

    Thank you .

    Best Regards!!

    in reply to: How to add Sidebar on the Blog page only #57679
    wensolutions
    Keymaster

    Hello @makoto,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/education-hub/reviews/

    Best Regards !!

    in reply to: How to add Sidebar on the Blog page only #57674
    wensolutions
    Keymaster

    Hello @makoto,

    Please try by setting the global layout to sidebar option .

    For those pages which does not need the sidebar , go to individual page edit screen send set the Chose Layout option to No sidebar .

    Hope this helps .

    Kindly let sub know if this works for you or not .

    Best Regards!!

    wensolutions
    Keymaster

    Hello @praveen,

    Thank you for using the Pro version .

    Even in pro version you can place the image where currently the reservation image is displayed .

    For this go to Admin Panel > Appearance > Customize > Widget > About Section Widget Area an place the widget Image and upload the image of your choice here .

    As the theme doenot have the boarder you can add below given custom CSS for the border .

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    #reservation-information .widget {
        margin-top: -25px;
        border: 15px solid #fff;
    }

    Please upload the image of bigger size .

    Hope this helps .

    Any further issue are always welcome .

    Best Regards!!

    Have a good day .

    in reply to: Color customization #57662
    wensolutions
    Keymaster

    Hello @ewx,

    The pro version of the ProfitMag pro has the color option where you can chnage the color of the header , footer , Fonts.

    In case if you require to change the color of other parts/section then we can help you with the custom CSS for the pro version .

    Other than this, pro version comes with other exciting feature and to know more about the pro version please refer to below link .

    http://themepalace.com/downloads/profitmag-pro/

    Thank you .

    Best Regards !!!

    in reply to: How to add Sidebar on the Blog page only #57661
    wensolutions
    Keymaster

    Hello @makota,

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

    The theme has provided the option where you can set the sidebar for each page through the Meta option available in pages edit screen .

    So in your case go to Admin Panel > Appearance > Customize > Theme Options > Layout Options > Global Layout and set No Sidebar option .

    Then go to Blog page edit screen . At the button you can see the meta option Theme Setting > Chose Layout . Here chose the option from the dropdown for the sidebar .

    Hope this helps .

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

    Best Regards!!

    in reply to: nature bliss install look and feel #57659
    wensolutions
    Keymaster

    Hello @edwardbell,

    Glad that we could help you .

    Your queries has been answered below :

    Query #1,

    All of the section is either set using the post or the page . So now to edit the content and the title you can go to Admin Panel > Posts > All post for the option where we have set the section by choosing category .

    Similarly for the section that is set using the pages go to Admin Panel > Pages > All Pages and edit the content and the title .

    Query #2,

    To remove the donate bar go to Admin Panel > Appearance > Customize > Theme Options > Header Options > Donate URL and remove the URL .

    Query #3,

    Now to change the Phn and Email go to Admin Panel > Appearance > Customize > Theme Options > Header Options . Here you find the option to change the contact phn no contact email .

    Hope this helps.

    Best Regards!!

    in reply to: topic error if the category owner is apache #57602
    wensolutions
    Keymaster

    Hello @anv ,

    Actually we are not quite clear with your issue .

    Please explain it properly further, may be with few steps on how you get those error so that we could help you.

    Best Regards!!

    in reply to: The mobile version does not show the Max mega menu #57599
    wensolutions
    Keymaster

    Hello @anv,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/clean-commerce/reviews/

    Best Regards!!

    in reply to: nature bliss install look and feel #57596
    wensolutions
    Keymaster

    Hello @adwardbell,

    We have set your site as in the demo . We have created the required page,post and categories as per the requirement and set each section using the available widgets in Front Page Widget Area .

    Please check the site .

    Furthermore make the necessary change as per your requirement in different section . To help you through this we do have the theme official documentation . Please refer to below link .

    http://themepalace.com/instructions/themes/nature-bliss-pro/

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

    Best Regards!!

    in reply to: sliders #57578
    wensolutions
    Keymaster

    Hello @andrewrobo,

    We would like to apologize for the inconveniences.

    We are working on the issue and after the update is released fixing the issue we get back to you .

    Hoping for the co-operation 🙂 .

    Best Regards!!

    in reply to: Changing from one theme to this theme – will i lose data?? #57577
    wensolutions
    Keymaster

    Hello @nic5790,

    Yes please try disabling the plugin and check the issue if the issue is fixed or not .

    Now to increase the logo size use below given CSS in Customize > Additional CSS.

    .custom-logo-link {
        max-width: 100%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Happy Customer Section #57576
    wensolutions
    Keymaster

    Hello @kitchentools,

    If you select the option All Categories then it will display the post that is recently created .

    So to make your desired post to display in the testimonial section you have to first create the category by going to Admin Panel > Post > Categories . Then assigned those post that you have created with the happy reviews to the category that you have created .

    Finally go to Admin Panel > Appearance > Customize > Widget > CC: Testimonial Slider and chose that category to display in this section . This will help you to display your desired reviews in testimonial section .

    Hope this helps .

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

    Best Regards!!

Viewing 15 posts - 5,086 through 5,100 (of 8,657 total)