Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @r3marketing,
First of all thank you very much for using the pro version.
The theme itself does not have the feature to increase/decrease the font size of the page title.
However, it can be increased/decreased using the custom CSS. So please ad below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#custom-header .page-title { font-size: 28px; }
Here increase/decrease the font size as per your requirement.
Hope this helps.
let us know if you have any confusion further.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @malmossa,
Glad we could help you.
The header that seems to overlap the header content is actually an admin dashboard header i.e. it will appear only upon viewing the site in logged in mode.
So it is not an issue.
Hope this clears the confusion.
If you have any issue further then please let us know.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @kitchentools,
We would like to apologize for the delay in reply to you.
Also, it would be very easy for us to provide the fix if you could provide your site URL cause we not quite clear about the section you wanted to change the color for.
Below we have provided the CSS for the single product page.
.single .summary h1.entry-title::after { background: #FFEB3B; }
Change the color code as per your requirement.
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @muellerc,
Actually, it is not possible.
Making this effect enable in the active menu item cause other menu items with the # link to show the border above them all the time which you made us remove before.
Hope this clears the confusion.
Best Regards!!
wensolutionsKeymasterHello @jsun,
We would like to apologize for all the trouble.
If you are getting two home page then you can delete one and use the other one while creating the menu from Admin Panel > Appearance > Menus.
As for the location about the main navigation menu, it will appear in the homepage at the header.
Also, the theme is constructed using the WoredPress coding standard so there is no any such compatibility issue.
Additionally, it is not the issue as we have already mentioned. But if you still do not want to use the theme then you can ask for the refund by sending and email to the email address given below:
Thank you.
Best Regards!!
wensolutionsKeymasterHello @malmossa,
First of all thank you very much for using the pro version of the theme.
Now to change the header color of the menu in mobile version use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
For top head
@media only screen and (max-width: 479px){ #tophead { background-color: #514d79; } }
For hambuger menu
@media only screen and (max-width: 900px){ #mobile-trigger i { background-color: #8f42fa; } }
Change the color code as per your requirement.
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @adarsh-verma,
Thank you very much for your interest in the premium version of the theme 🙂 .
As for the compatibility query, the pro version is compatible with the WooCommerec plugin but we have not done any sort of compatibility testing with Buddy Press plugin.
However, you can try using the plugin with the theme and if you find any issue you can post them here so that we can fix it for you.
Additionally, elead pro theme comes with lots of other exciting feature that you might want to consider.
To know more about the pro version please refer to below given link:
http://themepalace.com/downloads/elead-pro/
Thank you.
Best Regards!!
wensolutionsKeymasterHello @daniele,
Response: “Read More News”
You can link the ” Read More News” button to any page you like by placing the URL of your choice in the option “Button URL:”.
But in case if you want to remove the button and display the section as like other section, then you can do so by removing the text and link from the options Button text and Button URL respectively.
Screenshot:
http://prntscr.com/jd5molHope this helps.
Best Regards!!
wensolutionsKeymasterHello @mistiknaw,
First of all thank you very much for buying the pro version of the theme.
Also for your information, the demo content is not available within the theme. But there is nothing to worry about because we do have theme official documentation which you can refer to set up your site as in the demo.
Documentation:
http://themepalace.com/instructions/themes/business-field-pro/
Further, if you have any confusion while setting up any of the section then please let us know and we will help you.
Thank you.
Best Regards!!
Have a good day 🙂 .
wensolutionsKeymasterHello anna,
The option to change the space between two widget in a row is also available within the plugin.
For this, you simply need to go to row edit screen of that row. Here at right-hand side you will the option “Gutter” inside the option “layout”. Just add the no of px as per your requirement in the option “Gutter“.
Screenshot:
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @muellerc,
Nice to know that your issue related to the underline is solved.
Also, yes the border line above the menu item is not displayed because those are just anchorlinks.
Hope this clears the confusion.
Let us know if you have any confusion further.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @muellerc,
To resolve the issue use below given CSS.
.menu-hauptmenue-container .menu-item a:focus { text-decoration: none; }
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @muellerc,
Yes, you do have to activate the child theme.
Now to import all the customizer setting to the child theme add below given code in your child theme functions.php file.
https://gist.github.com/Steeru/5616aca7baa0493f78ceb5fa081bdc1e
Hope this helps.
Best Regards!!
wensolutionsKeymasterHello @aschonland,
When we inspected your site URL, we found that the theme that is currently active in your site is not Daily Insight Pro.
To inspect the issue further, please activate the daily insight pro them and let us know.
Also, you can post your image here directly.
Thank you.
Best Regards!!
wensolutionsKeymasterHello @muellerc,
Nice to know that your issue related to the banner image is resolved.
Now to add the hover effect over the menu item use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
#site-navigation #primary-menu li a:before { content: '' !important; background: rgba(0, 150, 136, 0) none repeat scroll 0 0; top: 0; display: inline-block; height: 1px; left: 0; margin: auto; position: absolute; right: 0; width: 50px; } #site-navigation #primary-menu li a:hover:before { background-color: #ffdb46; }
Now to have the header like in the front page in other pages as well, you have to add below given code in your child theme functions.php.
You can create the child theme manually or simply create the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme in your child theme’s functions.php file add below given code:
https://gist.github.com/Steeru/f39c02b7b2e0651086e159501d8d7f9c
Hope this helps.
Best Regards!!
-
AuthorPosts