Forum Replies Created

Viewing 20 posts - 3,561 through 3,580 (of 4,908 total)
  • Author
    Posts
  • in reply to: Grid image link to specific Blog Post #92543
    Mahesh
    Participant

    @kuczekross: In Gridalicious Free version, you can only select post to display in the grid content and the links, image, title which are automatically taken from post itself and cannot be customized.
    Yes, this is possible with Gridalicious Pro verion. Title, image, content and link can be customized independently. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    in reply to: Center Logo/Remove Page Edit #92542
    Mahesh
    Participant

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

    1. I’m afraid this is not possible. But if you do want to center the Site Title and social icons, you can use the following CSS:

    .header-right-active #site-branding {
        width: 100%;
    	text-align: center;
    }
    
    .sidebar-header-right, .sidebar-header-right .widget-wrap {
        text-align: center;
        float: none;
    }

    2. white page space at the bottom of my home page – how do I remove this

    .home #content {
        display: none:
    }

    3. I’d like to change the color of the page content. This option is not included in customizer, however, this can be done with Custom CSS:

    #content #main p {
        color: #000;
    }

    Note: Please change the color hex to your desired color.

    Regards,
    Mahesh

    in reply to: featured content from the posts #92540
    Mahesh
    Participant

    @marga: Once you buy the theme, its validity is for life time (for that particular version). If you do not want the update, you don’t have to pay a penny. But if you do want regular updates, you’ll need to pay yearly. Custom update is also possible. Suppose you do not want updates for 2 years and you prefer update after 2 years, you can pay for that year only and get the update.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Changing Page Title font/look #92538
    Mahesh
    Participant

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

    #content h2.entry-title a {
        color: #000;
        font-size: 35px;
        font-weight: bold;
    }

    If you do want to change the title’s color on hover, add the following CSS.

    #content h2.entry-title a:hover {
        color: #bbb;
    }

    Note: Please change the color hex value to your desired color.

    Regards,
    Mahesh

    Mahesh
    Participant

    @scubafreak: Thank you Dan. I hope you would visit Nepal again. You are ever welcome here. 🙂
    Thank you for sharing, we really appreciate it. You can email it to info@….
    Have a nice day!!!

    Regards,
    Mahesh

    in reply to: Blog/ Posts Page Appearance #92536
    Mahesh
    Participant

    @nicolegariepy: The header meta data are hidden because of the code in your Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and find the code

    .entry-header {
    display: none;
    }

    and remove it. It will resolve the issue.
    Let me know if any problem

    Regards,
    Mahesh

    Mahesh
    Participant

    @stanis: Sorry for the late reply. In Catch Kathmandu Pro, you can edit the footer content. Go to Dashboard-> Appearance=> Customize=> Theme Options=> Footer Editor Options and edit content in Footer Editor. Both right and left footer content is from this field.
    Let me know if any problem.

    Regards,
    Mahesh

    Mahesh
    Participant

    @stanis: If the problem is persisting in other themes too, I think it is more WordPress issue than the theme issue. I recommend you to install the fresh copy of WordPress installation and try again.
    Let me know if the problem persist.

    Regards,
    Mahesh

    in reply to: front page width #92428
    Mahesh
    Participant

    ayxaaron: No problem, replace the earlier CSS with the following. This will make the content width equal to slider’s width in homepage only.

    .home #main .container,
    .home #main #primary  {
        width: 100%;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @stains: Is the Customizer working fine in other themes or not? Please check and let me know.

    Regards,
    Mahesh

    Mahesh
    Participant

    @stanis: Do you get any error during theme installation? Are you using any plugin? If so try disabling the plugins and check again. I recommend you to try installing the theme again.
    Let me know further.

    Regards,
    Mahesh

    in reply to: front page width #92413
    Mahesh
    Participant

    @ayxaaron: Sorry, I was checking on small desktop screen so didn’t knew the problem. Please use the following CSS.

    #main .container {
          width: 100%
    }
    #primary {
          width: 100%;
          max-width: 1300px;
    }
    #primary #content .hentry {
          padding: 0
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: front page width #92406
    Mahesh
    Participant

    @ayxaaron: Do you mean to remove the padding in the content too? If so, add the following CSS:

    #content .hentry {
        padding: 5px;
    }

    Let me know further.

    Regards,
    Mahesh

    in reply to: front page width #92404
    Mahesh
    Participant

    @ayxaaron: Add the follwing CSS.

    .no-sidebar.content-full #main .container,
    .no-sidebar.content-full #main #primary  {
        width: 100%;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: front page width #92402
    Mahesh
    Participant

    @atxaaron:
    Hi Aaron,

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

    @media screen and (min-width: 981px) {
        .container {
            width: 100%;
        }
    
        #primary {
            width: 70%;
        }
    
        #secondary {
        	width: 25%;
        }
    }

    Regards,
    Mahesh

    in reply to: Featured slider questions #92401
    Mahesh
    Participant

    @joshs: I understand your problem. You are using Catch Responsive Free version and the theme has limited customization options and the problem you are facing is one of them. In free version, the featured slider has only two options, demo-slider and page-slider. The feature you seek is available in Catch Responsive Pro, there is an option featued-image-slider through which you can add image, title, content, link as you want in the slider. I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: Blog/ Posts Page Appearance #92400
    Mahesh
    Participant

    @nicolegariepy: Thank you for using Adventurous Pro. Can you please clarify more on the topic. And please post in you site url and let us know what changes do you require and where?

    Regards,
    Mahesh

    Mahesh
    Participant

    @stanis:
    Hi Stanislav,

    Thank you for using Catch Kathmandu Pro.
    I checked your site and it seems to be working fine. Seems you are still using Catch Kathmandu Free version on you website.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: String translation #92398
    Mahesh
    Participant

    @huca: Yes, I understand the problem, but for translation you’ll be using some plugins anyway… right? for example qtranslate-X, using this plugin, you can input strings in multiple language and particular language’s string will be displayed for active language.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: String translation #92361
    Mahesh
    Participant

    @huca: I guess the string is save in as database as ‘Read More …’ so its displaying as it is. Are you using the WordPress’s default language settings for your site? If yes, you can use the string for ‘Read More’ directly in Customizer. Go to Dashboard=> Customize=> Appearance=> Theme Options=> Excerpt Options and add the text in Read More Text field.

    Regards,
    Mahesh

Viewing 20 posts - 3,561 through 3,580 (of 4,908 total)