New Landing How can we help? Themeforest Theme Support Uplift CSS Help Needed for Site Modification

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Uplift
  • #284738
    ezekschuba
    Member
    Post count: 27

    1.How do i remove this top bar in portfolio pages? Here’s an example of the page: http://akanka2.akanka.com/?portfolio=oversabi-lawyer-2

    2.How do I make the menu on mobile transparent with image underneath just like the Hero on Desktop?
    I tried this:
    @media only screen and (max-width: 767px) {
    #mobile-header {
    position: absolute;
    background-color: transparent;
    border: transparent;
    }
    }

    but it gives me a bar with a black background.

    3. How do i make ‘more project stay in the middle?’ and centre the text ‘More Projects’? http://akanka2.akanka.com/our-work/

    4. How do I make the thumbnails under ‘more projects’ full width to width while containing the images? They overspread when it’s in full width without gutter? http://akanka2.akanka.com/?portfolio=oversabi-lawyer-2

    5. How do I remove tabular line in clients?

    6. The header images show on mobile as thin stripes and not completely until after a period of time. See about us page on mobile: http://akanka2.akanka.com/about-us/

    7. How do I add a phone image to the phone number field like the name and email fields in my form? http://akanka2.akanka.com/join-us/

    8. How do I make the footer headers smaller? couldn’t find an option for them in font settings.

    9. How do I centre the texts in my footer?

    10. How do I change the promo bar to full width? http://akanka2.akanka.com/

    11. I noticed that on mobile, long words do not adjust but instead break into half and go on to another line. This looks terrible. How do I prevent this?

    12. The headers’ font of my price tables are tiny! How do I increase them? http://akanka2.akanka.com/pricing/

    Attachments:
    You must be logged in to view attached files.
    #285157
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Ideally for this many changes you should be working with a web developer/front-end developer who has experience with basic CSS.

    1)

    article.type-portfolio figure.media-wrap {
        display: none;
    }

    2)
    a. Page => Meta options => Page Header Type => Naked (light)
    b. Page => Meta options => Forced Transparent Sticky Header

    3) You mean a single portfolio like this? http://akanka2.akanka.com/?portfolio=oversabi-lawyer-2

    .related-projects h2 {
        text-align: center;
    }

    4) What do mean, I do not understand this. You want the items to be full width and no gutters? Theme options => Custom Post Type Options => Full Width Related Projects Display

    5) Please provide a link

    6) You need to optimise your images for mobile. They are huge 5000px plus is too large: http://akanka2.akanka.com/wp-content/uploads/2014/09/about.jpg

    7)

    span.wpcf7-form-control-wrap.tel:before {
        content: "\e957";
        font-family: 'nucleo-interface';
        position: absolute;
        top: 13px;
        left: 15px;
        color: #222222;
    }
    span.wpcf7-form-control-wrap.tel input[type="tel"] {
      padding-left: 40px;
    }

    8)

    #footer h3.spb-heading span {
        font-size: 16px;
    }

    9)

    #footer h3.spb-heading span {
       text-align: center;
    }
    .widget .textwidget {
        text-align: center;
    }

    10) Looks like you have done this?

    11) Please provide a link a screenshot to where you reference.

    12)

    .sf-pricing-column .sf-pricing-name h6 {
    	font-size: 16px;
    }
    #285320
    ezekschuba
    Member
    Post count: 27
    This reply has been marked as private.
    #285637
    David Martin – Support
    Moderator
    Post count: 20834

    3)

    .post-filter-tabs {
    	text-align: center;
    }

    4) I’d have to see this to understand you better. Please enable it on the site. The images are not background images so they cannot be contained or set as cover.

    5)

    .clients-items > .client-item {
        border: none!important;
     }

    6) Well WP will try to re-size the image using the srcset attribute. You would likely do best with images 1170 in width and the size should be below 1mb.

    7) Not currently, will ask the team if we can sort this out for the documentation.

    9)

    `#footer h3.spb-heading {
    width: 100%;
    text-align: center!important;
    }`

    10) Is that within a Row, with the Row set to fullwidth?

    #286382
    ezekschuba
    Member
    Post count: 27
    This reply has been marked as private.
    #286561
    David Martin – Support
    Moderator
    Post count: 20834

    3)

    .post-filter-tabs {
      text-align: center!important;
    }

    Upload the font again to the Theme Options of the new site.

    Thanks

    #286895
    ezekschuba
    Member
    Post count: 27
    This reply has been marked as private.
    #286979
    David Martin – Support
    Moderator
    Post count: 20834

    What is the error message you get?

    – David.

    #287013
    ezekschuba
    Member
    Post count: 27
    This reply has been marked as private.
    #287147
    David Martin – Support
    Moderator
    Post count: 20834

    Please ensure you host is using PHP 7.

    Thanks.

    #287848
    ezekschuba
    Member
    Post count: 27
    This reply has been marked as private.
    #287853
    David Martin – Support
    Moderator
    Post count: 20834

    What are you doing to trigger the sf-colour-scheme.php error? Please list the specific steps so I can replicate this.

    #300134
    ezekschuba
    Member
    Post count: 27

    This got resolved with an update, but I’ve got another question. How can I move the titles of the portfolio previews from the left to the middle? Here’s the page: http://akanka.com/freebies/ Thanks.

    #300159
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this:

    .portfolio-item h4.portfolio-item-title {
        text-align: center!important;
    }

    Ref: http://www.w3schools.com/CSSref/pr_text_text-align.asp.

    #300277
    ezekschuba
    Member
    Post count: 27

    Great! It works. Thanks! One more thing. I’m also trying to centre the social share, so they also show in the middle and not the left. Here’s an example of a page it’s on. http://akanka.com/?portfolio=go-pink-october How can I do that? Thanks.

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register