Hey mikehenze,
Thanks for getting in touch with us!
Please refer to this post here: https://kriesi.at/support/topic/disable-integrated-lightbox-effect-for-a-specific-page/
Let me know if you still need further assistance.
Best regards,
Jordan
Hi,
I need help with a couple of things on this page (in private content)
1. I need to reduce the height of the grey band with green text just above the slider on this page, I can affect the top padding of the band ok and I think that in order to reduce the bottom of the band in line with the top I need to affect the top margin of the slider itself but I can’t seem to be able to make it work.
2. I also need to reduce the size of the text just above the slider in this same box on mobiles so that the whole grey box with green text takes up less space on mobiles. I know I need a media query to do this and I’ve tried but I can’t get iot quite right.
Can you help please?
Thanks in advance
Good afternoon.
Our site is some problems in responsive ( mobile)
I’m sending the images.
1 color font.png (We need to change the font on the mobile version to give greater reading. )
2 menu.png ( our menu is white and when I inspect the elements and put mobile version and edit for example
#top .av_header_transparency #wrap_all , .av_header_transparency #advanced_menu_toggle {
background- color: # 7b0ac2 ;
color : #FFFFFF ;
border-color : RGBA ( 208, 57, 57, 0);
} It changes the desktop version .
3- responsive.png ( The color section is completely mangled . )
4 align.png ( Alignment is at the top and we want to center. )
I’m running into an issue where full screen images set in Color Sections are not retaining the “background image position” on the mobile devices. I believe that the images are just centered. This is creating some issues with design implementation on my site.
I’ve checked this on iOS (iPhone 6, iPad) and android device.
Site: http://www.robbshirey.com
The image on the home screen is set to Center Top but is not displaying in this manner on mobile devices.
Any assistance is greatly appreciated!
Hi Andy,
When I scroll the page this is how text widget appears on top of the body text, I want to make it shrink with logo and stay inside header element.
Please see the screenshot
http://prntscr.com/ba5x5e
text widget gets cut off in mobile screen, I want it to go below logo in mobile
Please see the screenshot
http://prntscr.com/bak439
Thank you very much.
Hey themeforesttony,
I think for this kind of function you need to search a plugin: kriesi.at/support/topic/recommended-plugins/
Best regards,
Andy
Hi,
we can help you with small issues, but if it takes too much work then you need to hire a freelance developer for this job.
What exactly do you want to change with your logo on mobile? A mockup showing the results would help us a lot, to provide you some precise css code. If you want to shrink your logo use this code:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
width: 40%;
}}
and adjust as needed.
Best regards,
Andy
Hi,
I checked your website again on desktop and it looks fine. For mobile add this code to get some space on your header:
@media only screen and (max-width: 767px) {
#header_main {
margin-bottom: 265px;
}}
and adjust as needed. Then it should look like this:
View post on imgur.com
which is hopefully what you want to achieve.
Best regards,
Andy
Hi,
I checked your website on desktop and on mobile. It looks good to me on both. Could you fix it already? if not please send us a mockup with the results you want to achieve, so we can provide you some precise css code.
Best regards,
Andy
Hi,
this happens because you’re using this code:
@media only screen and (min-width: 2250px) {
.html_header_top.html_bottom_nav_header .main_menu {
top: 200px;
}}
Change it to something like:
@media only screen and (min-width: 2250px) {
.html_header_top.html_bottom_nav_header .main_menu {
top: -1px;
}}
Best regards,
Andy
That’s why I should create a template page for the events with the #_CATEGORYIMAGE tag as fullsize image on the top
the problem is I want to get the same effect in this page (look private section). It’s the page where people register to the course.
right now there’s no image at the top under the menu. I could load the image by writing #_CATEGORYIMAGE.
Howdy Guys,
I’ve got a serious problem with enfold and WPML that I can’t figure out.
The Home site of my website is correct, but when I click on another langue at my language bar at the top, e.g. english or french, the whole layout looks “destroyed”. Thats my killer site —-> http://www.corthogreen.com/ Just klick on the english or french ribbon and see what happens. It’s only the home site that looks crappy…
What I did before: I downloaded and installed the latest Word Press Version, also the newest enfold version. In addition, I manually installed enfold via FTP-Client, but nothing really helps…The Site – even all other languages – are looking correct in the wordpress backend, that’s what worries my a lot…
I hope you guys have a solution for me.
I’m looking forward to your answers and would be very pleased if you could help me.
Best wishes
Hi,
I don’t see it neither but why do you have this code in style.css?
#top #main .avia-section .template-page {
height: 10px;
margin-top: -16px;
}
Removing that and disabling the minimum height on sections will remove the animations.
Best regards,
Josue
Hi Andy,
Not at the resolution of 2500+. Check image underneath:
[img]http://i.imgur.com/Hn74zle.png[/img]
What i want is when scrolling down, that the sticky menu will stick on top like in your screenshot.
Hope you can help.
Folkert
Hey Jordan
Thank you for your answer. So, that means I have to create two elements. One for the desktop view and another for mobile, right?
Best regards,
Philipp
Thank you that worked for the desktop main view.
Can I get it to shrink when scrolling down the page so it fits back into the header container?
Also – I need it normal on mobile size, but I guess I can adjust that by putting the above in a css media statement.
thanks,
Louise
Hey Ismael,
Yes, I’m working on Chrome and I’m annoyed by the video audio. I actually muted the whole computer, which is not the ideal solution (how to mute the tab?).
I’ve seen the same behavior happening on Firefox as well, as I’m trying it now. You may want to check it out too.
How do I use the Video element making sure the AmazonS3 hosted video gets on autoplay, is centered, has the size I want and maybe even has a placeholder?
Thanks
Antonio
Hey philippott,
Thanks for getting in touch with us!
To achieve what you are looking for you will have to create a different Color Section to display only on mobile. You can do this by adding ID’s to your Color Sections in the element options and then show/hide them with CSS:
@media only screen and (min-width: 768px) {
#desktop {
display:block;
}
#mobile {
display:none;
}
}
@media only screen and (max-width: 767px) {
#desktop {
display:none;
}
#mobile {
display:block;
}
}
For example what has the class #mobile will show on mobile and what has the class #desktop will show on on larger screens.
Best regards,
Jordan
Hi,
The portfolio grid is using the isotope script which calculates the position of each portfolio items. Unfortunately, like any other script this is not perfect and you may find a few minor glitches like the one you discover above. Have you check this issue on different browsers? Some of the browsers will display the issue and some will not. This is because of the way different browsers deal with width values containing decimal places. You can fix the issue partially by editing the portfolio item width or the width of its parent container.
.grid-sort-container {
width: 101%;
}
Best regards,
Ismael
Hi,
You have to modify the footer.php file and remove this code:
echo avia_post_nav();
After that, add this in the functions.php file:
add_action('ava_after_main_title', 'ava_after_main_title_mod');
function ava_after_main_title_mod() {
if( is_singular('portfolio') ) {
echo '
<div class="portfolio-post-nav">';
echo avia_post_nav();
echo '</div>
';
}
}
We wrapped the post navigation inside another container so that we can manipulate its position. Example css:
#top .portfolio-post-nav {
position: absolute;
right: 0;
}
#top .avia-post-nav {
position: relative;
float: left;
margin: 0 50px;
}
Best regards,
Ismael
How do I stop the video in the background from repeating?
Hey auserde,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hi Chris,
I’ve tagged the topic for our german speaking moderator, please wait for his reply.
Best regards,
Rikard
Hi,
To achieve what you are looking for you will have to create a different Color Section to display only on mobile. You can do this by adding ID’s to your Color Sections in the element options and then show/hide them with CSS:
@media only screen and (min-width: 768px) {
#desktop {
display:block;
}
#mobile {
display:none;
}
}
@media only screen and (max-width: 767px) {
#desktop {
display:none;
}
#mobile {
display:block;
}
}
Thanks,
Rikard
Hi,
Regarding your second inquiry, if I understand correctly, you’re referring to the “scroll to top” button. Please add this in the Quick CSS field to enable it on mobile devices:
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
For the initial inquiry, could you please provide a screenshot of the layout that you have in mind? Use imgur or dropbox. Note that you can use the color section element to create different sections with unique backgrounds.
Best regards,
Ismael
Hi,
I’m adding a shop to my site and the shopping cart icon doesn’t show at a screen size between 767px and about 1000px.
I’ve tried adding this to css:
@media only screen and (max-width: 990px) {
.responsive #top .cart_dropdown {
position: absolute;
top: 50%;
right: 9.5%;
}}
Do you know how I can make this button appear earlier?
Thanks,
Lisa
Hi,
We can’t reproduce the issue on our own installations. Anyway, please try this in the Quick CSS field:
.avia_transform .avia_start_delayed_animation.left-to-right {
-webkit-animation: avia-ltr .8s 1 cubic-bezier(0.175,.885,.32,1.275) 0s;
animation: avia-ltr .8s 1 cubic-bezier(0.175,.885,.32,1.275) 0s;
opacity: 1;
}
.avia_transform .avia_start_delayed_animation.bottom-to-top {
-webkit-animation: avia-btt .8s 1 cubic-bezier(0.165,.84,.44,1) 0s;
animation: avia-btt .8s 1 cubic-bezier(0.165,.84,.44,1) 0s;
opacity: 1;
}
.avia_transform .avia_start_delayed_animation.right-to-left {
-webkit-animation: avia-rtl .8s 1 cubic-bezier(0.175,.885,.32,1.275) 0s;
animation: avia-rtl .8s 1 cubic-bezier(0.175,.885,.32,1.275) 0s;
opacity: 1;
}
Remove browser cache or hard refresh the page. Please let us know about the results.
Best regards,
Ismael
Hi,
I am currently running the an updated WP and Enfold theme. I HAVE disabled all plugins, installed theme via FTP and this HAS NOT fixed the problem yet.
When I design a page using the theme building, hit publish it will stack all content elements. Thus instead of having side-by-side 1/2 columns, they will be on top of each other. Then if I manually manipulate them, hit publish, it will rearrange them again and some will disappear.
Please advise.
Hi Vinay
Yes “Starters” is a Custom Link of child page “Queensland” – which is a child of “Menu” – so that is why the main menu is highlighting correctly.
Problem is – how do I create multiple childs for the full-width menu without invoking an additional drop down menu from the top?
Thanks