Forum Replies Created

Viewing 40 posts - 1 through 40 (of 84 total)
  • Author
  • in reply to: Featured image above content function #206039
     ThrewTheNevR
    Participant

    Awsome thanks Kieran.

    in reply to: Featured image above content function #206004
     ThrewTheNevR
    Participant

    Ahh i see now it worked.

    By chance is there a function to make all featured Images once selected
    In the a new post automatically set itself to custom size?

    in reply to: News hignlight element and feedzy category #197529
     ThrewTheNevR
    Participant

    I was checking out here documentation on their site and it appears to have a paid extension for that and explains the issue I was having. Odd the post type showed as a selective box option within the element.

    in reply to: News hignlight element and feedzy category #197522
     ThrewTheNevR
    Participant

    Ahhh I see, thanks for clearing that up. The option had me confused tyty.

    in reply to: News hignlight element and feedzy category #197520
     ThrewTheNevR
    Participant

    Link to sign in admin: https://christians1network.com/mylogin

    Username: John
    Password: Xu84wormsx

    Link to the test page: https://christians1network.com/rss-test-feed/
    I am unable to get the Feedzy category selected as it won’t show up.
    Feedzy category is named “Test feed cat”

    Here is the link that takes your to the Feedzy categories https://christians1network.com/john-admin/edit.php?post_type=feedzy_categories

    The feeds from Feedzy don’t make new post but it can show feeds using there code such as how I have it on this page https://christians1network.com/news-magazine/

    You can see that the feeds work below the line I named Feedzy was when u scroll down.

    in reply to: News hignlight element and feedzy category #197516
     ThrewTheNevR
    Participant

    Crap the links didn’t show. 1 sec

    in reply to: News hignlight element and feedzy category #197514
     ThrewTheNevR
    Participant

    It just don’t seem Feedzy categories work with the News highlight element even if I selected the correct post type.

    in reply to: News hignlight element and feedzy category #197513
     ThrewTheNevR
    Participant

    Link to sign in admin:

    Username: John
    Password: Xu84wormsx

    Link to the page:
    I am unable to get the Feedzy category selected as it won’t show up.
    Feedzy category is named “Test feed cat”

    Here is the link that takes your to the Feedzy categories

    The feeds from Feedzy don’t make new post but it can show feeds using there code such as how I have it on this page

    You can see that the feeds work below the line I named Feedzy was when u scroll down.

    in reply to: Fixed left&right sidebars #196635
     ThrewTheNevR
    Participant

    My apologize, I thought I updated this to resolved.

    I was able to fix the issue by using content aware sidebar plugin.

    in reply to: Fixed left&right sidebars #196372
     ThrewTheNevR
    Participant
    COPY CODE
    /* The left sidebar*/
    .sidebar-main { 
      position: fixed; /* Fixed Sidebar (stay in place on scroll) */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        left: 0;
    }
    
    /*removes item header from article creation page*/
    .new #buddypress  #item-header {
                display: none;
    }
    
    /*removes item header from group creation page*/
    .group-details #buddypress  #item-header {
                display: none;
    }
    
    .template-page{ 
    padding-left:  30px;
    padding-right: 30px;
    }
    
    /*may not work max width resolution */
    /*run more test*/
    /*.tpl-3lr{
        max-width: 1840px !important;
        padding-left: 0px !important;
    }
    */
    
    .page-id-69069 div#main-container{
        max-width: 1840px !important;
        padding-left: 0px !important;
    }
    
    /*fix width for sidebars on 1840 screen resolutions*/
    .page-id-9481 div#main-container {
        max-width: 1840px !important;
        padding-left: 0px !important;
    }
    
    .bp-messages #buddypress  #item-header {
                display: none;
    }
    
    .notifications #buddypress  #item-header {
                display: none;
    }
    
    /* hides messages tab in profile nav bar no better messages plugin changed original*/
    
    li#bp_better_messages_tab-personal-li {
        display: none !important;
    }
    
    /* hides notifications tab in profile navbar*/
    a#user-notifications  {
    display : none !important;
    }
    
    /*removes post in  box and text on post update box*/
    label[for="whats-new-post-in"]
    {
        display:none;
    }
    
    #whats-new-post-in  { 
    display: none !important;
     }
    
    /*change icon size profile bp navbar*/
    
    .bp-light-icons #buddypress div#item-nav ul li a:before{ 
    fontello;font-size:1.8rem;
    }
    
    /* takes out nav menu under profile cover */
    
    /*
    . #buddypress #item-nav { display: none !important; }
    */
    
    /* adds border around post update box*/
    
    form#whats-new-form {
        border-style: solid;
        border-color: #81d742;   
        border-width: 2px;
        padding: 10px 15px;
        border-radius: 12px;
    }
    
    /* change left sidebar avatar to rounded*/
    /*img {
        border-radius: 50%;
        */
        
    

    Admin: John
    Pass: Xu84wormsx

    in reply to: Fixed left&right sidebars #196370
     ThrewTheNevR
    Participant

    I stopped using the style.css in the file manager awhile back, I had problems with custom css not being issued at the time. I been placing css in theme options>general> custom css.

    I removed the width from the code above and the problem persist.
    I also checked previous css and found

    /*fix width for sidebars on 1840 screen resolutions*/
    .page-id-9481 div#main-container {
    max-width: 1840px !important;
    padding-left: 0px !important;
    }

    I commented it out to see if anything changed but the problem persist.

    in reply to: Exclude users wordpress post from activity feed #195698
     ThrewTheNevR
    Participant

    Thank you so much. I’m going do set this to resolved cause the initial question was answered.

    Il continue to see what’s causing it on my end and post back here if I figured it out.

    in reply to: Exclude users wordpress post from activity feed #195696
     ThrewTheNevR
    Participant

    Once the content I posted reached the limit where u needed to select the load more.

    in reply to: Exclude users wordpress post from activity feed #195695
     ThrewTheNevR
    Participant

    All post before the load more seems to work. I tested 3 accounts and posted on the feed.

    I kept posting updates using a different browser the selected the load more but nothing happened once I selected the load more button.

    in reply to: Exclude users wordpress post from activity feed #195692
     ThrewTheNevR
    Participant

    Thank you so much it works, it appears though that it wont show previous post when I select the load more. My admin account would have some test post from before showing.

    The user I blocked post from showing from the feed is from another account I use for auto posting content from rss feeds.

    However in the box that says show, I select updates and it will show my admin post, just unable to see it when it’s selected as everything.

    Seems as if the load more has broke.

     ThrewTheNevR
    Participant

    Ahh I think I can figure this one out.laura thank you so much.

     ThrewTheNevR
    Participant

    That works perfectly as in the pic below, but is there a way to change Main content width for two sidebars templates other than theme options> layout settings?

    67% for this particular screen size resolution still just a bit wide?

     ThrewTheNevR
    Participant

    1920×1080 resolution on screensize shows the sidebars width way to wide.

     ThrewTheNevR
    Participant

    im trying to have the sidebars have the same look like the pic below no matter the screensize.

     ThrewTheNevR
    Participant

    the pic above is what it looks like,the sidebars are wayyyy to wide.

     ThrewTheNevR
    Participant

    thank you.

    username:John
    pass: Xu84wormsx

    in reply to: Messages thread #193443
     ThrewTheNevR
    Participant

    I actually need to be more clear what I’m trying to do.
    Instead of click subject on the private message page to view the message I’m trying to have it where they can click anywhere on that box to view it.

    in reply to: Removing messages from profile navbar. #192999
     ThrewTheNevR
    Participant

    Thank you so much.

    in reply to: Removing messages from profile navbar. #192997
     ThrewTheNevR
    Participant

    I have tried all of the above recommendations but problem still persists.

    I don’t have a cache plugin of any sort, I have cleared browser cache and also double checked if the issue was there using another browser.

    I have changed the code and added ;

    a#user-messages {
    display : none !important;
    }

    Still don’t work.

    Username: John
    Pass: Xu84wormsx

    in reply to: Change profile subnav icon size. #192961
     ThrewTheNevR
    Participant

    Reverse engineering kleos core files from parent I have found the solution.
    For future reference if anyone needs to change the nav menus icon sizes
    On the profile page add the following css to quick css or style.css

    .bp-light-icons #buddypress div#item-nav ul li a:before{
    fontello;font-size:1.8rem;
    }

    From there you can change font-size to whatever you want.
    Cheers..

    in reply to: Style.css #192927
     ThrewTheNevR
    Participant

    Tysm

    in reply to: Profile nav menu #192906
     ThrewTheNevR
    Participant

    Thank you so much it worked perfectly placing it in themes options.

    in reply to: Css dont hide buddypress page titles. #192726
     ThrewTheNevR
    Participant

    I appreciate it Radu. It appears to be a conflict with buddypress not accepting the changes from the style.css in my kleo-child files.

    However I did create the activity page using WPBakery page builders activity page element.

    What I ended up doing tho was heading to buddypress>options>pages and set the activity page to none fixed the issue.

    Your css works when i did it that way,and I dont want you to waste or spend more of your time on the issue. Your a busy man whom been a mod for kleo for very long time, I am grateful for your help.

    in reply to: Css dont hide buddypress page titles. #192678
     ThrewTheNevR
    Participant

    Tried to hide it by page id as well. Unfortunately to no avail.

    in reply to: Css dont hide buddypress page titles. #192634
     ThrewTheNevR
    Participant

    Crap that didn’t work either. I tried both the style.css and the css option within the page itself.

    Page title still shows. Tried it in couple different browsers it’s not a caching issue.

    in reply to: Css dont hide buddypress page titles. #192629
     ThrewTheNevR
    Participant

    Ty, Radu.
    Starting to feel like a dullard for not trying that before.

    in reply to: Disable Breadcrumbs theme options dont work #192203
     ThrewTheNevR
    Participant

    Th ty.

    in reply to: Adding border around post update container. #192090
     ThrewTheNevR
    Participant

    Kieran_SQ you are absolutely amazing.

    No idea how I overlooked that comment from before.

    I must of left it there from previous css I was doing the other day.

    And thanks for the advice.

    in reply to: Adding border around post update container. #192084
     ThrewTheNevR
    Participant

    I forgot to mention it worked when I placed in the pages css setting.

    in reply to: Adding border around post update container. #192083
     ThrewTheNevR
    Participant

    I very much appreciate the help.I actually tried using that code yesterday and oddly enough it didn’t work.

    However I have placed your version in kleos child themes style.css and it didn’t work.
    This time I just took your code provided and applied it to my all pages>activity page And placed it in pages add css setting.

    So strange it don’t work via file manager.

    in reply to: Adding border around post update container. #192071
     ThrewTheNevR
    Participant

    Admin Login username: John

    Password: Xu84wormsx

    in reply to: How do i add font awsome or fontello to widget title? #175604
     ThrewTheNevR
    Participant

    remeber the code `
    div#text-5 h4:before {
    content: “\f2bd”;
    font-family: fontawesome !important;
    padding-right: 10px;
    }`

    i am unable to do this with a new widget using a different icon

    COPY CODE
    div#text-7 h4:before {
        content: "\f2bd";
        font-family: fontawesome !important;
        padding-right: 10px;
    }
    
    

    any ideas?

    in reply to: How do i add font awsome or fontello to widget title? #169766
     ThrewTheNevR
    Participant

    Tyty so much it worked.

    in reply to: How do i add font awsome or fontello to widget title? #169636
     ThrewTheNevR
    Participant

    The place I tried to place the code is shown in the pic below.

    in reply to: How do i add font awsome or fontello to widget title? #169633
     ThrewTheNevR
    Participant

    I’ll need separate icons for each widget title but I’ll just stick with this icon below,
    Icon #1 fa-user-circle here’s link Icon here

    I would like to have the icon show up on my test widget #1 on left side bar.

    In the picture I attached shows the first widget.

Viewing 40 posts - 1 through 40 (of 84 total)

Log in with your credentials

Forgot your details?