Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1050561
    Map
    Participant

    Hi,

    Please help if you can with the following (maruapula.staging.wpengine.com)!

    1) How to I get consistency with height and width of content in my three columns in section 2?
    2) How do I edit the calendar to show events (it’s not even showing posts at the moment)
    3) How do I edit colours and fonts in calendar?
    4) mp4 video is “missing” in video
    5) How to I turn off auto-capitalization of titles across the whole theme?
    6) Padding and borders only seems to work in factors of 10; how do I tweak padding or borders for single px? (this should help me with question 1)

    Many thanks!

    #1050612
    Christopher
    Moderator

    Hi there,

    #1 Please add margin-top: 20px; in first column’s style field.
    Please add following code in Customize -> Custom -> CSS :

    .x-recent-posts .x-recent-posts-img {
        padding-bottom: 65.25%;
    }
    .x-video .x-video-inner {
        padding-bottom: 78.25%;
    }

    #2 It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    #3 Add this as well :

    .widget_calendar #wp-calendar tbody td {
        border: 1px solid red;
        background-color: #000;
        color: #fff;
    }
    .widget_calendar #wp-calendar th {
        border-bottom: 2px solid #566471;
        color: #566471;
    }

    #4 You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    #5 Please navigate to Customize -> Typography -> Headings to disable ‘Uppercase’ titles.

    #6 Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Hope it helps.

    #1052214
    Map
    Participant

    Hi,

    Many thanks for your help!

    I am working through these, but with regards to the Calendar, I don’t need to change the colours. What I want to do is:

    1) Uncapitalize the heading (I have turned capitalizations off in the customizer, but Calendar month is still capitalized)
    2) Remove the next month with arrow at the bottom
    3) Have this calendar function as an events calendar, so that hovering over days shows that day’s event. I can’t see options in dashboard for doing this

    Hope that makes sense!

    #1052311
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    table#wp-calendar caption {
        text-transform: none !important;
    }
    td#prev, td#next {
        display: none;
    }
    

    #3 It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1050561 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>