-
Search Results
-
Hi,
I have a question regarding the mobile menu. When I open the menu on my iPhone, and click on a page, te mobile menu will stay on the right side of the page. Meaning; if i scroll to the right on my iPhone, the menu will just be “sitting” there while not having pressed the button.
Picture of what i mean: http://hkcncservice.nl/wp-content/uploads/2016/03/image.png
My custom CSS as it is know:
.title_container .breadcrumb {
position: relative !important;
right: auto !important;
margin-top: 0px !important;
left: -3px;
margin-bottom: 25px !important;
}@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}My website is: http://www.hkcncservice.nl
– Sander
when we go to mobile, especially on android we get a 404 error page . this is only on mobile and not on desktop ..
Hola,
he creado una nueva página con vuestro template.Tengo un problema con los vídeos que inserto como background en un bloque de sección.
En un ordenador se ve perfectamente, pero al visualizarlo en un smartphone (iPhone) los vídeos no cargan, se quedan en stop y además aparece el icono de “play” de youtube.Hay alguna manera de cargar de forma automática los videos, independiente a los dispositivos donde se ve la web?
Muchas gracias,
una vez más os felicito por vuestro trabajo.Saludos !!!!
Topic: Preview Error
Hello,
I installed the Enfold theme and it worked perfectly fine for about 5 hours. The suddenly, after I published a webpage, the preview function stopped working. In 90% of cases the message “You do not have permission to preview drafts.” appears when I try to watch the preview of a page. The other 10% of the time it works fine.
When I go to “Appearance->Customize”, the preview does not work as well. Instead there is a WordPress login page which says “Session expired. Please log in again. You will not move away from this page.”. However, when I try to log in there, the same message appears again.Once published, the website itself looks fine and works.However, the scrolling buttons (which appear for example at a masonry gallery on the right and left when you click on a picture) on the published website disappeared (there are just empty boxes instead of arrows). The same goes for the “go up” button at the very end pf the page.
I already tried deactivating several Plugins and created a completely new installation of wordpress where I transferred the page to. Again, it worked for a few hours and then the bug appeared.
Thanks for any help!
Best Regards,
ChristopherThis is what my CSS looks now: http://www.dersichtweise.at/blog/
/* Stack footer */
@media only screen and (max-width: 767px) {
footer .copyright, footer .social_bookmarks, footer .sub_menu_socket {
width: 100%!important;
clear: both!important;
display: block!important;
float:none!important;
}
footer .social_bookmarks {
padding-left:8px;
}
}/* header */
.header_color .main_menu ul:first-child > li > a {font-weight: 300; font-size: 18px; font-family:’Helvetica Neue’}
.header_color .main_menu ul:first-child > li > a:hover { color: #03558f; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color #d1606d; }/* Linie weg im menü*/
.avia-menu {
border-right: 0px !important;
}/* title Farbe und größe*/
.main-title a {
color: #03558f !important;
font-size: 24px !important;
}/* title zentrieren */
.title_container .main-title { text-align: center; }.alternate_color { border-color: #e1e1e1 !important; }
/* footer font size */
.iconbox_content_title {
font-size: 15px!important;
}#footer a {
padding: 0;
}
#footer input {
margin-bottom: 0;
}/* logo große skalieren */
.logo img {
max-width: 100%;
}#top .av-mailchimp-widget-style-boxed_form {
border-style: solid;
border-width: 1px;
padding: 10px;
}
.widgettitle + .av-mailchimp-widget-style-boxed_form {
margin-top: 10px;
}@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block !important;
}}@media only screen and (max-width: 767px){
.responsive #socket .sub_menu_socket {
display: block !important;
}}/* social icons im header */
@media only screen and (max-width: 767px) {
.responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
margin-top: 0;
display: block !important;
}
}/* logo abstand nach oben */
.html_header_top.html_logo_center .logo {
padding-top: 1px !important;
}/*Farbrand rund um Widget box-Sidebar-blog */
section#text-2 {
border: 1px solid #ebeff5;
padding: 10px;
}/* social media icons größe */
@media only screen and (max-width: 480px) {
.responsive #header .social_bookmarks li { margin-right: 10px; }}/* Groesse linkliste footer abstand vertical */
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child>li>a {
padding: 0 20px;
}
}Hi,
I have a full screen slider and would like to add in a background colour to the slider text captions (large and small text captions).
I’ve looked in support and tried a couple of things that did not work. I did get it to work on the first caption by changing the shortcode.css to read the below but this does not effect the paragraph text, and does show up on mobile and i suspect there is a better selector to use to do this. Any ideas?
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,
.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title
{
background: #000;
filter: alpha(opacity = 80);background: rgba(0, 0, 0, 0.5);
padding: 20px !important;
display: inline-block;
visibility: visible;
-webkit-animation: caption-top 0.5s 1 ease-out;
animation: caption-top 0.5s 1 ease-out;
}When I go into the sticky header mode, the logo I am using ends up going right to the top and bottom edges. Is there a way to add some top and bottom padding around the area so it does not ‘kiss’ both the top and bottom borders of the element?
I think my other option is to insert whitespace into the logo image and have the padding essentially hardcoded into the image.
BTW, I can’t see any logo retina support on the theme options panel. Is this a feature you’d be interested in introducing? Also since WordPress 4.4 was released, they have better support for responsive images and also perhaps retina support. I’ve seen the plugin called Retina 2x and would be very much interested if something like this could be ‘baked in’ to the theme so all a user like me would do is upload a nice big fat resolution 2x file and have Enfold and WordPress take care of making all the image copies for suitable displays.
I mean normal images look quite shoddy when looking at them on a 2x retina display device or even the new 3x retina devices.
Thanks!
Hello Team,
I want to add my google remarketing code to all of my pages.
I have read a lot of topics here on the forum, but they don’t get solved or solved in private messages.
Where do I put the code?Thanks!
Is there a way to get custom backgrounds on the shop, cart and checkout pages? Woo commerce doesn’t like the Advanced Editor.
We are experiencing some difficulty with our product pages. We’ve installed a plug-in that allows us to put custom backgrounds on the product pages, which seems to be working although the product pages seem to have a layer of opaque white over the background images, which only become momentarily visible when you force scroll at the top of the page.
Many thanks!
Todd
Hi –
This is my original thread – https://kriesi.at/support/topic/background-section-proportions/#post-592852
I closed it but my client wasn’t happy so I have to reopen this section.
I need the “testimonials” section of my one page website to have a fixed height. Because the testimonials are different lengths the page jumps which you will see – the issue is there is a contact form on the bottom so when someone s trying to fill it out the page jumps…
Can you please help me to make the “testimonials” section to have a fixed height so it does not make the contact form jump?
Thanks
Viewing 30 results - 99,391 through 99,420 (of 142,852 total)


