Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@thirsty-journeys: Please post in your site URL.
Regards,
SkandhaSkandha
Participant@bjbarker: The latest version of the theme is 2.5.3 where as you seem to be using an older version.
Also can you try clearing your browser cache and let me know if the issue persists.Regards,
SkandhaApril 9, 2018 at 4:16 am in reply to: Change featured content to 2 columns with different size (width) #137530Skandha
Participant@random2k4: It is not possible to set featured content to 2 columns. If you really need this I suggest you to hire a customizer.
Alternately you can add the following CSS Code to adjust the 2 featured content post with both columns of same size.
#featured-post article { width:47% !important; }
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@thetraininglady: I checked for the issue at my end but everything seems to be working fine. Can you please clear your browser cache and let me know if the issue persists.
Regards,
SkandhaSkandha
Participant@kurtvindu-dk: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-base/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day.Regards,
SkandhaApril 9, 2018 at 2:45 am in reply to: Fotografie Font – Darken the font in the body of the posts #137525Skandha
Participant@mowatson4: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.entry-content { font-weight:bold; }
Let me know if this works out.
Regards,
SkandhaSkandha
Participant@edmelendez: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/fotografie/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day.Regards,
SkandhaSkandha
Participant@bjbarker: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#supplementary .widget { padding:0; margin-bottom:0; }
You can alter the padding and margin according to your requirement.
Let me know if this solves your issue.
Regards,
SkandhaApril 9, 2018 at 12:58 am in reply to: Remove date and date icon from grid content on Fabulous Fluid theme #137522Skandha
Participant@arivinocur: Apologies. The above CSS was to remove date from featured content.
To remove date from featured grid content
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#featured-grid-content .posted-on { display:none; }
Let me know if this works out.
Regards,
SkandhaSkandha
Participant@frederic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To remove the extra menu icon on mobile phones and tablet
#mobile-primary-menu { display:none; }
To display all your menu items in mobile phones and tablet
@media screen and (max-width:960px) { #fixed-header-top { height:500px; overflow:auto; } }
This should make the menu scrollable.
For the image gallery on the about page you will need to find a suitable plugin from the wordpress plugin repository.
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@nateian: Can you explain what kind of banner do you want to have and on which part of the homepage?
Regards,
SkandhaApril 8, 2018 at 11:46 pm in reply to: Remove date and date icon from grid content on Fabulous Fluid theme #137509Skandha
Participant@arivinocur: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#featured-content .meta-info { display:none; }
Let me know if this works out.
Regards,
SkandhaSkandha
Participant@jbourgui: The option to change the Service Section Layout option is available only in the pro version of theme. I suggest you to upgrade to pro. You can check the additional-features available in the pro version of the theme and make you decision.
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@pastonchase: To change the background color of footer
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#site-generator { background-color:#4444; }
Footer editor option is not available in the free version of the theme. I suggest you to upgrade to pro.
You check can check out the additional-features available in the pro version and make your decision.Alternately you can edit the footer text by creating a child theme and customizing your site.
Let me know if this works out.
Regards,
SkandhaSkandha
Participant@thetraininglady: Are you talking about the feature slider because there is no featured content option available in the theme option. Sorry that im not able to copy what the issue is. Can you walk me through the issue so that I can find you a solution? Which option in the Customizer are you having trouble with?
Regards,
SkandhaSkandha
Participant@aferrera: It seems the issue is caused by the plugin, you will need to contact the plugin support and share the issue with them. They should be able to solve your issue.
Let me know if you have anymore issues.
Regards,
SkandhaSkandha
Participant@mandala528: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#featured-post .entry-title { font-size:18px; }
You can change the size according to your requirement.
Let me know if this works out.
Regards,
SkandhaSkandha
Participant@ptidwell: This is because of the following additional CSS you have added.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code
.menu-item{width:14.2%}
Remove the code and the issue should get resolved.
Let me know if you have anymore issues.
Regards,
SkandhaSkandha
Participant@pastonchase: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/full-frame/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day.Regards,
Skandha -
AuthorPosts