• Hello, so I am having several problems with the Mantra theme. I will list them, if anyone can help I would really appreciate it. Thanks!

    1. Recent posts widget lists my most recent post, but when you click it, it says page not found.

    2. Under the comments box on my pages it says this:

    You may use these HTML tags and attributes: “<abbr title=””> <acronym title=””> <b>

    <cite> <i> <q cite=””> <strike>”

    I cannot figure out how to get rid of this

    3. My presentation page columns are squishing the images I used for them.

    4. When I open up the website on a cell phone, it squishes the header and makes it unreadable.

    5. Ive heard that I need to make a child theme for this. Is it too late now that I’ve already made several changes? Is there a writeup on how to do this?

    I know its a lot, but I really appreciate the help.. Thanks guys

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter litigatema

    (@litigatema)

    oh and the website is https://www.litigateMA.com

    Thread Starter litigatema

    (@litigatema)

    I found how to get rid of the text under the comments box on the contacts pages, but not the other pages. Here is a link to what I found if anyone needs it: https://www.ads-software.com/support/topic/remove-you-may-use-these-html-tags-and-attributes

    Thread Starter litigatema

    (@litigatema)

    Ok so im not getting a lot of feedback here, but either way, I solved the HTML tags problem.

    All I hve to do now is figure out why my comments box disappeared on my blog page, figure out why my recent posts widget cannot find my blog, and figure out why my webpage looks so different on a mobile phone. If anyone could PLEASE help I would really appreciate it.

    Looks like the theme has CSS for a mobile version – in particular this is for that header image:

    a#logo img {
        height: 80%;
        max-width: 90%;
        width: auto;
    }

    I hope you are using custom CSS to make changes – so that they aren’t lost when the theme is updated?

    As to the comments, do you have comments enabled for that page?

    You might also try asking these questions on the developers’ dedicated forums here:

    https://www.cryoutcreations.eu/forum

    Thread Starter litigatema

    (@litigatema)

    Thank you for your response Wpyogi! I haven’t made a lot of changes to the code, I’ve mostly just toyed with the options in the theme, but any changes I did to code was in editor. is editor and custom css the same thing?

    I do have comments enabled for the page, but the comment box dissapears as soon as my “blog” page is set as my posts page in reader. I think it may have something to do with the fact that I cannot set the presentations page as the front static page. To combat this I made a blank page and set that as Front page and it seemed to sort itself out.

    Thread Starter litigatema

    (@litigatema)

    WPyogi, that CSS that you posted above for the mobile version. Is that something I need to put into my css? If so how and where would I do that? Thank you

    That CSS is IN your site already – that’s what appears to be causing the header to resize that way. You could try copying it to a custom CSS section and changing those percentages. I’m not familiar with how this theme works, so you really should ask on the developers’ forums if that doesn’t work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme Problems’ is closed to new replies.