Forum Replies Created
-
AuthorPosts
-
Hi!
It’s difficult for us to see what’s going wrong if you’re on a local installation, could you please upload something to a live server so that we can have a look for ourselves?
Regards,
RikardHi!
It’s difficult for us to help you when you are working locally, could you upload to a live server so that we can have a look ourselves?
Cheers!
RikardMarch 31, 2015 at 8:33 am in reply to: Box shadow not working in color section when parallax is active #420989Hi dynamitec!
None of our customers are complete idiots, but there are knowledge gaps, not everyone can be a seasoned web developer, and I guess that’s why this support forum is an appreciated service provided by Kriesi.
I tried your step-by-step on my local installation but I couldn’t reproduce. I might misunderstand your last step though; are you referring to the display a small styling shadow at the top of the section option? If not, please elaborate this step. This is why a link to somewhere where we can see the error ourselves is useful. A screenshot would help even more.
Best regards,
RikardHey!
Please try the following instead:
.js_active .tab{ color:red important!; font-size:16px !important; background-color:blue !important; } .js_active .active_tab{ color:yellow important!; font-size:18px !important; background-color:black !important; }
Please delete any cache from caching plugins if you should have one active and delete your browser cache before viewing changes.
Regards,
RikardHey zunini!
You could try to wrap the number in a span like this:
<span style="color:red !important;">+51 1 371 1199</span>
Cheers!
RikardHi McEwans!
You can target the icons using the following CSS in Quick CSS under Enfold–>General Styling:
#top .iconbox_left_content .iconbox_icon{ width: 100px !important; height: 100px !important; font-size: 60px !important; line-height: 72px !important; border-style: solid !important; border-width: 1px !important; border-radius: 500px !important; text-align: center !important; margin-right: 22px !important; }
Try playing around with values until you find the design you like.
Best regards,
RikardHi!
Please try the following in Quick CSS:
@media only screen and (min-width: 767px) { #menu-item-272{ display:none !important; } }
Regards,
RikardHey codecreative!
I get 404 page following your link, could you check please?
Best regards,
RikardHi!
I’m not sure I understand what you mean, could you provide us with a screenshot highlighting your problem please?
Best regards,
RikardHey bahamencz!
I’m not entirely sure I understand what you are trying to do, you want the masonry grid to display differently on landscape and portrait view? Please provide us with screenshots highlighting what you are trying to achieve.
Best regards,
RikardHey!
I think you need to play around with the values a bit, I’m pretty sure the iframe is not fully responsive.
width:640px; height:480px; /* your iframe height */ top:480px; /* your iframe height */ margin-top: -480px; /* your iframe height */
Cheers!
RikardHi!
Great, thanks for the link. Could you please provide us with screenshots highlighting how you want it to look instead? It’s difficult for us to help you unless you are as specific as possible.
Cheers!
RikardHey!
Your thread will go to the back of the queue if you post replies yourself, we will help you faster if you don’t reply.
I can’t view your page because logging in is required, could you please provide us with details? You can post them here as a private reply.
Cheers!
RikardMarch 31, 2015 at 5:50 am in reply to: Mobile menu list displaying on the right handside of website #420958Hey!
I see the problem you are referring to, it should be fixed in the version you are using. Are you using any caching plugin on the site? Please clear the cache if so and deactivate the plugin, the problem should go away after that.
Cheers!
RikardMarch 31, 2015 at 5:44 am in reply to: Rearrange social media icons to be horizontal, as opposed to vertical list #420956Hey SSG!
Please try the following in Quick CSS under Enfold–>General Styling:
#footer-social-buttons li { display: inline !important; }
Best regards,
RikardMarch 31, 2015 at 5:37 am in reply to: Decrease header size to "small" when viewed on mobile only #420955Hey!
The markup is wrong for the div:
<div id="”#dish2”"></div>
Please just add dish2 as the ID
Best regards,
RikardHi!
I don’t think there is any point to that if you are not going to do customisations, could you try my recommendation but in the parent theme instead? Download a fresh copy of the theme from Themeforest and update footer.php via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
RikardHey havi!
I’m not entirely sure what you are trying to do or what the problem is, could you try to explain a bit further please?
Best regards,
RikardHey compenseo!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardMarch 30, 2015 at 2:40 pm in reply to: Large Social Icons like at the bottom of One Page Portfolio Demo #420447Hi szzyp!
Could you provide us with a link to the site in question so that we can take a closer look please? Also, a description of how you want it to look and/or screenshots or a mockup. If you want to have a go yourself you can use the following CSS media queries:
/* Smaller than standard 960 (devices and browsers) */ @media only screen and (max-width: 959px) {} /* Tablet Portrait size to standard 960 (devices and browsers) */ @media only screen and (min-width: 768px) and (max-width: 959px) {} /* All Mobile Sizes (devices and browser) */ @media only screen and (max-width: 767px) {} /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */ @media only screen and (min-width: 480px) and (max-width: 767px) {} /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */ @media only screen and (max-width: 479px) {}
Regards,
RikardMarch 30, 2015 at 2:29 pm in reply to: How to get the background image in a colour section to be responsive? #420433 -
AuthorPosts