Forum Replies Created

Viewing 20 posts - 1,341 through 1,360 (of 4,908 total)
  • Author
    Posts
  • in reply to: Headings problem with Featured Page Slider #110514
    Mahesh
    Participant

    @andra4a: Well, we haven’t actually tested the plugin in our theme. May be it is not compatible and causing the issue.

    Regards,
    Mahesh

    in reply to: publishing time in entry-meta #110513
    Mahesh
    Participant

    @falkr1979: Yes, this can be done. For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the following codes.

    function catchevolution_posted_on() {
    	/* Check Author URL to Support Google Authorship
    	*
    	* By deault the author will link to author archieve page
    	* But if the author have added their Website in Profile page then it will link to author website
    	*/
    	if ( get_the_author_meta( 'user_url' ) != '' ) {
    		$catchevolution_author_url = 	esc_url( get_the_author_meta( 'user_url' ) );
    	}
    	else {
    		$catchevolution_author_url = esc_url( get_author_posts_url( get_the_author_meta( "ID" ) ) );
    	}
    	printf( __( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date updated" datetime="%3$s" pubdate>%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'catch-evolution' ),
    		esc_url( get_permalink() ),
    		esc_attr( get_the_time() ),
    		esc_attr( get_the_date( 'c' ) ),
    		esc_html( get_the_date( 'F j, Y g:i A' ) ),
    		$catchevolution_author_url,
    		esc_attr( sprintf( __( 'View all posts by %s', 'catch-evolution' ), get_the_author() ) ),
    		get_the_author()
    	);
    }

    Regards,
    Mahesh

    in reply to: Switch theme to get a wider screen look #110473
    Mahesh
    Participant

    @oly: You can try our other full-width themes:
    * Full Frame
    * Rock Star
    * Clean Business
    * Parallax Frame
    * Fabulous Fluid
    * Clean Magazine

    https://catchthemes.com/themes/category/premium/

    Regards,
    Mahesh

    in reply to: header background colour #110469
    Mahesh
    Participant

    @diet: Please post in your site url.

    Regards,
    Mahesh

    in reply to: WordPress detector #110461
    Mahesh
    Participant

    @brand:
    1 – I don’t understand what you mean. Please explain further.
    2 – Please post in your site url.

    Regards,
    Mahesh

    in reply to: blank white space below the banner slider #110460
    Mahesh
    Participant

    @sahilc: Which theme are you using? The one you are currently isn’t a theme by Catch Themes. This support forum is only for Catch Themes’s themes and plugins.

    Regards,
    Mahesh

    in reply to: Display category description above the posts #110459
    Mahesh
    Participant

    @oly: Theme does display the category title and description by default on the categories page on the top, just below the menu and before the posts. You have following CSS in your custom CSS because of which its being hidden.

    .page-header { 
    	border-top: 0px double #e6e6e6;
    	border-bottom: 0px double #e6e6e6;
    	color: #757575;
    	font-size: 14px;
    	font-size: 1.4rem;
    	line-height: 3.5;
    	text-align: left;
    }
    
    .page-header {display:none}

    Please find and remove the above codes.

    Regards,
    Mahesh

    in reply to: Slider Image Size & font colours #110453
    Mahesh
    Participant

    @rodeboy: Glad to know your issue is resolved. Yes, thank you for the suggestion. Have a nice day!

    Regards,
    Mahesh

    in reply to: Background image>Scroll with Page>Mobile devices #110452
    Mahesh
    Participant

    @ronmaf: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Menu Bar vanished following update #110451
    Mahesh
    Participant

    @heidi-bissell: Tried to check your site, got: Forbidden. You don’t have permission to access / on this server error. Let me know further.

    Regards,
    Mahesh

    in reply to: Malformed Comment box #110450
    Mahesh
    Participant

    @dschwartzer: Thanks, got your email. Please add the following CSS:

    #respond #commentform label[for="subscribe"] {
        clear: none;
        display: inline-block;
    }

    Regards,
    Mahesh

    in reply to: Question about premium theme #110446
    Mahesh
    Participant

    @jvece1: Please refer to the link below:
    https://catchthemes.com/theme-instructions/jomsom-pro/

    Regards,
    Mahesh

    in reply to: header images missing on one page #110443
    Mahesh
    Participant

    @paul-mac: Please make sure you have put the featured image to this page.
    No such issue on your server. You are using version 4.7.1. The latest version available is 4.9.1. Please update to the latest version.

    Regards,
    Mahesh

    in reply to: Is it allowed to adjust the footertext? #110442
    Mahesh
    Participant

    @nico: Footer editor feature is only available in Pro version. I recommend you to upgrade to pro. Its not illegal to remove the text though, you can modify it with child theme. But I strongly recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Change NEXT/PREVIOUS post links to include post thumbnail #110441
    Mahesh
    Participant

    @b-mcginnisgaiconsultants-com: For that, you’ll need to override catchresponsive_post_navigation() function (inc/catchresponsive-core.php) line 1525. And you don’t need to create inc folder and copy paste catchresponsive-core.php, it won’t work like that. Just copy the function’s code to your child theme’s functions.php and customize it further. If you are not much familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Post with two images on homepage #110440
    Mahesh
    Participant

    @m-mommers: In the first post, seems you have set featured image and also the image within the content, that is why two images are being displayed. And about the text, in the first post, you don’t have any text in the content to show. Please add some text and put only one image (either featured image or image in content only). Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Display category description above the posts #110439
    Mahesh
    Participant

    @oly: The category description is displayed in category pages if it does contain the description. Where do you actually want to show it?

    Regards,
    Mahesh

    in reply to: Removal of Date from page content #110392
    Mahesh
    Participant

    @infoyed: Go to Dashboard=> Appearance=> Themes and activate the child theme. Yes, you can provide me the temporary user. Please send it to mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    in reply to: Removal of Date from page content #110390
    Mahesh
    Participant

    @infoyed: Have you activated the child theme? I checked your site, currently, parent theme is active.

    Regards,
    Mahesh

    in reply to: Page with recent Posts loses formatting #110389
    Mahesh
    Participant

    @kathigauss: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 1,341 through 1,360 (of 4,908 total)