Forum Replies Created

Viewing 20 posts - 1,901 through 1,920 (of 4,908 total)
  • Author
    Posts
  • in reply to: Catch Flames Pro 3.7 breaks mobile #105982
    Mahesh
    Participant

    @tonylima: Glad to know its working fine. Have a nice day!

    Regards,
    Mahesh

    in reply to: Site title hover over colour change #105981
    Mahesh
    Participant

    @jmbtravel: Please add the following CSS:

    #site-title a:hover {
        color: rgb(255, 146, 18);
    }

    Regards,
    Mahesh

    in reply to: Slider not showing up on mobile site #105980
    Mahesh
    Participant

    @allyssabaird: Just checked your site and the slider is working fine on both desktop and mobile view.

    Regards,
    Mahesh

    in reply to: child theme styles in tinymce advanced editor #105979
    Mahesh
    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,
    Mahesh

    in reply to: Child theme style.css has no effect? #105976
    Mahesh
    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.css file. Make sure that the child theme is active. And please post in your site url.

    Regards,
    Mahesh

    in reply to: that pesky white space! #105975
    Mahesh
    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,
    Mahesh

    in reply to: Add rel = dofollow #105974
    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: Change Menu Hover Background Color #105939
    Mahesh
    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,
    Mahesh

    in reply to: Site title hover over colour change #105938
    Mahesh
    Participant

    @jmbtravel: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Featured Content Subheadline padding sides #105937
    Mahesh
    Participant

    @jmbtravel: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    #featured-heading p {
        padding: 0 20px;
    }

    Regards,
    Mahesh

    in reply to: Allow Lower Case in Site Title #105934
    Mahesh
    Participant

    @jmott310: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .site-title {
        text-transform: none;
    }

    Regards,
    Mahesh

    in reply to: Widget area to the right of featured content? #105933
    Mahesh
    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,
    Mahesh

    in reply to: Catch Flames Pro 3.7 breaks mobile #105932
    Mahesh
    Participant

    @tonylima: I checked your site on both mobile and desktop. And everything seems to be fine. Let me know further.

    Regards,
    Mahesh

    Mahesh
    Participant

    @knudkp: This is beyond theme support scope. You’ll need to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Help with a few things #105930
    Mahesh
    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,
    Mahesh

    in reply to: Increase Header Image Height #105929
    Mahesh
    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,
    Mahesh

    in reply to: WP working weird after updating Theme to 4.7 #105928
    Mahesh
    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

    in reply to: Side Bar Shifted Down #105901
    Mahesh
    Participant

    @qwert909: Seems you’ve added to new elements on the page. Dubbed: Recent Episode Releases and Dubbed: Recently Added Series
    Because of this, its causing the design issue. I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 20 posts - 1,901 through 1,920 (of 4,908 total)