Forum Replies Created
-
AuthorPosts
-
nomade-2018Participant
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
Patricknomade-2018ParticipantThis 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 Younomade-2018ParticipantHello 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,
Patricknomade-2018Participantthe link https://syllabusb.com/test/
nomade-2018ParticipantSorry I forgot the link
nomade-2018ParticipantHello 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 helpPatrick
nomade-2018ParticipantTry this Cindy, it works for me
In the theme dashboard > css add this code
.mobile-menu {
display:block !important;
}Bye for now
Patricknomade-2018ParticipantSkandha, I uses the folowing code in the css box
.mobile-menu {
display:block !important;
}
And everything is fine now thank you for your help.
Patricknomade-2018ParticipantThank 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!!!
Patricknomade-2018ParticipantHello 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!
Patricknomade-2018ParticipantSorry, it works, I tought the link was for the title of the ad. itself. No Its the button link.
Bye for nownomade-2018ParticipantSkankha,
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 MathsI 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
Patricknomade-2018ParticipantHello 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 -
AuthorPosts