Forum Replies Created

Viewing 20 posts - 11,481 through 11,500 (of 12,034 total)
  • Author
    Posts
  • in reply to: Footer Area Widgets Height. #137533
    Skandha
    Participant

    @bjbarker: I have replied to your issue on that thread.

    Regards,
    Skandha

    in reply to: page contains too many H1 tags #137532
    Skandha
    Participant

    @thirsty-journeys: Please post in your site URL.

    Regards,
    Skandha

    in reply to: header-toggle-sidebar #137531
    Skandha
    Participant

    @bjbarker: The latest version of the theme is 2.5.3 where as you seem to be using an older version.
    Also can you try clearing your browser cache and let me know if the issue persists.

    Regards,
    Skandha

    Skandha
    Participant

    @random2k4: It is not possible to set featured content to 2 columns. If you really need this I suggest you to hire a customizer.

    Alternately you can add the following CSS Code to adjust the 2 featured content post with both columns of same size.

    #featured-post article {
       width:47% !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Editing Featured Content in Customiser doesn't work #137529
    Skandha
    Participant

    @thetraininglady: I checked for the issue at my end but everything seems to be working fine. Can you please clear your browser cache and let me know if the issue persists.

    Regards,
    Skandha

    Skandha
    Participant

    @kurtvindu-dk: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    Skandha
    Participant

    @mowatson4: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-content {
        font-weight:bold;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: White Box Found In Footer Above Social Buttons #137524
    Skandha
    Participant

    @edmelendez: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

    in reply to: Footer Area Widgets Height. #137523
    Skandha
    Participant

    @bjbarker: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #supplementary .widget {
    	padding:0;
    	margin-bottom:0;
    }

    You can alter the padding and margin according to your requirement.
    Let me know if this solves your issue.
    Regards,
    Skandha

    Skandha
    Participant

    @arivinocur: Apologies. The above CSS was to remove date from featured content.

    To remove date from featured grid content
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-grid-content .posted-on {
    	display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Double menu on mobile/tablet #137516
    Skandha
    Participant

    @frederic: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    To remove the extra menu icon on mobile phones and tablet

    #mobile-primary-menu {
    	display:none;
    }

    To display all your menu items in mobile phones and tablet

    @media screen and (max-width:960px) {
    	#fixed-header-top {
    	    height:500px;
    	    overflow:auto;
    	}
    }

    This should make the menu scrollable.

    For the image gallery on the about page you will need to find a suitable plugin from the wordpress plugin repository.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Add some banner in the main body #137511
    Skandha
    Participant

    @nateian: Can you explain what kind of banner do you want to have and on which part of the homepage?

    Regards,
    Skandha

    Skandha
    Participant

    @arivinocur: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .meta-info {
    	display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Services column width #137477
    Skandha
    Participant

    @jbourgui: The option to change the Service Section Layout option is available only in the pro version of theme. I suggest you to upgrade to pro. You can check the additional-features available in the pro version of the theme and make you decision.

    Let me know if this solves your issue.
    Regards,
    Skandha

    in reply to: Changing footer background and text colors #137469
    Skandha
    Participant

    @pastonchase: To change the background color of footer
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-generator {
    	background-color:#4444;
    }

    Footer editor option is not available in the free version of the theme. I suggest you to upgrade to pro.
    You check can check out the additional-features available in the pro version and make your decision.

    Alternately you can edit the footer text by creating a child theme and customizing your site.

    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Editing Featured Content in Customiser doesn't work #137382
    Skandha
    Participant

    @thetraininglady: Are you talking about the feature slider because there is no featured content option available in the theme option. Sorry that im not able to copy what the issue is. Can you walk me through the issue so that I can find you a solution? Which option in the Customizer are you having trouble with?

    Regards,
    Skandha

    in reply to: Catch Katmandu Pro Customization Page Blank #137380
    Skandha
    Participant

    @aferrera: It seems the issue is caused by the plugin, you will need to contact the plugin support and share the issue with them. They should be able to solve your issue.

    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: Remove site page titles #137379
    Skandha
    Participant

    @mandala528: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-post .entry-title {
        font-size:18px;
    }

    You can change the size according to your requirement.
    Let me know if this works out.
    Regards,
    Skandha

    in reply to: Sub menus not displayed #137378
    Skandha
    Participant

    @ptidwell: This is because of the following additional CSS you have added.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code
    .menu-item{width:14.2%}

    Remove the code and the issue should get resolved.
    Let me know if you have anymore issues.
    Regards,
    Skandha

    in reply to: Featured Content font colors #137361
    Skandha
    Participant

    @pastonchase: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/full-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day.

    Regards,
    Skandha

Viewing 20 posts - 11,481 through 11,500 (of 12,034 total)