Home Forums Basel support forum Bulleted List and Number list Problem

Bulleted List and Number list Problem

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #117498

    Ochuko
    Participant

    I have a problem with the theme. I try to use bulleted lists and numbered list in the FAQ tabs. They show on the backend of visual composer, but not on the front end of my website once I press update. Is there a way to fix this as I have been trying to sort it out for a while. Would someone also be able provide some guidance as to how I can add fonts to the website or use Google Fonts like I can with the FAQ section.

    #117512

    Hello,

    Please provide the page URL and your site admin access so that I could check.

    Best Regards

    #117519

    Ochuko
    Participant

    FAQs: https://borntoruleonline.com/faqs/
    In this section under some of the heading, they are meant to have numbered list and bulleted lists. For this section, the bulleted lists that aren’t shown are 4 and 5.

    Terms and conditions: https://borntoruleonline.com/terms-conditions/
    For this section, the bulleted lists and numbered lists that aren’t shown are: 2, 11, and 12.

    But in general when I try to add bulleted lists and numbered list when using the FAQs tool, it shows on the back end, but once you press update; it doesn’t show on the website.

    #117611

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vc_toggle_content ul {
        list-style-type:disc;
    	  padding-left:30px;
    }

    Best Regards

    #117739

    Ochuko
    Participant

    Do I just add the code “body .vc_toggle_content ul {
    list-style-type:disc;
    padding-left:30px;
    }” to any section of the custom CSS> Global of the theme, or is there a specific place that I need to add it to?

    #117742

    Ochuko
    Participant

    I was just wondering if it would be possible to reduce the HTML Requests? This is just so I can make the website faster. The website is slower when I am on the Admin end of the website, but once log out and load it, its faster but I was just wondering if I could get some consistency within the website.

    #117767

    Hello,

    You need to add the CSS to the Theme Settings > Custom CSS > Global.

    In general, our theme is already optimized and don’t have too many resources to make your website slow. Most likely, your website performance suffers from the content you have added to your website. It may happen in case of too many plugins, large not optimized images or other resources. So we suggest you to remove unnecessary plugins, install some kind of JS & CSS optimizing plugins like Better WordPress Minify and a caching plugin like WP Super Cache. Also, you can use GTmetrix tool to see what makes your website slow and optimize these parts of your website.

    Best Regards

    #118566

    Ochuko
    Participant

    Once again I have the same issue with the numbered list. The numbered list shows on the backend of the page builder, but once I press update and come out of it, it does not show. The bullet points show, but the numbered lists are not showing. Furthermore, text seems to be appearing bold on the live website, when on the page builder it is clearly not highlighted in bold. The specific page that I am taking about is “User’s Manual”

    #118580

    Hello,

    Please provide the page URL with the ordered list.

    Best Regards

    #118584

    Ochuko
    Participant

    The page URL is ” https://borntoruleonline.com/users-manual/” Also once on this page on a mobile phone, a little side menu appears and I don’t know how to get rid of it. Would you be able to help me get rid of it please.

    #118586

    Ochuko
    Participant

    And on the User’s Manual on the phone it appears that half of the title is cut off, would you also be able to provide a solution for that please.

    Attachments:
    You must be logged in to view attached files.
    #118629

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vc_toggle_content ol{
        list-style-type:decimal;
    	  padding-left:30px;
    }

    and this code to the Theme Settings > Custom CSS > Mobile:

    body .page-title {
        height: auto;
    }

    Best Regards

    #118654

    Ochuko
    Participant

    Would you be able to provide guidance on how I could remove the “…” sidebar on the user’s manual page. I don’t want it to be there at all. It only shows on a mobile device and just want it to be removed.

    Attachments:
    You must be logged in to view attached files.
    #118656

    Ochuko
    Participant

    Do you also have documentations in regard to how to use the Revolution slider?

    #118725

    Hello,

    Here is the link for the Slider Revolution documentation https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

    Best Regards

    #118786

    Ochuko
    Participant

    Would the solution be provided in regard to the “…” sidebar on the user’s manual. It shows up on the mobile phone when on the user’s manual page. I do not want that to be there, I deleted the page and tried to redo everything again, but that button keeps coming up. I have asked for a solution for this a couple times, but it has been ignored. The page is “https://borntoruleonline.com/users-manual/” Below there is an attachment for what I mean.

    Attachments:
    You must be logged in to view attached files.
    #118901

    Hello,

    Please enter the page editing mode and find the sidebar options http://prntscr.com/nc61xs

    You need to set 1 column and disable the sidebar.

    Best Regards

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