Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #95643
    Tinus53
    Participant

    Hi,
    I’m currently testing out some of your themes.
    My current Favorit is “Catch Adaptive”. Unfortunatelty ther are 2 issues.

    1. Links in Posts are not displayed when the Archiv Layout Option “Show excerpt” or colums layout are selected. Only when I select the third Option in English it may be Show conplete content (in German it is “Zeige ganzen Inhalt) the links are displayed.
    => See first post. The last word “hier” contains a link.
    => http://sf-plochingen.schachvereine.de/sfp2

    By the way, there are other themes like “Catch Box” or “Catch Responsive” with the same behavior. But “Catch Base” and “Catch Flames” are workin perfekt and do not have this issue.

    2. I’m using the plugin “Event List”. This plugin comes with its own css-file. It works perfekt in the sidebar. But in the Content area it seams that this css-file has no effect for the list-style The list-style: none is not used. Instead of this the themes style list-style: square is used.
    => http://sf-plochingen.schachvereine.de/sfp2/kalender/

    By the way, in the theme “Catch Flames” the plugin works perfect!

    Please help me to fix this issues.

    BTW: in all your themes I have tested the link in the footer to your homepage is http://catchthemes.com instead of https://catchthemes.com.

    #95717
    Mahesh
    Keymaster

    @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

    #95726
    Tinus53
    Participant

    1. I do not use excerpt. I’m using Columns Layout.

    2. Works perfect. Thanks a lot!!
    What causes this issue, the style.css or the event-list.css?
    I’m wondering because this did not happen in all themes.

    Regards
    Bernhard

    #95734
    Mahesh
    Keymaster

    @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

    #95763
    Tinus53
    Participant

    Hi Mahesh,
    the 2. issue is not solved as I expected.
    When I use this custom css code then the squares disappeare also in all listed items on all pages.
    What I was look for was a solution that behavies like in Catch Flames. In this theme I have squares in normal listed items on each page but not in my special calender view.
    Let me know if I should Switch to this theme if you want to check the code.

    Regards
    Bernhard

    #95807
    Mahesh
    Keymaster

    @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

    #95814
    Tinus53
    Participant

    Hi Mahesh,
    now it works as expected.
    Thank you very much!

    Yes, I have the calender list currently only on this page. If I will use it on another page too, I have to add css-code with the page-id of this new page, I assume.

    Regards
    Bernhard

    #95856
    Mahesh
    Keymaster

    @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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Links in post not dispayed and list-style error’ is closed to new replies.