Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@kriskyria: I’ve just reinstalled the theme and checked the Featured Content, now it working fine. Please check. Let me know if any problem.
Regards,
MaehshMahesh
Participant@dschwartzer: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#respond #commentform label { width: auto; }Regards,
MaheshMahesh
Participant@paulisjob: Add the following CSS:
/* color for Read more on hover button in slider on hover */ #feature-slider .readmore a:hover, #feature-slider .readmore a:focus, #header-featured-image .readmore a:hover, #header-featured-image .readmore a:focus { background-color: #000fff; border-color: #000fff; } /* color for navigation menu */ .nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a { color: #000fff; } /* color for navigation menu on hover */ .nav-primary .menu li a:hover, .nav-primary .menu li a:focus, .nav-primary .menu li:hover > a, .nav-primary .menu li:focus > a { color: #000fff; } /* color for navigation sub-menu on hover */ .nav-primary .menu .sub-menu li a:hover, .nav-primary .menu .sub-menu li a:focus, .nav-primary .menu .children li a:hover, .nav-primary .menu .children li a:focus { color: #000fff; } /* color for search on hover */ #search-toggle:hover, #search-toggle:focus { color: #000fff; }Regards,
MaheshMahesh
Participant@gbargsley: Thank you for your appreciation. Have a nice day!
@markthack: Go to Dashboard=> Appearance=> Customize=> Static Front Page and make sure you’ve selected “News & Updates” page in Posts page option.
If the problem persists, go to Dashboard=> Settings=> Permalinks and click Save Changes and try again.
Let me know if any problem.Regards,
MaheshMahesh
Participant@iamsupermike: Yes, I got your email with your site url. How do you want your site to look? Like the space on either side, how much space? I can help you with the Custom CSS but if you want to change the entire design, I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@shaylaella: Thank you for your appreciation. Have a nice day!
Regards,
MahehshJanuary 18, 2017 at 10:23 am in reply to: Woocommerce : Sidebar is not displayed on the side of the content #107328Mahesh
Participant@hedibelkhodja: Glad to know everything working now. Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@jennafox1027gmail-com: Putting the code in Additional CSS should work fine. I checked your site, you’ve put the code but its displaying as comment because of
/*and*/and in CSS everything comes between these are treated as comment. Please delete/*and*/and just put the code, nothing else.
Hope this helps.Regards,
MaheshJanuary 18, 2017 at 9:51 am in reply to: Clean Journal: 'The active theme is broken' – How do I fix it. #107324Mahesh
Participant@stephenpalmer: Well, these two are totally different themes. However Clean Magazine comes up with more features. Please compare the two in the links below:
https://catchthemes.com/theme-instructions/clean-journal/
https://catchthemes.com/theme-instructions/clean-magazine/Regards,
MaheshMahesh
Participant@dschwartzer: Is there a way I can test the comment section (Now it says, need to be logged in)? And does this work fine with other theme?
Let me know further.Regards,
MaheshMahesh
Participant@novaglenn: Which section do you mean referencing the demo? Please clarify.
Well for the homepage, you can use any static page or the the blog page (set by default). Static page has been used in Demo.
Go to Dashboard=> Appearance=> Customize=> Static Front Page and choose the options as desired.Regards,
MaheshMahesh
Participant@novaglenn: Please post in your site url.
Regards,
MaheshMahesh
Participant@pegasusoliverkyr-com: Thank you for using Fabulous Fluid Pro theme. Please post in your site url.
Regards,
MaheshMahesh
Participant@cbryant: Well, this is not simple. I mean you’ll just need to add the
post_type = anyin the Query, but this is not possible with child theme, since it’s the in the widget. And making direct change in the file is not recommended as all changes will be lost during update.
I recommend you to create a new widget for that, which support custom post type too. If you are not familiar with programming, I recommend you to hire a customizer.Regards,
MaheshMahesh
Participant@creativesigns: It depends on where you have put the CSS in. If you have put the CSS in customizer, it will be retained even after update. But if you have put in somewhere in the theme file, you’ll lose it. I recommend to put it in the Customizer’s Custom CSS. Since WordPress 4.7, this option comes by default. Go to Dashboard=> Appearance=> Customizer=> Additional CSS.
Or, yes you can use the child theme as well. You can find more details on creating child theme HERE.
Hope this helps.Regards,
MaheshJanuary 17, 2017 at 4:59 pm in reply to: Woocommerce : Sidebar is not displayed on the side of the content #107271Mahesh
Participant@hedibelkhodja: Please check the image in the link below. This is how it is displaying in our server.
http://bit.ly/2jrJBWZ
Have you modified anything. If yes, please revert it. And try disabling plugins and check again.Regards,
MaheshJanuary 17, 2017 at 3:46 pm in reply to: Woocommerce : Sidebar is not displayed on the side of the content #107265Mahesh
Participant@hedibelkhodja: Do you have any plugins installed? If yes, try deactivating theme and try again. And please post in your site url.
Regards,
MaheshMahesh
Participant@paulisjob: Please delete the theme via FTP and reinstall the theme. Let me know if any problem.
Regards,
MaheshMahesh
Participant@rawiley: The header image is not actually the image, it is as the background image for the div. And since you’ve remove the site title and the content, the height diminished. This can be fixed with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Option=> Custom CSS box and add the following CSS:
#masthead .wrapper { min-height: 200px; }Note: Please adjust the height as required.
Regards,
Mahesh -
AuthorPosts
