Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Uplift › CSS Help Needed for Site Modification
New Landing › How can we help? › Themeforest Theme Support › Uplift › CSS Help Needed for Site Modification
- This topic has 15 replies, 3 voices, and was last updated 8 years by Rui Guerreiro – SUPPORT.
-
Posted in: Uplift
-
July 29, 2016 at 6:46 am #284738
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.August 1, 2016 at 10:46 am #285157Hi,
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 Header3) 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; }
August 1, 2016 at 6:29 pm #285320This reply has been marked as private.August 3, 2016 at 10:42 am #2856373)
.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?
August 8, 2016 at 5:29 pm #286382This reply has been marked as private.August 9, 2016 at 10:04 am #2865613)
.post-filter-tabs { text-align: center!important; }
—
Upload the font again to the Theme Options of the new site.
Thanks
August 11, 2016 at 1:18 am #286895This reply has been marked as private.August 11, 2016 at 11:23 am #286979What is the error message you get?
– David.
August 11, 2016 at 1:42 pm #287013This reply has been marked as private.August 12, 2016 at 10:23 am #287147Please ensure you host is using PHP 7.
Thanks.
August 17, 2016 at 1:05 pm #287848This reply has been marked as private.August 17, 2016 at 1:13 pm #287853What are you doing to trigger the
sf-colour-scheme.php
error? Please list the specific steps so I can replicate this.November 3, 2016 at 2:09 am #300134This 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.
November 3, 2016 at 10:41 am #300159Please use this:
.portfolio-item h4.portfolio-item-title { text-align: center!important; }
Ref: http://www.w3schools.com/CSSref/pr_text_text-align.asp.
November 3, 2016 at 2:32 pm #300277Great! 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.
-
Posted in: Uplift
You must be logged in and have valid license to reply to this topic.