Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1211450

    Hi guys!

    with the latest WordPress update the code editor is now at the top of the back end pages and bumps the “Advanced Layout Builder” to the bottom of the page. How do we remove the top Code part so the client doesn’t get confused?

    #1211467

    Hey creatiffco,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1211722

    Hi Victoria, thank you. that helped. I can’t seem to find a way to add another ticket but I have a few more questions I’ll ask below

    1. For the Full-Width Buttons I want to make the description font a dark grey (#333) and I would love to left align the text but keep the icon to the right side (and have it middle aligned for title and description (see Link reference below)

    2. Make text in excerpt for the masonry option a different color
    You’ll see here (see link below) that I can’t edit/add code into the excerpt for it to bold or change the color of any font? How can I allow css in the excerpt to show up here? (I want to bold “View this case study”

    3. I want to remove ALL meta data – from all blog posts and portfolios, etc. I’ve disabled it in the theme settings and I’ve added this code but it’s not working :
    .av-masonry-date { display: none !important; }

    4. I want to remove the ALL sort option for my masonry portfolios. I tried adding this code but it’s not working:

    .av-masonry-sort .av-current-sort-title {display: none !important;}

    5. You’ll see under SUCCESS Stories I did a left tab masonry layout (and I love it) I used this code below, but I am trying to do a similar look under SERVICES but I can’t make it just one column for the image. Do you have a suggestion on how I can make this design bigger and centered for the SERVICES page? I might need to adjust and rename the css ID and change the % but couldn’t figure out how.

    #top div.container .av-masonry.sort-left .av-masonry-sort {
    width: 23%;
    float: left;
    }
    .av-masonry.sort-left .av-masonry-container {
    width: 70%;
    float: left;
    clear: none;
    }

    #top .av-masonry.sort-left .av-sort-by-term {
    float: none !important;
    }

    #top .av-masonry.sort-left .av-sort-by-term a {
    display: block;
    text-align: left;
    float: none !important;
    clear: both;
    }

    #top .av-masonry.sort-left .av-sort-by-term .text-sep {
    display: none;
    }

    I’ve purchased this theme 10 times now (I really should just buy the big big license haha but I love and appreciate your support!

    • This reply was modified 4 years, 6 months ago by creatiffco.
    #1212431

    Hi guys – any insight above?

    #1212710

    Hi creatiffco,

    You have an error somewhere in your Quick css, you need to validate it before adding more code there.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-masonry.sort-left .av-sort-by-term .all_sort_button {
        display: none;
    }
    .av-masonry-entry-content.entry-content {
        color: red;
    }
    

    Which buttons are you referring to?

    Could you please attach some screenshots of the issue?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1212716

    Hi! Below is the custom CSS I’ve included (and I can put yours in/swap it for what I need to!) Help please :)

    #1213853

    Hi,
    Sorry for the late reply, for #1 please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-button-description.av-button-description-below p {
    	    color: #333 !important;
    }

    #2 sorry, I don’t see the “View this case study”
    #3 for your blog page:

    .avia-content-slider span.blog-categories.minor-meta,.avia-content-slider footer .slide-meta {
    	display: none !important;
    }

    #4 for your /stories/ page

    #av-masonry-1 .av-masonry-sort {
    	visibility: hidden !important;
        opacity: 0 !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.