Forum Replies Created
-
AuthorPosts
-
SkandhaParticipant
@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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,
SkandhaSkandhaParticipant@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.
SkandhaSkandhaParticipant@saucha: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#footer-right-content { display:none; }
Let me know if this works out.
Regards,
SkandhaSkandhaParticipantHello @petegwebmaster, This is not a theme-related issue. I would more than happy to help you if you have any theme related issues.
Regards,
SkandhaSkandhaParticipant@fireflywebs: Yes, To use the layout option(show full content-no feature image) you will need to add a featured image, only then the option will work.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To mend the distorted image.has-post-thumbnail .archive-post-wrap img { width:unset; }
To use the (show full content-no feature image) option you will need to insert a feature image while editing your posts. If you insert images using other ways the layout option won’t effect those images.
Is there a way to hide them from posts and pages, and have the images within the post content show up instead.
Can you elaborate what you mean by this?Again to use the single post/page image layout option you will need to insert a featured image to a post or page. You seem to have directly added image to your post/page using add media option. To make use of layout option use featured image option which lies to lower right while editing a post or page.
Let me know if this solves your issue.
Regards,
SkandhaSkandhaParticipant@fireflywebs: There is option to select up to 4 columns in the featured content layout option. If you want the featured content layout to be 5 columns you will need to do a lot of customization using a child theme. For this purpose i suggest you to hire a customizer.
Regards,
SkandhaSkandhaParticipant@donadonatoearthlink-net: To update the theme
You’ll need to first download the theme from https://catchthemes.com/my-account/page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8Let me know if you’re still having difficulties updating the theme.
Regards,
SkandhaSkandhaParticipant@cjcjcreativedesign-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To show the third level menu only on hover.
.sidr ul li ul li ul { display:none !important; } .sidr ul li ul li:hover ul { display:block !important; }
Let me know if you want the menu to expand when clicked rather than on hover.
Let me know if this solves your issue.
Regards,
SkandhaSkandhaParticipantHello @donadonatoearthlink-net, Are you comfortable providing me your admin credentials so that i can login into your site and look into the issue?
Let me know if you’re comfortable so that i can contact you through email.
Regards,
SkandhaSkandhaParticipant@tmurthy: Go to => Dashboard => Contact => Add new => You will see a predefined sample form. All you need to do is edit the form with your requirement. Once you’re done creating a form save it. You will get a shortcode below the contact form title as soon as you save the form. You can paste that shortcode to post or pages where you want to display the contact form.
Let me know if you still have problems creating a form. I will guide you.
Regards,
SkandhaSkandhaParticipant@mike404: It’s difficult to know what your issue really is without having a look at your site. Can you post your URL when your site is ready? I’ll be more than happy to help.
Regards,
SkandhaSkandhaParticipant@luismarioochoa: You have set a background image with 682px height and width so it does not full cover the screen. So the background automatically gets adjusted when you change the width or height of the screen. And the background on the phone and desktop looks different because their height differs. I think there is little you can do about this.
About the bottom mobile menu
Have you inserted any menu items do the menu? I don’t see any menu items.Regards,
SkandhaSkandhaParticipant@rkolanup: This maybe due to your browser cache. Clear your browser cache and try again.
Let me know if the issue persists.
Regards,
SkandhaSkandhaParticipant@benderpc: To change the font size of different elements you will need to add a bit of CSS Code.
To increase font size of the tagline
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..site-description { font-size:20px; }
You can change the font-size:”value” according to your requirement.
Let me know if this solves your issue.Regards,
Skandha -
AuthorPosts