Forum Replies Created

Viewing 20 posts - 2,681 through 2,700 (of 4,908 total)
  • Author
    Posts
  • in reply to: How to add publication date on pages #99818
    Mahesh
    Participant

    @marianne-undheim: Add the following codes in your child theme’s functions.php

    function catchbox_modified_on_pages() {
    	printf( __( '<span class="sep">Modified on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date updated" datetime="%2$s" pubdate>%2$s</time></a>', 'catch-box' ),
    		esc_url( get_permalink() ),
    		esc_attr( get_the_modified_date('F j, Y') )
    	);
    }

    And
    <?php echo '&nbsp;'; catchbox_modified_on_pages(); ?>
    just below
    <?php catchbox_posted_on_pages(); ?>

    Regards,
    Mahesh

    in reply to: Setting a different header image for each page #99816
    Mahesh
    Participant

    @kterra: Okay, I now understand the problem. There is a setting to disable the repeated image. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Content Featured Image Option and select Disable Image in Check to Disable Header Right Section option.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: How to edit text in entry-meta (Posted on etc.) #99814
    Mahesh
    Participant

    @makintour: Glad to know you found the solution. Have a nice day! And thank you too, we really appreciate it.

    Regards,
    Mahesh

    in reply to: Remove Or Disable Featured Slider On Mobile Version #99812
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Menu overlapped by site origin hero #99811
    Mahesh
    Participant

    chinseng93: Add the following CSS in your Custom CSS box:

    .footer-content a {
    	color: #00ff00;
    }

    Note: Change the color as you desire.

    Regards,
    Mahesh

    in reply to: Turn Featured Slider off only on smartphones #99810
    Mahesh
    Participant

    @accucomm: If you still want it, I can help. Put the CSS and let me know. Its okay if you do not want it anymore either.

    Regards,
    Mahesh

    in reply to: Linking of images in Featured Slider #99807
    Mahesh
    Participant

    trip2day: Add the following CSS in your Custom CSS box:

    #primary .post ul li, 
    #primary .page ul li {
        background: none;
    }

    Note: You have an error in your Custom CSS, first fix it, you have a missing } before this code: .footer-b .footer-nav ul li a:hover { text-decoration: none;color:#fff;}

    Regards,
    Mahesh

    in reply to: navigation bar above the header image on mobile #99805
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: 2 columns on a site #99751
    Mahesh
    Participant

    @bdkj-diozesanverband-wurzburg: Can you please explain what do you mean by different content on different site on both columns??

    Regards,
    Mahesh

    in reply to: Setting a different header image for each page #99750
    Mahesh
    Participant

    @kterra: Thank you for using Catch Everest Pro theme. If you want to have individual header image for your different pages and posts, go to Dashboard=> Appearance=> Header Image and select Entire Site, Page/Post Featured Image in
    Enable Featured Header Image option. Choosing this option will set featured image as the page’s header image if exists if not, it uses default header image.
    To Enable Slider on Home page only, go to Dashboard=> Appearance=> Featured Slider=> Slider Options and select Homepage/Frontpage in Enable Slider option.
    For hiding header image in homepage, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Hides header image from homepage */
    .home #header-image {
    	display: none;
    }

    Let me know if any problem.
    Note: For Header Image, you can use image of your desired size.

    Regards,
    Mahesh

    in reply to: page not found on using a non static start page #99748
    Mahesh
    Participant

    @compyfox: Than you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Color of menu using iphone browser #99747
    Mahesh
    Participant

    @compyfox: Than you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Header Image Slider #99739
    Mahesh
    Participant

    @ffwa: Yes, this is a support forum. We do provide support for theme issues, but what you’ve mentioned is beyond theme support scope. So I recommended you to hire a customizer. If you have any other theme issue, please let us know.

    Regards,
    Mahesh

    in reply to: How to add font size changes to the toolbar #99735
    Mahesh
    Participant

    @onnalomd: Yes, you can add as many font as you want to, in different elements, because using two or more fonts in one element doesn’t make any sense. No you cannot add font to drop down, please use custom CSS instead.

    Regards,
    Mahesh

    in reply to: page not found on using a non static start page #99730
    Mahesh
    Participant

    @compyfox: Seems you are using latest posts (default) as home page. You seem to have only one posts for now with two categories (Landschaft, Ruhr). Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Options and select all listed categories in Select Categories option. Let me know if this fixes your issue.

    Regards,
    Mahesh

    in reply to: Color of menu using iphone browser #99729
    Mahesh
    Participant

    @compyfox: By default, the menu bar is white and on hover and focus it is red. Since you have white background, the button seems to be invisible. If you do want to make it red, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .mobile-menu-anchor a.genericon-menu {
        color: #e8554e;
    }

    Regards,
    Mahesh

    in reply to: 2 images #99724
    Mahesh
    Participant

    @thepilgrim1938gmx-com: So you have set featured image and an image in the content too, that is why two images are being displayed in single page. But this can be avoided, so that only one image will be displayed. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Option and select Disable in Single Page/Post Image Layout option. Then click Save & Publish.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Fatal Error In Blog Page #99723
    Mahesh
    Participant

    @luismarioochoa: Can you please share your child theme’s single-specialist.php or the code within so that I can help you further. And have you made any changes afterwards Sangeeta uploaded the theme for you?

    Regards,
    Mahesh

    in reply to: post meta item locations #99722
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Remove search-bar fromheader #99721
    Mahesh
    Participant

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

    Regards,
    Mahesh

Viewing 20 posts - 2,681 through 2,700 (of 4,908 total)