Forum Replies Created
-
AuthorPosts
-
July 20, 2017 at 12:04 am in reply to: How do I disable the mobile menu that University Hub Pro comes with? #48015
wensolutions
KeymasterHello @michaelmui,
In order to disable current mobile menu use below given CSS. For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
@media only screen and (max-width: 1000px) { .mobile-nav-wrap { display: none; } }However as you are trying yo use third party menu, let us inform you that we have not tested the theme with any other third party plugin beside the one recommended by the theme itself . So we cannot assure the compatibility of theme with any third party plugin .
Hope this helps.
If you have any issue further, please let us know .
Best Regards!!
wensolutions
KeymasterHello @delemeiji_jebujene,
If you have created and assigned a menu for your site it should be displayed in the site.
Please make sure that you have created and assigned a menu in your desired menu location in the theme from your Admin Dashboard > Appearance > Menus.
You can check the screenshot below for instructions / detail reference :
Please provide us your Website URL explaining the issue further if it is no resolved by the steps mentioned above.
For any queries / confusions further, please write our queries to us.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @rotaryclubofdelmarny,
While we have tested the theme with the latest WordPress version( version 4.8 ) the issue was not found on our side.
Please refer to the screenshot here( http://imgur.com/a/iriLK ) for the path to the theme license field and verify on your side. Also, it would be easier for us to debug if you can send the screenshot of the screen / error you are seeing on your dashboard.
If the issue is not resolved, you can send us your login credentials to our official support e-mail support[at]wensolutions.com so that we can inspect the issue.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @andino,
If you are having trouble installing WordPress, please refer to the helpful codex doc that shares details on installation of WordPress in liver server as well as local development environment.
LINK : https://codex.wordpress.org/Installing_WordPress
If you are having trouble installing the theme, please refer to the official theme documentation, that includes instructions with the process of theme installation :
http://themepalace.com/instructions/themes/bizlight-pro/
If you have any theme specific issues / queries, please write back to us and we will definitely help you further.
Best Regards !!
July 18, 2017 at 8:21 am in reply to: How would I change the front page post sections to a square? #47891wensolutions
KeymasterHello @xsrock,
The sections in the home page of the Profitmag Pro theme uses different image sizes defined in the theme itself.
While we can provide some Custom CSS for adjustment of images, it might create cropping or stretching of images.
Please try updating the images to exact square dimensions and check if the size remains constrain along the blocks.
If the issue is not resolved , let us know so that we can suggest help further.
Best Regards !!
wensolutions
KeymasterHello @,
You can increase the font size of the text in page contents area by adding in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :
body.page .entry-content { font-size: 1rem; }Regarding the request with the page specific banner image, the page option is not available in the theme feature currently.
The addition of feature requires code customizations that is beyond the scope of the support forum.
We would suggest you to considering hiring a professional customizer for the development of additional feature in your site, so that the site gets affected in no way. To hire a customizer, go through the link here :
http://themepalace.com/hire-a-customizer/
Hope you would understand,
Best Regards !!
wensolutions
KeymasterHello @tristadeleon,
The Clean Commerce pro theme already has necessary CSS codes to hide the default menu in the theme. While we have inspected your Site URL, it seems the CSS has been overridden in your site.
You can fix the issue however by using the following custom CSS :
@media only screen and (max-width:900px){ #main-nav, #header-nav { display: none !important; } }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @tristadeleon,
To disable the sticky menu option only for mobile devices, you can add in the following Custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS.
@media only screen and (max-width:900px){ .enabled-sticky-primary-menu #main-nav.fixed { position: relative; } }Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @rotaryclubofdelmarny,
It is very unlikely for the access issue message to show in the Admin dashboard. While we have tested the theme with latest version ( version. 2.5 ) No such issues has been noted.
For debug of the issue, please make sure that your currently logged in user has “admin” user role and capabilities.
If you are still having the issue, please share with us the screenshot of the issue along with your WordPress and PHP version details so that we can help you debug further.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @hoanlt,
The archive view layout in the Academic Pro theme has an option to switch to grid view or list view as per your requirements.
To switch your categories to the grid layout like in the URL ( http://caodangyduochanoi1.edu.vn/category/thong-tin-tuyen-sinh/ ), you will need to set your categories to display in grid layout option in your Admin Dashboard > Appearance > Customize > Theme Options > Archive layout.
Here you will get an multi select option for your categories that you can choose to display in the grid layout from the list and save your changes.
If you need any help further, please let us know,
Hope this helps,
Best Regards !!
wensolutions
KeymasterHello @tristadeleon,
Glad to know your issue has been resolved.
If you have any issues / queries further, please let us know.
Best Regards !!
wensolutions
KeymasterHello @tristadeleon,
The Clean Commerce Pro theme does has the option of changing the colors of different elements of the theme individually as per the theme instructions in the theme’s official documentation here :
http://themepalace.com/instructions/themes/clean-commerce-pro/.Also, we are actually not quite clear on the ” I have no area to enter a color code and can only pick from 6 colors.” issue that you are referring to.
If the options / settings in your theme customizer is different than that of the theme instruction’s screenshots, please provide us the screenshot of the issue you are having in the customizer so that we can inspect the issue further and provide some fix.
Best Regards !!
wensolutions
KeymasterHello @khayman,
Yes we can provide you with some custom CSS codes without requiring to make changes to php files for the full width option by removing the container margins.
You can provide us your website URL and requirements so that we can inspect the website and provide you with basic fixes through the support forum.
If you have any queries further, please feel free to post them here.
Best regards !!
wensolutions
KeymasterHello @NDAVIS43521,
While we have inspected your website through the site URL it seems like you have inserted the prezi presentation iframe through the WordPress Editor. The WYSIWYG editor in WordPress actually has alignment option for internal components in the page.
You can add in the following code in the “text” mode in your page editor to get it to display center aligned in your page :
<p style="text-align: center;"><iframe src="https://prezi.com/view/HvUUpdRwxeVzZurlFet8/embed" width="550" height="400" allowfullscreen="allowfullscreen"></iframe></p>Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @toshi,
If you wish to remove the date display in the front page featured slider, you can achieve the request by adding in some additional Custom CSS.
Please add in the following custom CSS code in your Admin Dashboard > Appearance > Customize > Additional CSS :
.featured-carousel-item-meta .date { display: none!important; }Hope this helps,
Best Regards !!
-
AuthorPosts





