Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@bastain: In you Custom CSS box, replace the code:
.sidebar_social_links li { float: left; margin-right: 15px; }with following:
.sidebar_social_links li { display: inline-block; margin-right: 15px; }Regards,
MaheshMahesh
Participantizbiz1: You have made some customization to the theme and add the some div too.
.soon-wrap and .mlhm-heart-wrap this is creating issue in responsive design.Regards,
MaheshMahesh
ParticipantMahesh
Participant@fridasofia85: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and the following CSS:
@font-face { font-family: "Amatic SC"; font-style: normal; font-weight: 400; src: local("Amatic SC"), local("AmaticSC-Regular"), url("https://fonts.gstatic.com/s/amaticsc/v8/6UByihrsVPWtZ99tNMIgMBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2"); unicode-range: U+100-24F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } #header-menu ul.menu a { font-family: 'Amatic SC', sans-serif; }Regards,
MaheshMahesh
Participant@susannec: Please fill up this form in the link below with your issue and details and let me know when you’ve submitted the form and our team will check the issue.
https://catchthemes.com/blog/customizer-not-working-wordpress-update/Regards,
MaheshMahesh
Participant@kelsantana: Please make sure you have put the Post’s Ids in Featured Post # box. Let me know if any problem.
Regards,
MaheshMahesh
Participant@j-mouretme-com: Please post in your site url.
Regards,
MaheshMahesh
Participant@florau: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Category Setting and make sure you select all the Categories in Front page post categories.
Hope this helps, let me know if any problem occurs.Regards,
MaheshMahesh
Participant@ayxaaron: Go to Dashboard=> Appearance=> Customize=> Theme Options => Excerpt/More Tag Settings and replace the text in More Tag Text with the following text
Continue Reading →Regards,
MaheshMahesh
Participant@robertl: I’ve answered it in the another thread, please check. I’ll skip this one. Please do not post the same problem in multiple thread.
Regards,
MaheshMahesh
Participant@jamonbull: Thank you for the suggestion. We’ll try to update it in the later version. For now, you can use our Catch Web Tools plugin’s Social Icons module.
https://wordpress.org/plugins/catch-web-tools/screenshots/Regards,
MaheshMahesh
Participant@asumi: For this, you’ll need to create child theme. You can find more details on creating child theme HERE. Then in your child theme’s
function.phpadd the following codes:function clean_journal_featured_image_display() { add_action( 'clean_journal_after_header', 'clean_journal_featured_overall_image', 19 ); }Seems you are trying to remove the site title and other in the header. But there is a huge white gap in the header. You can use the following CSS to remove it.
#masthead { display: none; }Regards,
MaheshMahesh
Participant@robertl: I’ve replied you in the other thread. Please check it. Since I’ve already replied the same in the other thread, I’ll skip this one.
Regards,
MaheshMahesh
Participant@robertl: Mobile menu does not work when viewing in portrait: This is because of the mailchimp-top-bar. The z-index of the mailchimp-top-bar is set to higher value which puts the menu button behind and makes it un-clickable.
This is the themes default design. In devices with width less than 991px, both sidebar and main container width is set to 100% that is why it is occurring.Regards,
MaheshMahesh
Participant@mupa: Add the following CSS to make the header background absolutely black:
#masthead { background-color: #000; }Regards,
MaheshMahesh
Participant@dt2791 and @rmcq-web: Sorry, there has been a small bug in the theme, this will be fixed on the next release. We will release the quick-fix update. We’ll let you know as soon as the update is available.
And about “Homepage or Entire Site option is selected in Enable Slider “, sorry this option is not available in Catch Box Free version. I was confused and mentioned the option of Catch Box Pro.
Sorry for the inconvenience.
Note: Check to Exclude Slider posts from Homepage posts: If you are displaying latest posts in your home page, checking this option will hide the post that you’ve selected as Featured Slider Post from the post list. Hope you understand.Regards,
MaheshMahesh
Participant@fridasofia85: Please post in your site URL.
Regards,
MaheshMahesh
Participant@nadiahri: Glad to know that your website is fixed. We try to make the theme simple and more user friendly so that everyone (w/ or w/o programming skills) could use it easily. Let me know if any problem occurs and yes do send us the screenshot if possible.
Have a nice day!
Regards,
MaheshMahesh
Participant@dergabi2016: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (min-width: 541px) { #hgroup.with-logo { padding-left: 20px; } }Note: Please adjust the margin-left value as you desired.
Regards,
Mahesh -
AuthorPosts
