Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@kelsantana: Please check the image in the link below. You have to put the post ids in the section as shown in the image. Find this section in Dashboard=> Appearance=> Customize=> Featured Content. Make sure that Featured Post Content is selected in Select Content Type
http://goo.gl/3XtdSL
Let me know if any problem.Regards,
MaheshApril 27, 2016 at 9:49 am in reply to: Fixed logo, transparent header background – no toggle bar #90496Mahesh
Participant@stefanhoesli: For that, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead { background-color: #fff; }Let me know if any trouble.
Regards,
MaheshMahesh
Participant@robertl: It is because in mobile devices, the description is hidden and only post’s title are shown. But in one of the post in the slider, you have empty title so there was nothing to display. But on the other one, you can see the title 2020 Vision.
Regards,
MaheshMahesh
Participant@izbiz1: You have made two div’s position absolute and width fixed to 1190px, you’ll need to use media queries to make it responsive. You can find some info on using media queries in the link below:
http://www.w3schools.com/css/css_rwd_mediaqueries.asp
If you do not know much about CSS I recommend you to hire a customizer.Regards,
MaheshMahesh
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,
Mahesh -
AuthorPosts
