Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@fireflywebs: You’ve put the code in your child theme’s
style.cssas
.home #main article#post-83> ;.entry-container> ;.entry-header {
display: none;
}you have to put it as:
.home #main article#post-83 > .entry-container > .entry-header { display: none; }Regards,
MaheshMahesh
Member@fireflywebs: You’ve resolved the issue. Have a nice day!
Regards,
MaheshMahesh
Member@marketingaboutyouwebdesign-com: Thank you for your appreciation. Glad to know that you’ve resolved the issue. Have a nice day!
Regards,
MaheshMahesh
Member@masterchess: Do you have any plugins installed? If yes, try disabling the plugins one by one and check if that resolves the issue. Let me know further.
Regards,
MaheshMahesh
Member@bl: The sidebar is already on the left. For margin in between, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
@media screen and (max-width: 960px) { #primary { width: 70%; margin-left: 4%; } #secondary { width: 30%; } }Regards,
MaheshMahesh
Member@fireflywebs: Do you have any plugins installed. If yes, try disabling it and check if that resolves the issue. Does it issue persist in demo content too? Let me know further.
Regards,
MaheshMahesh
Member@ron66: Please use the image of same dimension. You can check the theme instruction for the recommended sizes.
https://catchthemes.com/theme-instructions/catch-base-pro/#featured-image
Let me know if any problem.Regards,
MaheshApril 23, 2017 at 4:16 am in reply to: Move #feature-slider .entry-container, change color of menu and entry container #114543Mahesh
Member@webrightcaid: The entry container within the featured slider is already at the bottom please clarify. For changing opacity, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#feature-slider .entry-container { background: rgba(0, 0, 0, 0.4); }Note: Please adjust the opacity as required. Please change the last property in the above (range: 0.0 to 1.0)
Regards,
MaheshApril 23, 2017 at 4:03 am in reply to: Customize Featured Slider: remove hyperlinks from image and page title #114542Mahesh
MemberMahesh
Member@mjadkowskigmail-com: Are you on the home page while customizing the theme? Staying on other pages will cause the issue. If that’s not the case, do you have any plugins installed. If yes, try disabling one by one and check if that solves the issue. Let me know further.
Note: Using static page won’t cause such issue.Regards,
MaheshMahesh
Member@infolittlegiftplace-co-uk I checked your site again, seems that Single Page/Post Image Layout option in Layout Options is not set to Disabled. Please check. I have checked the same on our server, and its working fine on our server. If you have any plugins, try disabling theme and check again. Let me know if any problem.
Regards,
MaheshMahesh
Member@fireflywebs: There is something that need to be corrected in your widget visibility setting. Please check.
Regards,
MaheshMahesh
Member@fireflywebs: You don’t need to always put the featured image, you can put the image directly in to the content area and the static page will display the very image used. You can use the image of any size. Let me know further.
Regards,
MaheshApril 21, 2017 at 2:40 am in reply to: How du i make the Menu,contens and footer transparent? #114427Mahesh
Member@maciejrzeszutko: You’ve some error in your CSS, please copy and paste the codes as it is. Let me know if any problem.
Regards,
MaheshMahesh
Member@masterchess: Checked your site, the video seems to be fine, the video size is 620×460. Let me know further.
Regards,
MaheshMahesh
Member@bl: Put the shortcode code after the following line in
header.phpfile.
do_action( 'create_after_header' );Regards,
MaheshMahesh
Member@marketingaboutyouwebdesign-com: Can you please put in the url/page with the issue? On the home page, the image seems to be displaying fine.
Regards,
Mahesh -
AuthorPosts
