Forum Replies Created

Viewing 20 posts - 3,581 through 3,600 (of 14,498 total)
  • Author
    Posts
  • in reply to: What changes needed to display only post titles? #58536
    Sakin
    Keymaster

    @lanretobi: For this you need to build child theme and then copy content.php in your child theme and edit it as per your need. If you just want to hide with css then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .blog .entry-summary { display: none; }

    Note: please post in your site URL so that I can check in your blog page.

    in reply to: Site Logo hyperlink #58508
    Sakin
    Keymaster

    @Phil: Sorry there is not option for that. You might want to try custom header featured image option. Where you can add your own image and link as per your need. Check out “Appearance => Theme Options => Header Featured Image Options”. After you add this, you can disable your current logo from “Appearance => Theme Options => Header Options”

    in reply to: Page name colour #58507
    Sakin
    Keymaster

    @Creese: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #featured-content .entry-title, 
    #featured-content .entry-title a {
        color: #fff;
    }
    in reply to: 404 Page Not Found Content widget #58506
    Sakin
    Keymaster

    @Széchenyi István: This is strange, it’s working fine in our side. I hope it’s no plugin conflict with theme. So, can you try disabling plugin one by one and check in.

    in reply to: Hide Menu item on Mobile device #58505
    Sakin
    Keymaster

    @machoyouk: but your question was to hide from Mobile. Mobile browser doesn’t have old browser. So, it will work on all mobile devices.

    in reply to: Custom css for image image margin #58485
    Sakin
    Keymaster

    @Susie: That is from your content editor. You have lot of empty paragraph code <p></p> and that it the reason you have lot of spaces. So, edit that page/post and then to go text mode in content editor and then delete that codes. See this screenshot, which shows the text mode button https://www.pinterest.com/pin/548594798332210926/

    in reply to: Catch Everest – Remove permalink image in the post #58483
    Sakin
    Keymaster

    @Raul That option is there only in Catch Everest Pro theme, where you can disable it from “Appearance => Theme Options => Content Featured Image Options”. But in free version, you can either remove that by building child theme and removing that code or you can hide it by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .single .featured-image { display: none; }

    in reply to: Change accent color #58482
    Sakin
    Keymaster

    @Connie: Just click on that color box and it will show you color picker, where you can pick the color or add color code in the color box.

    in reply to: Reduc size of lastest post on home page #58479
    Sakin
    Keymaster

    @Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap { padding-left: 0; }

    in reply to: Footer background color #58477
    Sakin
    Keymaster

    @Connie: Are you sure that you change the color of “Footer Sidebar Area Background Color” and not “Footer Widget Background Color”. As in our server, when I change the color in Footer Sidebar Area Background Color, it change it throughout and if I change in Footer Widget Background Color, then it will not extent.

    To debug more, I need your site to be live for me to check in.

    Sakin
    Keymaster

    @widespread: Not sure, you might need to ask plugin support. Can you go to “Settings => Languages => string translations”

    Sakin
    Keymaster

    @Raul: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #header-content { margin-left: 10px; }

    in reply to: Contact Info Top of Page #58474
    Sakin
    Keymaster

    @Dave: It happens like that 🙂

    in reply to: Catch Everest – Remove permalink image in the post #58473
    Sakin
    Keymaster

    @Raul: I don’t get it what you mean by remove the permalink image. Can you explain in reference with your site URL.

    To hide the author and date from all the post, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-header .entry-meta { display: none; }

    If you purchase Catch Everest Pro, you content will load same and also your custom css in “Appearance => Theme Options => Custom CSS” will be safe. Only, you might need to set your custom menu location. You can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    in reply to: Change copyright informations #58468
    Sakin
    Keymaster

    @Amanda Barbosa: Yes, in free version. Copyright line will take your “Site Title” set in “Settings => General”. Only Pro version have option in Theme Customizer to change the footer content.

    in reply to: All Catch Everest formatting gone #58466
    Sakin
    Keymaster

    @oly: This looks more of server and core WordPress issue. Can you ask your Hosting Server Support. Also can you go to “Dashboard => Updates” and then click on “Re-install Now” button and check in. Even your core WordPress css is not loading in http://www.festivalfiresolutions.co.uk/wp-login.php

    in reply to: Reduc size of lastest post on home page #58465
    Sakin
    Keymaster

    @Raul: Can you post in your site URL?

    in reply to: Google Fonts #58464
    Sakin
    Keymaster

    @Kim: Not sure that you want to do with that. Try adding the selector as
    #main-wrapper

    in reply to: Change shadow color header #58432
    Sakin
    Keymaster

    @Cattext: Ok then you can add the following css in your child theme style.css file.

    #hgroup-wrap #site-title {
      text-shadow: 2px 2px #fff;
    }
    in reply to: header image #58426
    Sakin
    Keymaster

    @Kingfisher: Sorry to header that. I hope you are recovering fast.

    Ok now I see that you are not taking about the header image but about the Featured slider. I see that you have removed the footer which is causing issue. The slider script will run in the footer and you have removed it. That is the reason it’s not sliding. So, please put it back and it will slide it.

Viewing 20 posts - 3,581 through 3,600 (of 14,498 total)