page52
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Mysterious Bullet Points Removing Featured ImageI’d also love to know how to ‘hide’ the main featured image which appears on the posts.
Forum: Plugins
In reply to: [WP Job Manager] Company logoI had a similar issue with the latest update. I went to settings>media and changed the thumbnail settings to the width I wanted my thumbnail to be, and then unchecked ‘Crop thumbnail to exact dimensions (normally thumbnails are proportional)’, re-added the logo and it worked!
Testimonial sliders ??
Forum: Plugins
In reply to: [Smart Slider 3] Make bullets and bar invisible on smaller screens/mobileThis worked a charm, thank you so much for the quick response!
Forum: Themes and Templates
In reply to: [Virtue] Social media icons widget in headerIt worked!! Thank you so much, you’re a legend.
Forum: Themes and Templates
In reply to: [Virtue] Social media icons widget in headerThank you Hannah, Kevin,
Unfortunately I can’t remove maintenance mode, but you can view the site here:
https://www.peachpipmarket.co.za/wp-admin
Guest
PW: virtuethemeguestThank you!
Kadence, I’m planning to purchase the premium version for my next site, it’s a fantastic theme!
Forum: Themes and Templates
In reply to: [Customizr] Mobile menu icon not showingThat did it! Thank you so much ??
I have just started using this theme and love it, aside from the glitch with the slider image vs text transitions. My slider messages are key to the images they go with.
@vlad: any idea when there will be a fix for this?
@laconic: did your solution work for you? If you could post the code that would be really helpful! Thank you ??
Forum: Themes and Templates
In reply to: [Sela] Add new widget area to homepageIt worked! Excellent! Thank you so much ??
Forum: Themes and Templates
In reply to: [Sela] Add new widget area to homepageThank you so much – I’ll certainly take a look at this! On another note, I put in CSS code to remove the white box on the home page image, and changed the font size, but want the font size increased on desktop only, not mobile (it’s white font on white and only shows as a giant gap.
I specified font size for @media below, but when I turn my phone sideways the gap appears again – any ideas?
Site is https://www.allaboutcouches.co.za pw couchpotato55
Thanks in advance!.front-page-content-area .with-featured-image {
background-color: transparent;
box-shadow: none;
border: none;
color: white;
width: 650px;
font-size: 50px;
}.page .entry-title {
display: none;
}@media (max-width: 520px){
.site-branding{
background-size: 700px;
}@media (max-width: 520px){
.front-page-content-area .with-featured-image {
font-size: 1em;
color: black;
text-align: left;
}