Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Ordered list unordered lists #265438
    nomade-2018
    Participant

    hello Skandha,

    It seems to be a Catch themes in general. I’ve tested 3 different catch themes, and the problem is the same. I also tested 8 free themes on the net and all gave the ordered and unordered lists options : for UL disc, cercle, square and for OL numbered, alpha, roman and greek.

    Waiting for you soon.

    Regards
    Patrick

    in reply to: Ordered list unordered lists #264994
    nomade-2018
    Participant

    This what I found in the Catch Responsive Pro style.css

    lines 391-404

    ul {
    list-style: none;
    }

    ol {
    list-style: none;
    }

    li > ul,
    li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;

    then lines 462-473
    .entry-content ol > li {
    list-style-type: decimal;
    }

    .entry-content ul > li {
    list-style-type: square;
    }

    .entry-content ol ol,
    .entry-content ul ul {
    margin-bottom: 0;
    }

    I’ve changed the style nothing changed

    In Tinymce advanced I’ve found notrhing about this in the CSS.

    But In the wordpress themes like twentyeleven I’ve found this

    /* Text elements */
    p {
    margin-bottom: 1.625em;
    }
    ul, ol {
    margin: 0 0 1.625em 2.5em;
    }
    ul {
    list-style: square;
    }
    ol {
    list-style-type: decimal;
    }
    ol ol {
    list-style: upper-alpha;
    }
    ol ol ol {
    list-style: lower-roman;
    }
    ol ol ol ol {
    list-style: lower-alpha;
    }
    ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    }
    Can you tell me how to append this Skandha
    Thank You

    in reply to: Ordered list unordered lists #264985
    nomade-2018
    Participant

    Hello Skandha
    It happens everywhere I need lists.
    I sent you a sample here https://syllabusb.com/test/
    And I openened a page here
    https://syllabusb.com/module/7-0-introduction/
    As yu see The only kind of bullet I can have is a square (usely the default bullet in WP is the disc)

    Also, I should be able to change the style type having # or * or lower greek instead of the default bullets.

    So what Catch CSS can block the Tinymce CSS?
    Regards,
    Patrick

    in reply to: Tinymce advanced list plugin not working #264631
    nomade-2018
    Participant
    in reply to: Tinymce advanced list plugin not working #264630
    nomade-2018
    Participant

    Sorry I forgot the link

    in reply to: Tinymce advanced list plugin not working #264629
    nomade-2018
    Participant

    Hello Skandha,
    Here is a page that will explain easily the proble. First example with Catch responsive pro the other one with Twenty eleven theme (I have tested with 3 othe themes.
    Thank You for your help

    Patrick

    in reply to: reponsive menu not working #256043
    nomade-2018
    Participant

    Try this Cindy, it works for me

    In the theme dashboard > css add this code

    .mobile-menu {
    display:block !important;
    }

    Bye for now
    Patrick

    in reply to: reponsive menu not working #245034
    nomade-2018
    Participant

    Skandha, I uses the folowing code in the css box

    .mobile-menu {
    display:block !important;
    }
    And everything is fine now thank you for your help.
    Patrick

    in reply to: reponsive menu not working #245033
    nomade-2018
    Participant

    Thank you for your fast reply Skandha,
    Yes I’ve tried that according to one of your previous post. I also tried to use a default wp theme. And then it works. So i made e new try to use directrly Catch repsonsive Pro without the child theme and it works.
    But on my site lozedion.com I have the same child theme and it works there!!!
    Patrick

    in reply to: Menu missing from mobile and tablet #244956
    nomade-2018
    Participant

    Hello everybody, hope youre fine,
    I’m using catch responsive pro for a while now, i have a new website syllabusb.com with “my” standards plugins, but the primary menu does not show on responsive tablet or mobile.
    First, I try with all plugins disable. Nothing changes.
    But if I use the basic theme Twenty seventeen, it works well. I uses Catch on another site, and it work well.
    Can Someone give help. Catch repsonsive is the best theme for my uses!
    Patrick

    in reply to: Promotion headline link not working #228790
    nomade-2018
    Participant

    Sorry, it works, I tought the link was for the title of the ad. itself. No Its the button link.
    Bye for now

    in reply to: Customizing the footer #163158
    nomade-2018
    Participant

    Skankha,

    Unfortunately the pro version has some bugs, and I don’t have time to spend on each of it.

    The footer does not accept fully HTML that’s why the code [the-year] is not working.

    I’ve tried the following code that should work (as in the footer widget 1 left) but it doesn’t

    Loze-Dion éditeur inc.
    © 2018 – document.write((new Date()).getFullYear()); Nomade Maths

    I think All of this comes from the french version of the theme, your translator doesn’t seem to understand what he is translating.

    Sorry about all this
    Patrick

    in reply to: Customizing the footer #163065
    nomade-2018
    Participant

    Hello Skandha, I added the code and refresh the page, nothing happened.
    I also tried the same thing directly with the core theme Catch responsive pro itself.

    Regards,
    Patrick

Viewing 13 posts - 1 through 13 (of 13 total)