Forum Replies Created

Viewing 20 posts - 3,201 through 3,220 (of 4,888 total)
  • Author
    Posts
  • in reply to: Links in post not dispayed and list-style error #95856
    Mahesh
    Member

    @tinus53: Yes, that’s the trick. Thank you for your appreciation. If you like my support and Catch Adaptive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    in reply to: YouTube Video Wrap Size #95815
    Mahesh
    Member

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

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #95808
    Mahesh
    Member

    @rflores: You can simply add the anchor tag into the content of that blog.
    Example:
    <a target="_blank" title ="Text you want to display as link" href="link-to-page-in-different-website">Text you want to display as link</a>

    Regards,
    Mahesh

    in reply to: Links in post not dispayed and list-style error #95807
    Mahesh
    Member

    @tinus53: Then you’ll need the CSS that applies to the specific page only. Please use the following Custom CSS instead:

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

    Hope this helps.
    Note: I assume you have calendar list in this very page only.

    Regards,
    Mahesh

    in reply to: Featured image suddenly showing up enlarged in post #95806
    Mahesh
    Member

    @jvece1: Glad to know you’ve solved it all by yourself. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Member

    lmkele:
    Hi Kimberley,

    Thank you for using Catch Flames Pro.
    Please post in your site url / a screenshot of your problem so that I can check for the issue and help your further.

    Regards,
    Mahesh

    in reply to: problems with footer #95735
    Mahesh
    Member

    @antoon:
    Hi Antoon,

    The above CSS is not complete it is just an example. For that you’ll need to first upload the ttf font in to your site’s folder somewhere way yoursite/wp-content/uploads and then in add the following Custom CSS:

    @font-face {
        font-family: myCalibri;
        src: url(yoursite/wp-content/uploads/calibri.ttf) format('truetype');
    }
    
    body {
        font-family: myCalibri, "Calibri";
    }

    Note: Please change the path in the above CSS to your site’s relative path.

    Do you mean to center everything in the footer? Even the table’s content? If so add the following CSS:

    .footer, 
    .footer table td, th {
        text-align: center;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Links in post not dispayed and list-style error #95734
    Mahesh
    Member

    @tinus53:

    1. Column Layout uses excerpt content too. 🙂

    2. Square list-type is from theme theme’s style.css and the margin is from event-list.css

    Regards,
    Mahesh

    in reply to: Header image not displlayed #95731
    Mahesh
    Member

    @tinus53: The steps you’ve followed is correct, and should have causing such issue. Yes, please try reinstalling the theme, hope it helps. Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Updating Catch Responsive Pro #95729
    Mahesh
    Member

    @sheilalowe: Glad to know you’re able to update the theme and make it working. Have a nice day!

    Regards,
    Mahesh

    in reply to: YouTube Video Wrap Size #95724
    Mahesh
    Member

    @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
    Member

    @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
    Member

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

    Regards,
    Mahesh

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

    @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
    Member

    @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
    Member

    @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
    Member

    @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
    Member

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

    Regards,
    Mahesh

    in reply to: Select Featured Content #95640
    Mahesh
    Member

    @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
    Member

    @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

Viewing 20 posts - 3,201 through 3,220 (of 4,888 total)