Okay
  Public Ticket #1368446
Recent posts extra widget
Closed

Comments

  •  25
    damien started the conversation

    Hi,

    2 quick questions with regards to the Recent posts extra widget.

    1. Is it possible to omit the post that you are actively looking at from the recent posts sidebar widget?


    2. How to add a margin above the widget title?The below works when using the dev inspect tools but not in the CSS panel

    .sidebar h4 {
    margin-top30px;

    }

    Thanks
    Damien

  •  8,470
    Tahir replied

    Hey Again,

    1: Not possible i am afraid.

    2:Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .sidebar h4 {
    margin-top: 30px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  25
    damien replied

    Hi Tahir,

    I had tried that, as it had worked when using Chrome inspect and the dev tools but alas, did not work when adding it to the CSS panel unfortunately. Any ideas why that might be?

    No worries on the recent posts, I'll see if there any kind of workaround.

    Thanks again for your help, really really do appreciate it.

    Cheers

    Damien


  •  8,470
    Tahir replied

    Hey ,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/ .

    Best.


    ThemeNectar Support Team 

  •  25
    damien replied

    Hi,

    Host server (WPengine), Plugin and browser caches have all been cleared correctly.

    Sidebar edit still isnt showing on blog feeds as described below. Ifn it helps I can include my CSS here?

    thanks
    Damien

  •  25
    damien replied

    this is my CSS. I cant see anything conflicting here for both the sidebar edit or the author meta data from another support ticket we have open

    /* removing post meta data */
    body .meta-comment-count {
        display: none !important;
    }

    /* removing love icon from blog */
    .single #single-meta li .n-shortcode, .single #single-meta li .nectar-love {
        padding-left: 0px!important;
        display: none!important;
    }

    header#top nav > ul > li > a{
        padding-right:12px !important;
        padding-left:12px!important;
    }

    .swiper-slide .content h2 {
        background: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-shadow: 1px 1px rgba(0,0,0,0.3) !important;
    margin-bottom: 20px;
    }
    .swiper-slide .content p {
        background: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-shadow: 1px 1px rgba(0,0,0,0.3) !important;
    }

    @media only screen and (max-width : 1000px) {
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content h2 {
            font-size: 30px!important;
            line-height: 51px!important;
            margin-bottom: 6px;
            margin-top: 30px;
            letter-spacing: -0.5px;
        }
        
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span {
            font-size: 15px!important;
            line-height: 20px!important;
            padding-bottom: 7px;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
            font-size: 15px!important;
            line-height: 20px!important;
            padding-bottom: 7px;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .button a {
            font-size: 15px!important;
            padding: 5px 7px;
            margin-top: 15px;
        }
        
        
        
        body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content {
            margin-top: 10px !important;
            top: 30px !important;
        }
    }

    /* For Mobile*/
    @media only screen and (max-width : 690px) {
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content h2 {
            font-size: 32px!important;
            line-height: 32px!important;
            margin-bottom: 10px;
            margin-top: 30px;
            letter-spacing: 0px;
        }
        
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p span {
            font-size: 15px!important;
            line-height: 20px!important;
            padding-bottom: 10px;
            margin-top: 15px;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .content p {
            font-size: 15px!important;
            line-height: 20px!important;
            padding-bottom: 10px;
            margin-top: 15px;
        }
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .button a {
            font-size: 12px!important;
            padding: 30px 30px;
            margin-top: 15px;
        }
        
        
        
        body #ajax-content-wrap .nectar-slider-wrap .swiper-slide .content {
            margin-top: 30px !important;
            top: 30px !important;
        }
    }

    @media only screen and (min-width: 1000px) and (max-width: 1300px) {
      header#top nav ul li a {
        font-size: 10px!important;
      }
    }

    @media only screen and (max-width: 1000px) and (min-width: 1px) {

    body header#top #logo img {

    height: 40px!important;

    margin-top: -13px!important;

    }

    /* survey dropdown edit*/
    body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding-top: 0px;
    }

    body[data-fancy-form-rcs="1"] .select2-container .select2-choice {
        background-color: transparent;
        border-color: #e0e0e0;
        padding-bottom: 10px;
        padding-top: 10px;
        transition: background-color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98) 0s, color 0.15s cubic-bezier(0.39, 0.71, 0.56, 0.98) 0s;
    }

    /* Bloom blog subscribe header font fix */
    .et_bloom .et_bloom_form_header h2 {
        font-size: 14px !important;
        padding-bottom: 0 !important;
        font-weight: 600 !important;
        line-height: 1em !important;
        color: rgba(0, 0, 0, 0.8);
    }

    .et_bloom .et_bloom_form_header p {
        color: rgba(0, 0, 0, 0.5);
        line-height: 1em;
        font-size: 14px;
        margin-top: 0.5em;
        margin-bottom: -1em;
    }

    #sidebar .widget form p {
        padding-bottom: 5px;
    }

    .et_bloom_optin_2 h2 {
        font-size: 30px !important;
        padding-bottom: 20 !important;
        font-weight: 600 !important;
        line-height: 1em !important;
        color: rgba(0, 0, 0, 0.8);
    }

    /* fix for share overlay on bottom of mobile */
    .et_monarch .et_social_heading {
        text-align: center;
        padding: 10px 19px;
        color: white;
        cursor: pointer;
        height: 40px;
        line-height: 19px;
        font-size: 14px;
    }

    /* button full width */
    .nectar-button.fixed-size {
        width: 100%;
        text-align: center;
    }

    /* size edit for search input text DOESNT WORK? */
    body.ascend element.style #search-outer #search input[type="text"] {
        color: #000!important;
        height: auto!important;
        font-size: 20px!important;
        text-align: center!important;
    }

    /* add seperator line on mobile nav */
    #slide-out-widget-area .inner .off-canvas-menu-container li {
        margin-bottom: 10px !important;
    }

    /* adding overflow to bio text */
    .nectar_team_member_overlay {
        overflow-y: scroll;
    }
    .nectar_team_member_overlay .team_member_details {
        top: 0px !important;
        transform: none !important;
    }

    /* removing padding on footer subscribe fields */
    #footer-outer #footer-widgets .col p {
        padding-bottom: 10px;
    }

    .et_bloom .et_bloom_bottom_stacked p.et_bloom_popup_input {
        width: 100%;
        margin-bottom: 0px;
        padding-right: 0;
    }

    /* thinner cta container */
    #call-to-action .container {
        padding: 20px 0px 20px 0px!important;
    }

    /* bio pic opn click half the size */
    .nectar_team_member_overlay .team_member_image {
        height: 50%;
        width: 60%;
        position: absolute;
        left: 0px;
        top: 150px !important;
        opacity: 0;
        background-position: center center;
    }

    /* removing vertical gap between team members on mobile */
    @media only screen and (max-width: 690px){
    body .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"] {
        margin-left: 0%;
    }
    }

    /* fixing weird gap between slider and content on team page */
    .container-wrap, .project-title {
    padding-top: 30px;
        
    }

    /* adding vertical space between sidebar widgets  */

    .sidebar h4 {
    margin-top: 30px !important;
    }

  •  8,470
    Tahir replied

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.


    ThemeNectar Support Team 

  •   damien replied privately
  •  8,470
    Tahir replied

    Hey ,

    Please clear your cache using this guide: https://themenectar.ticksy.com/article/6226/  . Also turn off the option in here : 

    Best.


    ThemeNectar Support Team 

  •  25
    damien replied

    Hi,

    Thanks for your reply. I have already tried unchecking the Dynamic/Custom CC into Ext stylesheet option , have cleared plugin cache, browser cache and server cache and it still doesn't work.


    Weirder still, what I have discovered is that if I enter the CSS into the CSS area in "Appearance", "Customize" and "Additional CSS" it works..very odd and might be a bug?

    Thanks

    Damien

  •  8,470
    Tahir replied

    You seem to have a CDN Enabled so try clearing its cache as well. 

    B.est


    ThemeNectar Support Team