-
Search Results
-
I would like to center the main logo, then under it the phone number, and then center a secondary logo under that, and finally have the mobile menu centered last. I also would like to shrink some spacing at the very top and under the mobile menu – see image.
Thanks for your help.
Topic: Google maps stopped working
I do not know if it was a problem before – I did not notice there being one – but now Google maps has stopped working
Oops! Something went wrong.
This page didn’t load Google Maps correctly. See the JavaScript console for technical details.thanks
Topic: Modify Html code
Hi,
I’m working on an Enfold photography demo theme.
I would like to know how I can access the html codes.More specifically in an aviaccordion slide where I have three photos. I would like to modify their html code.
In order whether to delete the clicking option (delete href) or adding another option when clicking on the photos (like opening a new file but as it does when it opens the image on the viewer).Thanks in advance,
Christophe
Topic: Email stopped working.
I am frustrated because I don’t know how an email can stop sending when it worked since the beginning?
Do I really have to update every time there is a new one to update to?
my site is included.
Email looks like it works but I never receive them.
I have version 3.4.3 now.
Also, if i have to update, which makes no sense to me since I thought email is a simple widget…how do I do it the easiest way eithout overwriting anything.
It looks like WordPress has a feature that I put my API code in and it does it through WordPress?
Need help, please.
Thanks!Topic: Responsive issue
Dear Support,
in some resolutions the menu is overlap the logo when i resize the browsers’ window.
How can i solve this issue. I use stretched layout and i placed logo and main in top header. The Maximum Container width is set to 100% .
Regards
Stelios
Topic: mobile scrolling issue
Hi
I have a scrolling issue with the header. When I scroll down the header does not stay at the top but leaves a gap and the content scrolls behind it. This only seems to happen in iPhone and if I resize the screen to test for mobile.
You can see what I mean in this image http://www.peterk2.com/scrolling.jpg and the attached link.
many thanks
Hey! :)
Is it possible, to have Skype in the social profiles (shown in the top-bar and in the footer) be replaced with a functionality like this:
<script type="text/javascript" src="https://secure.skypeassets.com/i/scom/js/skype-uri.js"></script> <div id="SkypeButton_Call_Me_1"> <script type="text/javascript"> Skype.ui({ "name": "chat", "element": "SkypeButton_Call_Me_1", "participants": ["Me"], "imageColor": "white" }); </script> </div>?
Right now, I have a link like this set: skype:Me?chat – but this is apparently bad for SEO as it contains a question mark.
As for the Special Headlines we had issues as these were going out of the observable space from time to time, when for example being watched on mobile portrait resolution (longer words were vanishing to the right side).
For now it is addressed with this Quick CSS:h1, h2 { -ms-word-break: break-all; word-break: break-all; word-break: break-word; }But I guess you guys probably have a cleaner/better solution for me?
Thanks a bunch as always!
Best regards,
eCGood afternoon,
Maybe this question is not suitable at this forum, but I´m sure you could help me with this issue:
I want to change the color of the button and the link of this Cookie message:This is the code we have right now:
#cookie-notice {
display: none;
position: fixed;
min-width: 100%;
height: auto;
z-index: 100000;
font-size: 13px;
line-height: 20px;
left: 0;
text-align: center;
}.cookie-notice-container {
padding: 10px;
}.cn-top {
top: 0;
}.cn-bottom {
bottom: 0;
}#cookie-notice .button {
margin-left: 10px;
}#cookie-notice .button.wp-default {
font-family: sans-serif;
line-height: 18px;
padding: 2px 12px;
background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
border-color: #BBB;
color: #333;
text-shadow: 0 1px 0 #FFF;
-moz-box-sizing: border-box;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-style: normal;
text-decoration: none;
white-space: nowrap;
outline: none;
}#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
border-color: #999999;
color: #222222;
}#cookie-notice .button.bootstrap {
font-family: sans-serif;
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-right: 0.3em;
margin-bottom: 0;
*margin-left: .3em;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
font-style: normal;
vertical-align: middle;
cursor: pointer;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #AB5D5C;
*background-color: #0044cc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
border-style: solid;
border-width: 1px;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff0088cc’, endColorstr=’#ff0044cc’, GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
padding: 2px 10px;
font-size: 12px;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
}#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}____________________________________________
And I need to change to:
Background of the full message: #444444
Font of the message: #999999
Font for links and font for the button: #8C4F4F
Background of the button background: #222222Please, could you help me to modify this?
thanks in advance
Dear supporter,
How can I undo the border radius for blog entry images? I would like to have all my images without border radius on my website. Some CSS adjustments have helped me to change some of the border radius into ‘0’, but the blog entry images keeps popping-up with rounded corners.
My CSS adjustments:
.sub_menu a {
border-radius: 0px!important;
}.rounded, .sidebar, #top .slideshow {
border-radius: 0 !important;
}.rounded_corner{
background: none !important;
}LayerSlider worked fine with full-width, background image was close to a color-section (with text) on top and close to the footer area on bottom.
After I’ve created a third slider, suddenly white space to the top and bottem end was there in the Front-End. How can I remove this white space?
Viewing 30 results - 91,231 through 91,260 (of 142,827 total)

