Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @Arman
This is noted down as a known issue. Which will be fix in upcoming updates as soon as possible.
The error due to minified version of one of the js so to remove that error for now you need to remove that minified version of js and add unminified version.
To do that first you need to create and activate child theme.
You can create child theme manually taking help with the following link:https://codex.wordpress.org/Child_Themes
Or you can take help of some plugin. Below is the link for one of them.
https://wordpress.org/plugins/wp-child-theme-generator/
After that all you need to add below code in child theme’s functions.php file.
function profitmag_dequeue_error_scripts() { wp_dequeue_script( 'profitmag-pro-scrolljs', get_template_directory_uri() . '/js/jquery.mCustomScrollbar.min.js', array('jquery'), '1.0.0', true ); } add_action( 'wp_print_scripts', 'profitmag_dequeue_error_scripts' ); function profitmag_enqueue_unminified_scripts() { wp_enqueue_script( 'profitmag-pro-scrolljs-unminified', get_template_directory_uri() . '/js/jquery.mCustomScrollbar.js', array('jquery'), '1.0.0', true ); } add_action( 'wp_enqueue_scripts', 'profitmag_enqueue_unminified_scripts' );Hope this will help to resolve your issue.
Best Regards!!!
wensolutions
KeymasterHello @ITHQ
To share your screenshots of the issues you are having you can upload your screenshot images in the free images hosting sites (like imgur), and paste in the URL of your screenshot image here.
Best Regards !!
wensolutions
KeymasterSure. Write us any time if you have any further queries or issues.
October 6, 2016 at 12:23 pm in reply to: How to change Trade Line: Services-Widget background #20109wensolutions
KeymasterYou are most welcome!
Feel free to post in your query if you have any other issues.
wensolutions
Keymaster@suryakumaran, would you please create a new ticket and elaborate your question in detail? This will help us specifically discuss on your issue there. Also, it’s quite not clear as where would you want to show the category on homepage.
wensolutions
KeymasterHello @ahmad shabbir
As far as we have checked the compatibility of the theme with Contact From 7 it is all fine.
May be you have done something wrong with configuration with the Contact From 7 plugin.
Below link give you some idea about Contact Form 7 plugin.http://contactform7.com/setting-up-mail/
Further you can post your query in particular support forum of Contact From 7 plugin, which might help you in configuring the plugin.
https://wordpress.org/support/plugin/contact-form-7
Hope this will help you.
Best Regards!!!
wensolutions
KeymasterHello @rebecca-wieser
To make the three different widgets in the front page widget area appear like one single block and have a single background color please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
#sidebar-front-page-widget-area .trade_line_widget_services{ margin-top: 0px; background: #94a3e8 ; }You can change the background color to the color hex code of your choice. For reference on color hex code: see this link.
Hope this helps,
Best Regards !!
wensolutions
KeymasterHello @tommybarber,
Assuming that you are trying to change your website layout to “boxed” layout, Education Hub Pro theme already has the feature to switch the layout of your website.
To change your website layout to boxed please go to your Admin Dashboard > Appearance > Customize > Theme Options > Layout Options > Site Layout and choose “boxed” option. This will change your website as well as the blog page layout to boxed layout.
If the above steps does not resolve your issue, please explain further your issue with possible screenshot and site URL so that we can better understand the issue and find a precise solution.
Hope this helps,
Best Regards !!
wensolutions
KeymasterHello @ITHQ
As far as we have checked locally all the pages have same width even they don’t have same content.
And the footer is all times in bottom of navigator window for all pages.And further to have unique background on each pages you need to find the particular page-id of a page by inspecting the browser source and with the help of that id you need to add custom CSS for background image.
So to provide you the solution for both queries we need to have your site URL.
Sorry for the inconvenience.Best Regards!!!
wensolutions
KeymasterAfter Checkout, you will see an option Pay with Debit / Credit Card from which you can process your purchase.
For details, please see the attached screenshot.

Hope this helps!
wensolutions
KeymasterYou are welcome!. If there are any further query, then, please feel free to post them.
We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
https://wordpress.org/support/theme/travel-eye/reviews/Best Regards,
wensolutions
KeymasterHello @mleamons
Its very sorry to hear that you are having trouble with customize menu.
This kind of problem is seen most of the time due to plugin conflict.The solution for this is kind of hit and trial method.
The first thing you should do is disable all your plugins, clear your cache and re-load your site to check if everything is working how it should be.
If it is, then now you can activate your plugins back 1 by 1 and as soon as it breaks you’ll know that last plugin was the one causing issues (make note of this plugin, deactivate then keep doing the same).
Once you know the plugins causing the issues you can either search for another plugin that does the same functionality but is compatible.
If the above solution didn’t fix your issue, please let us know for further assistance.
Hope you understand.
Regards!!!
wensolutions
KeymasterHello @ahmad shabbir,
Please go through the individual replies posted below regarding your issues :
- I am Experience problem in Booking from Because With “Contact Form 1” We can’t Book Anything
- Secondly IN HEADER I remove HEADER IMAGE AND this message Shows
“Current header No image set” But Still An Default background come on top of the Slider
The booking form in the section below the slider comes from the Contact Form 7 plugin.It seems like you are currently using the default “Example” form that is included with the contact form 7 plugin.
To change the form as in the demo of the theme you will need to either create a new form or edit the one you have in your Dashboard > Contact. For more reference on creating forms with contact form 7 plugin, see this link: http://contactform7.com/getting-started-with-contact-form-7/.After you have successfully created contact from with desired fields, Go to your home page edit screen and select the “Travel Eye: Booking Form” section. On the options popup, select the contact form you have created under “Form” setting. For Reference, please see the screenshot below:

To resolve this issue, please go to your front page edit screen > under the site origin page editor and find “Theme Settings” in the bottom of the page.
Under Theme Settings > Layout Tab, choose “No sidebar” option for Single Layout setting. Also in the “Image” tab > Image Settings, check the “Check to Disable Banner Image Area” option.


Save your changes and your front page banner above the slider section will be removed.
Hope this helps you,
Best Regards !!
wensolutions
KeymasterHello @iHelpers,
To align the portfolio section in your website to the center you can paste the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field :
.home-section-portfolio .portfolio-item { float:none; }Hope this helps,
Best Regards !!
wensolutions
KeymasterHello @ITHQ
I want to know how to manipulate the width of page.
Ok the above query is not clear enough for us to provide you solution. Can you please explain your issue in much more details( may be with some screenshot or with site URL ) so that we could debug more into your issue and provide you with some solutions.
Hope you understand.
Regards!!!
-
AuthorPosts





