Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@jmbtravel: Please add the following CSS:
#site-title a:hover { color: rgb(255, 146, 18); }Regards,
MaheshMahesh
Participant@allyssabaird: Just checked your site and the slider is working fine on both desktop and mobile view.
Regards,
MaheshMahesh
Participant@rvaalten: I haven’t even put any additional codes in the child theme and the plugin is working fine. Style is being displayed in both editor and frontend.
Regards,
MaheshMahesh
Participant@kejpa: Yes, you can add Custom CSS in child theme’s style.css. It should have worked fine. Can you please share your child theme’s
style.cssfile. Make sure that the child theme is active. And please post in your site url.Regards,
MaheshMahesh
Participant@ladylu1000: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#masthead { display: none; } .sidebar-header-bottom { background-color: #000; } .sidebar-header-bottom .widget_text { padding-top: 0; padding-bottom: 0; }Regards,
MaheshMahesh
Participant@barbyma31: You’ll need to create a child theme for this. You can find more about creating child theme HERE. Then in your child theme copy content-single.php file from the Catch Flames folder. And edit the pagination part as required.
<div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span class="pages">' . __( 'Pages:', 'catch-flames' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content -->This is the pagination part.
Note: Let the other codes untouched.Regards,
MaheshDecember 28, 2016 at 9:49 am in reply to: On mobile/tablets , the footer background parallaxing is not working properly #105973Mahesh
Participant@raek87: You can either use custom images with desired size for the background on mobile only. Or with css by changing the background-size or background-repeat property in the mobile view. We’ll look through it too. Thanks for letting us know.
Regards,
MaheshDecember 27, 2016 at 3:57 pm in reply to: "You'd need to edit the template mark up as explained in the themer's guide" #105940Mahesh
Participant@knudkp: We could provide you the theme related codes and functionality. This beyond theme support scope, of course the plugin. You can hire a customizer from here.
http://catchthemes.com/hire-customizer/Regards,
MaheshMahesh
Participant@itsamiro: You’ve some CSS as below somewhere in you Custom CSS:
.nav-primary .menu a { background-color: #000000; color: #ffffff; } .nav-primary .menu li a:hover, .nav-primary .menu li a:focus, .nav-primary .menu li:hover > a, .nav-primary .menu li:focus > a, .nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a { background-color: #000000; color: #0087b5; } .nav-primary .menu .sub-menu a, .nav-primary .menu .children a { background-color: #000000; color: #ffffff; } .nav-primary .menu .sub-menu a:hover, .nav-primary .menu .sub-menu a:focus, .nav-primary .menu .children a:hover, .nav-primary .menu .children a:focus { background-color: #444444; color: #e8554e; }Please remove this. Or use !important in the above like this.
.nav-primary .menu .sub-menu a:hover, .nav-primary .menu .sub-menu a:focus, .nav-primary .menu .children a:hover, .nav-primary .menu .children a:focus { background-color: #fff !important; }Regards,
MaheshMahesh
Participant@jmbtravel: Please post in your site url.
Regards,
MaheshMahesh
Participant@jmbtravel: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:
#featured-heading p { padding: 0 20px; }Regards,
MaheshMahesh
Participant@jmott310: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.site-title { text-transform: none; }Regards,
MaheshMahesh
Participant@kejpa: Just displaying Featured Slider and Featured Content in the front page can be done simply with Custom CSS. But the widget area on the right of the Featured Slider and Featured Content is kinda tricky. You’ll need to create a child theme for this then customize further. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@tonylima: I checked your site on both mobile and desktop. And everything seems to be fine. Let me know further.
Regards,
MaheshDecember 27, 2016 at 10:19 am in reply to: "You'd need to edit the template mark up as explained in the themer's guide" #105931Mahesh
Participant@knudkp: This is beyond theme support scope. You’ll need to hire a customizer for this.
Regards,
MaheshMahesh
Participant@lba14525:
I want each of my posts to be single spaced as they are poetry and it makes the post insanely long with a full line between each line of text.
-> Can you please clarify more on this?Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.single-post #content .post-by { display: none; }Regards,
MaheshMahesh
Participant@itsamiro:
@dilara: Skip cropping is working fine. If you select skip cropping option, it uses the full image without cropping. Please check the header image as you’ve uploaded (@itsamiro) in the link below:
http://bit.ly/2ic4kxc
This is the image being used. And as you can see the full image, skipping working fine.
But the reason that full image is not displaying is that the header image is used as the background. And if not content, it’ll just take the height of the content and the padding for course.
The solution for this is to simply increase the height with Custom CSS of the container to fit the image. And the height required to be adjust as per your screen size.
Please add the following CSS:@media screen and (min-width: 1200px){ #header-featured-image .hentry { height: 500px; } }Hope you understand.
Regards,
MaheshMahesh
Participant@inforapunzel-will-raus-ch: Updated the theme and now the update message is not showing anymore. Let me know if any problem.
Regards,
Mahesh -
AuthorPosts
