Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@janellapplegate: You seem to have added some additional css because of which the sidebar widgets are disappearing in mobile view.
Go to => Appearance => Customize => Additional CSS and remove the following CSS Code from there.
@media screen and (max-width: 960px) { #main #secondary { display: none; } }Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@rkolanup: 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/fabulous-fluid/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@violetdeb: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.fa.fa-facebook:hover, .fa.fa-google-plus:hover, .fa.fa-link:hover { background:#ffffff; border:none; color: #28b3c5; } a:focus, a:hover { text-decoration:none; }Let me know if this is what you want.
Regards,
SkandhaSkandha
Participant@violetdeb: Glad it worked out. Have a good day.
Regards,
SkandhaSkandha
Participant@fireflywebs: When you use the (show full content-no feature image) option that is archive content layout it applies for list of posts like blog, categories and tags but when you individually open a post or page then the featured image will show up unless you have selected the disable option in (Single post/page image layout).
I does not limit text wrap. You can wrap the text in the desired manner using a little bit of additional css.
If you add a featured image to a post and don’t want to show it in the post you can do it using (show full content-no feature image) for archive and disable option for single post/page image layout. The point I was making was the options won’t effect the images you add directly to the content.
Check out the link to know clearly about the layout-option.
Let me know if this clears the issue.
Regards,
SkandhaSkandha
ParticipantHello @luismarioochoa, Our themes are responsive as you can see when you switch from a full screen to a mobile view screen the background adjusts itself in the best possible manner. Obviously the background won’t be perfect for all the screen sizes of certain height and width.
Regarding the two pages not displaying in mobile phones I will get back to you on that as soon as possible.
Apologies for the delay.If you mean to have background only on front pages in mobile screens
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (max-width:500px) { body.custom-background:not(.home) { background:#000; } }Let me know if this is what you want.
Regards,
SkandhaSkandha
Participant@kevin-sencherey: Sorry for the late reply. I seem to have missed your post. I suggest you not to edit you themes files without creating a child theme because when you update the theme all your changes will get lost.
To remove the things you’ve mentioned
Go to => Appearance => Customize => Additional CSS and add the following CSS.powered-by { display:none; }Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@joshuacgibson: Remove the previous CSS code I provided you then
Go to => Appearance => Customize => Additional CSS and add the following CSS Code#feature-content { background-color:rgba(255,255,255,0.5) !important; }Let me know if this is what you want.
Regards,
SkandhaSkandha
Participant@rkolanup: Additional CSS seems to work fine on IE at my end. Try updating IE to the latest version. This might solve your issue.
Regards,
SkandhaSkandha
Participant@pablohoney: I’m afraid you cannot just increase the logo size without increasing the header area. If you really need this then i suggest you to hire a customizer.
Let me know if you have anymore issues.
Regards,
SkandhaSkandha
Participant@saucha: 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/gridalicious/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@sazerelli: You seem to have uploaded a larger image than the previous one. You can remove the previous css I provided you and then i think the the logo will look much better.
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@benderpc: If you are using Essential Content Type Plugin you can insert shortcodes into post or pages where you want to display services section. Check out the link to how you can display services using shortcodes.
Let me know if you’re still having difficulty displaying services section.
Regards,
SkandhaSkandha
Participant@violetde: Please remove the custom social link and the image you have used for the yelp social link.
Go to => Appearance => Customize => Social Links => Social Link => go to the last option Link and insert the link to yelp for which you want the yelp social icon.Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.widget-wrap a[href*="https://www.yelp.com/biz/mi-box-moving-and-mobile-storage-of-dallas-dallas"]::before { content:'\f1e9'; }After the adding the css the social links should appear in the following manner:
https://www.dropbox.com/s/i2huaduqlvg1o8c/Screenshot-2018-3-15%20Support%20%E2%80%93%20Just%20another%20WordPress%20site.png?dl=0Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@cassyput: Yes page builders like Elementor can be used with our themes but we can’t guarantee for compatibility as we have not tested for it.
Let me know if you come across any issues.
Regards,
SkandhaSkandha
Participant@cjcjcreativedesign-com: It is not possible to view the sub-menu items on the first click and follow the link of the page on the second click using additional CSS. If you really want this I suggest you to hire a customizer.
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@petegwebmaster: You can increase the size of the top left corner menu if that is what you want.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#mobile-header-left-menu #header-left-menu { font-size:35px; }Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@luismarioochoa: To get rid of white box background
Go to => Appearance => Customize => Additional CSS and add the following CSStd { background:unset !important; }There is no recommended size for a background image as such. I think anything around 1920*1080px or smaller with 16:9 aspect ratio would look good for a custom full screen background.
Let me know if this solves your issue.
Regards.
Skandha -
AuthorPosts
