Forum Replies Created

Viewing 20 posts - 3,221 through 3,240 (of 4,908 total)
  • Author
    Posts
  • in reply to: YouTube Video Wrap Size #95724
    Mahesh
    Participant

    @smaypower: Are you using any plugins? Please deactivate them one by one and check if it resolves the issue.
    And can you please share the embeded code for the video?

    Regards,
    Mahesh

    in reply to: Sidebar Issues #95720
    Mahesh
    Participant

    @alwilleford: The issue is because of the Custom CSS you have used in your site. Please remove it and it will fix the issue.

    Regards,
    Mahesh

    in reply to: Mobile Site #95719
    Mahesh
    Participant

    @bdelancey: Glad to know you resolved the issue yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Header image not displlayed #95718
    Mahesh
    Participant

    @tinus: I checked the same in our server and the header image is working fine in the theme. Please make sure you’ve saved the customizer settings. If you are using any plugins, please deactivate it and check again. Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Links in post not dispayed and list-style error #95717
    Mahesh
    Participant

    @tinus53:
    1. Links in Posts are not displayed:
    The reason is, using excerpt will strip all the HTML and will only display plain text. You’ll need to display full content instead. This will happen in all theme.

    2. Content area it seams that this css-file has no effect:
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .entry-content ul > li {
    	list-style: none;
    }
    
    .event-list .end-date {
        margin-left: 0;
    }
    
    .multi-day {
        margin: 0;
    }

    Thanks for noticing the link in the footer, we’ll fix it in the next update.

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #95715
    Mahesh
    Participant

    @sheilalowe: I checked your site, and you are using Catch Responsive Pro theme. And you are using the latest version 3.9

    Regards,
    Mahesh

    in reply to: problems with footer #95714
    Mahesh
    Participant

    @antoon:
    Hi Antoon,

    By footer do you mean Volg het Rode Kruis afd. Beuningen text??
    Let me know further.

    Android and iPhone only supports ttf font, so you’ll need to manually upload calibri.ttf font to your site and then add that font-family in CSS and use it. For example

    @font-face {
        font-family: myCalibri;
        src: url(path_to_font) format('truetype');
    }
    
    body {
        font-family: myCalibri, "Calibri";
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Thumbnail editor does not work :( #95713
    Mahesh
    Participant

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

    Regards,
    Mahesh

    in reply to: Select Featured Content #95640
    Mahesh
    Participant

    @rollik: Yes, thanks for the detailed info. I found the issue and it is because the WP_Customize_Color_Control doesn’t support transparent. You’ll either need to reset the settings or use Custom CSS. For Custom CSS, go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead {
        background-color: rgba(0, 0, 0, 0.9);
    }

    Regards,
    Mahesh

    in reply to: problems with footer #95637
    Mahesh
    Participant

    @antoon: Thanks, now I can check the site. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    /* Center the table */
    .footer table {
        margin: auto;
    }
    /* Set calibri font as default */
    body {
        font-family: "Calibri";
    }
    /* Change font-size of the text */
    .footer > p {
        font-size: 20px;
    }

    Regards,
    Mahesh

    in reply to: Centre Logo #95621
    Mahesh
    Participant

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

    #masthead .wrapper {
        text-align: center;
    }
    
    #site-logo, #site-branding {
        float: none;
    }
    
    .nav-primary.search-enabled .menu {
        width: 92%;
        text-align: right;
    }
    
    .catchbase-nav-menu li, .sidebar-header-right .widget_nav_menu li {
        float: none;
    }

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #95619
    Mahesh
    Participant

    @sheilalowe: You are getting the error message because Pro themes cannot be updated directly like that as Free theme. You’ll need to do it manually. Please use Catch Updater module of Catch Web Tools plugin. Please check the video in the link below.
    https://www.youtube.com/watch?v=W95SuabDZi8
    Hope this helps.

    Regards,
    Mahesh

    in reply to: problems with footer #95618
    Mahesh
    Participant

    @antoon: I checked your site and it says “Maintenance mode is enabled”.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Thumbnail editor does not work :( #95616
    Mahesh
    Participant

    @catchytrips: Which size images are you using for the slider? The recommended image size for the slider is
    Width: 1200px
    Height: 514px
    If you choose image with different width and height, please make sure that the image has similar aspect ratio.

    Regards,
    Mahesh

    in reply to: front page width #95615
    Mahesh
    Participant

    @jadk001: You have following code in your Custom CSS which is causing the issue.
    #primary{width:100%}
    Remove it and it will resolve the issue.

    Regards,
    Mahesh

    in reply to: problems after update #95614
    Mahesh
    Participant

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

    #hgroup-wrap {
        display: none;
    }

    Regards,
    Mahesh

    in reply to: specs for social media icons #95612
    Mahesh
    Participant

    @agescho: Please use the following CSS instead.

    .custom-icon {
        vertical-align: bottom;
        display: inline-block;
        margin-left: 3px;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: How to get rid of space obove image header #95610
    Mahesh
    Participant

    @Kbampfield: Glad to know your issue is resolved. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: code for ad block? #95609
    Mahesh
    Participant

    @mattdenton: Clean Magazine comes with a primary sidebar and footer widget area. For widget areas beside these, I recommend you to upgrade to Pro version. Or you can create a child theme. You can find more details on creating child theme HERE. Then create a custom widget area and display it wherever you wanted in your site. And then add the Text Widget to that widget area.

    Regards,
    Mahesh

    in reply to: Select Featured Content #95607
    Mahesh
    Participant

    @rollik: Sorry for late reply. Please post in your site URL so that I can check for the issue and help you resolve it.

    Regards,
    Mahesh

Viewing 20 posts - 3,221 through 3,240 (of 4,908 total)