Forum Replies Created

Viewing 20 posts - 1,501 through 1,520 (of 4,908 total)
  • Author
    Posts
  • Mahesh
    Participant

    @haralanov: For full reset, go to Dashboard=> Customize=> Reset All Settings and check Check to reset all settings to default and save and refresh. We’ll need to check your server for the issue. We’ll contact you via email shortly.

    Regards,
    Mahesh

    in reply to: Link to pages from homepage slider #108143
    Mahesh
    Participant

    @luigibella: Just checked your site, and the code is working fine. Nothing happens when you click the image in the slider in the homepage as you’ve mentioned. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: I cannot access my website – I changed function.php file #108142
    Mahesh
    Participant

    @cmorales01: Glad to know that you’ve solved your issue by yourself.

    Regards,
    Mahesh

    in reply to: News Ticker Options? #108141
    Mahesh
    Participant

    @jessi: Go to Dashboard=> Appearance=> Customize=> News Ticker and change Enable News Ticker on option to Homepage/Frontpage or Entire Site as per you requirement then some options will slide down. Then you can select the Ticker type from Select Ticker Type option.
    These options won’t be visible if Disabled is selected in Enable News Ticker on option.
    Hope you understand. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Move Site title and tagline over header image #108140
    Mahesh
    Participant

    @lba14525: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #branding .wrapper {
        position: relative;
    }
    
    #header-content{
        position: absolute;
        top: 0;
        margin-top: 20px;
    }
      
    @media screen and (max-width: 990px) {
        #site-title {
            font-size: 45px;
            line-height: 45px;
        }
        #site-description {
            font-size: 25px;
            line-height: 25px;
        }
        
        #site-details {
            margin-top: 75px;
            margin-left: 20px;
        }
    }
      
    @media screen and (max-width: 767px) {
        #site-details {
        	text-align: left;
        }
        #site-details {
            margin-top: 45px;
        }
    }
      
    @media screen and (max-width: 700px) {
        #site-title {
            font-size: 35px;
            line-height: 35px;
        }
        #site-description {
            font-size: 20px;
            line-height: 20px;
        }
        
        #site-details {
            margin-top: 20px;
        }
    }
      
    @media screen and (max-width: 540px) {
        #site-title {
            font-size: 25px;
            line-height: 25px;
        }
        #site-description {
            font-size: 15px;
            line-height: 15px;
        }
    }
      
    @media screen and (max-width: 480px) {
        #site-title {
            font-size: 25px;
            line-height: 25px;
        }
        #site-description {
            font-size: 15px;
            line-height: 15px;
        }
        #site-details {
            margin-top: 10px;
        }
    }
      
    @media screen and (max-width: 400px) {
        #site-title {
            font-size: 22px;
            line-height: 22px;
        }
        #site-description {
            font-size: 14px;
            line-height: 14px;
        }
        #site-details {
            margin-top: 0;
          margin-left: 5px;
        }
    }

    Regards,
    Mahesh

    in reply to: How to Remove Arrows #108139
    Mahesh
    Participant

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

    #secondary .widget ul {
        list-style: none;
    }

    Regards,
    Mahesh

    in reply to: Why the theme Catch Responsive is not in Responsive Design? #108138
    Mahesh
    Participant

    @olaf: The theme is fully responsive. You are using child theme, and I guess the customization in CSS is causing the issue. Please try with parent and check if it resolves the issue. Please check the demo.
    https://catchthemes.com/demo/catch-responsive/

    Regards,
    Mahesh

    in reply to: The Third footer area is misplaced #108134
    Mahesh
    Participant

    @polkajunction: Checked your site, you are using another theme. Let me know further.

    Regards,
    Mahesh

    in reply to: Font Sizes on Tablet and Phone #108079
    Mahesh
    Participant

    @lanretobi: Yes, this works on catch everest theme too.

    Regards,
    Mahesh

    in reply to: Link to pages from homepage slider #108077
    Mahesh
    Participant

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

    #feature-slider .slides a {
        pointer-events: none;
    }

    Regards,
    Mahesh

    in reply to: slide not working #108073
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Need to understand your design philosophy …. #108072
    Mahesh
    Participant

    @novaglenn:
    1. For featured content uneven images, please use featured image of same size for all. This will fix the issue. And to show title, please remove the following CSS:

    .home h1 {
        display: none;
    }

    2. For hiding Slider navigation, add the following CSS:

    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next {
        display: none;
    }

    3. Please use a text widget for this and place it in one of the footer area.
    Let me know if any issue.

    Regards,
    Mahesh

    in reply to: Category label: change color or set image background #108063
    Mahesh
    Participant

    @lucapizzonia: Please replace the above CSS with the following:

    .category-172 .page-header .page-title {
        background-image: url("http://www.lucapizzonia.com/wordpress/wp-content/uploads/2017/01/Space-Invaders.png");
        background-position: center top;
        background-size: cover;
    }

    Regards,
    Mahesh

    in reply to: Search Bar Function add Plurals and mispelling #108061
    Mahesh
    Participant

    @hidemyage: We use only WordPress default search on our theme. If you want advanced search functionality, I recommend you to use plugins.
    http://wordpress.org/plugins

    Regards,
    Mahesh

    Mahesh
    Participant

    @haralanov: Please try reinstalling the theme and let me know any if the issue persists. If the issue still persists, we’ll need to check for the issue on our site. Hope you understand.
    Note: Reinstalling the theme won’t cause loss of any of your settings.

    Regards,
    Mahesh

    in reply to: Logo Image Not Displaying #108058
    Mahesh
    Participant

    @blantonlaura: Thank you for your appreciation. Yes, you can remove the code after update and it’ll work just fine. The update will be released soon. We’ll let you know as soon as the update is released.

    Regards,
    Mahesh

    in reply to: Font Sizes on Tablet and Phone #108057
    Mahesh
    Participant

    @lanretobi: For Noto google font, add the following CSS:

    @font-face {
        font-family: "Noto Sans script=all rev=2";
        font-style: normal;
        font-weight: 400;
        src: url("https://fonts.gstatic.com/s/notosans/v6/C7bP6N8yXZ-PGLzbFLtQKRJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
        unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    }
      
    body{
        font-family: "Noto Sans script=all rev=2";
    }

    Regards,
    Mahesh

    in reply to: HTML sitemap in footer #108053
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Header Iimage Mapping… #108052
    Mahesh
    Participant

    @jscott321: Go to Dashboard=> Appearance=> Customize=> Header Image and make sure you have put the url in Feature Header Image Link URL option.

    Regards,
    Mahesh

    in reply to: More columns #108051
    Mahesh
    Participant

    @stirner: For this, you’ll need to create a child theme and customize further. You can find more details on creating child theme HERE. I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 20 posts - 1,501 through 1,520 (of 4,908 total)