Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@tesseraltyme: By default, the theme supports metabox for Posts and Pages, if you want to have it in custom post types too, you’ll need to customize the theme further and add the custom post type in metabox intialization. Check
inc/clean-box-metabox.phpcode at the last line. If you are not familiar with coding, I recommend you to hire a customizer.Regards,
MaheshApril 9, 2017 at 12:32 am in reply to: Please HELP, permalink error that came out of nowhere. #113711Mahesh
Participant@luismarioochoa: The links are working fine. What seems to be the problem. Checked your site, not getting any 404 error. What actually is specialists on your site. Is it a category? Please make sure, you don’t have two specialists category.
Regards,
MaheshMahesh
Participant@cinema-assassin: Please use the recommended image size. Refer to the theme instruciton:
https://catchthemes.com/theme-instructions/clean-journal-pro/#featured-imageRegards,
MaheshMahesh
Participant@vocom: Well, the theme is designed that way. But if you want it to align horizontally next to each other, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#supplementary.four .widget-column { float: left; width: 25%; text-align: center; } #supplementary.one .widget-area .cttours, #supplementary .widget-title { text-align: center; }Regards,
MaheshApril 7, 2017 at 7:47 am in reply to: Translated version of homepage doesn't show postings of selected categories #113657Mahesh
Participant@olaf-boehmebissantz-de: Okay, thank you for the detailed clarification. Finally find the issue. And yes, there is the bug in the theme and we are looking into it. This issue will be fixed in the next update. Thank you for your patience.
We’ll let you know as soon as the update is released.Regards,
MaheshMahesh
Participant@jennyhwd: The issue is because, you have made the child theme with Child theme “ChimneySweeping” and Theme author “csweeps”. And by the theme, it will display the theme name and theme author in the footer by default. Footer editor option is available in Pro version to change the footer content as desired. Or change the theme author of the child theme to some other text.
Regards,
MaheshApril 7, 2017 at 6:45 am in reply to: change site-description from single line to double line #113649Mahesh
Participant@sumiko: This is a bit tricky one, controlling the line break as you using <br /> is not possible here without customization. Though here is the CSS I’ve come up with, hope this helps. If not, I recommend you to hire a customizer to customize the theme further to display the site tagline with line break.
#site-details { margin-top: 45px; } @media screen and (max-width: 960px) and (min-width: 768px) { #site-description { width: 260px; } #site-details { margin-top: 55px; } } @media screen and (max-width: 767px) { #site-description { width: 230px; visibility: hidden; } #site-description:after { content: "2017年6月30日 新横浜国際ホテル マナーハウス南館"; visibility: visible; display: block; margin-top: -100px; } }Note: Please paste the code as it is or it won’t work.
Regards,
MaheshMahesh
Participant@sydneyjb: Thank you. I checked your site, the category at the top of the page is from the intro widget area. Go to Dashboard=> Appearance=> Widgets and remove any widgets from Intro Widget area and it will go away. Let me know if any problem.
Regards,
MaheshMahesh
Participant@millerdonkin: There is no such feature to put the section in only one page. However you can enable the section in entire site and just display the section in the page you need and hide in other with Custom CSS.
Regards,
MaheshMahesh
Participant@infocommunitypartnersnh-org: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@jamesmillerlifeology: Please use image with same dimensions to avoid the issue. Please check the theme instruction for details. Let me know if any problem.
https://catchthemes.com/theme-instructions/fabulous-fluid-pro/#featured-imageRegards,
MaheshMahesh
Participant@francesca78: Add the following CSS:
#secondary-menu { background-color: #555; } #secondary-menu ul.menu a { font-size: 18px; } #secondary-menu ul.menu ul a { font-size: 16px; }Regards,
MaheshApril 7, 2017 at 1:27 am in reply to: Change color of customize menu widget & note on the bottom of slider. #113636Mahesh
Participant@sumiko: Add the following CSS:
.sidebar-top .widget_nav_menu ul.menu a { color: #00ff00; background-color: #ff00ff; } .sidebar-top .widget_nav_menu ul.menu li:hover > a, .sidebar-top .widget_nav_menu ul.menu a:focus { color: #fff000; background: transparent; background-color: #000fff; }Note: Please change the color as desired.
Regards,
MaheshApril 7, 2017 at 1:04 am in reply to: Trying to Set 'Featured Image' as Page Background Image #113635Mahesh
Participant@infocommunitypartnersnh-org: Glad to know about it. Let me know if any problem. Have a nice day!
Regards,
MaheshMahesh
Participant@chochonet: Add the following CSS:
#homepage-message p { margin-top: 0; margin-bottom: 0; }Regards,
MaheshMahesh
Participant@melissajakimikgmail-com: Please post in your site url.
Regards,
MaheshMahesh
Participant@rifatgunduz: Header Right widget area is available in Catch Responsive Pro, which will allow you to add text, image, html or some widget to the header right section. So I recommend you to upgrade to Pro.
But if you wish to have it the way you’ve done, go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:@media screen and (min-width: 991px) { #page { position: relative; } .header-addition { position: absolute; top: 100px; right: 0px; } } @media screen and (max-width: 990px) { .header-addition { text-align: center; } }Regards,
MaheshMahesh
Participant@tesseraltyme: Can you please clarify. I don’t quite get what your problem is.
Regards,
Mahesh -
AuthorPosts
