Hey guys!
I think I’m trying to do something fairly simple but I’m having a tough time trying to explain it. I want to stop the fullpage stretch once the browser with is 1200px or more. I only want to do this on my work page and the portfolio entries.
On these pages.
—
I still want the homepage (ccyran.com) to be fullscreen.
The password is provided in the private content.
Thanks!
Hi there,
I would like to have a scroll down button on my advanced layer slider.
I already read this thread: https://kriesi.at/support/topic/add-scroll-down-arrow-button-on-advance-layerslider/
I already add the html to a text block in a new layer and added the code the Quick CSS.
It doesn’t show the arrow, so it has probably todo with the two color sections that needs to be added.
Can someone tell me how to create these ‘color sections’?
Thank you in advance.
Regards,
Filly
Hi,
I added the following to functions.php to manage the parallax ratio:
add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2);
function avia_change_parallax_ratio($ratio, $id){
$ratio = "0.5";
return $ratio;
}
I the ratio is set to 0.5 but you can set a higher value (0.5) to increase the speed or a lower value to decrease it.
As for the buttons I added the following to quick css:
.avia-button.avia-size-x-large {
padding: 50px 50px 50px !important;
font-size: 30px!important;
min-width: 482px!important;
}
#top .avia-button.avia-color-light:hover {
color: #000;
border: 3px solid #fff;
background: #fff;
opacity:1;
}
body div .avia-button{
display:inline !important;
}
Let me know if this is what you needed.
Best regards,
Jordan Shannon
Hello,
I am trying to place the secondary menu right of the logo.
/* Secondary Menu inside Main Menu */
#header_meta .container { top: 10px; }
#header_meta .container, #header_meta { min-height: 0; height: 0; }
This works, but as soon as I scroll down, there is a space at the top of the header.
At the very top of the page:

When scrolled down:

Best regards,
Neverlands
Hi
OK, I have now made it to .mp4 and it works with lightbox
BUT in Safari, when opening the video lightbox, the screen pushes down so the lightbox is at the top.
In other browsers, it opens up in the middle. That is how we want it always, regardless of browser.
What can I do here?
Hallo,
ich hätte gerne Header und Footer transparent … Habe schon einige Forumseinträge ausprobiert, unter anderem diesen:
https://kriesi.at/support/topic/transparent-background-color-for-the-boxed-content-area/ (für Enfold) – das ist genau umgekehrt, wie ich’s mir vorstelle.
Könnt Ihr mir helfen …?
DANKE :-)
Hi Guys,
I don’t want to open new topic because my issue is the same: sticky header on menu.
I tried with codes from this topic and from topics:
but it doesn’t work (or I can’t see it on Safari).
There is link to my website (prv content).
Would appreciate some help :)
Off to another project with enfold. Your new update looks great!
I’m having trouble figuring out how to replace the social icons in my header with a phone number.
Im using the header with the navigation under the logo (logo left) so the social icons are in the right of my header, and I’m not using a top bar.
Heres how my header looks:
http://www.molexmediagroup.com/molex-homecraft/
Could I replace those icons in the photo above with a phone number?
Thanks,
-
This topic was modified 8 years, 11 months ago by
molexmedia.
Excellent!!!!
That worked a treat.
this was the code that I used for anyone reading this thread in future:
#top .cform-right .form_element input.button {
float: right;
position: relative;
right: 132px;
background-color: #003c6e;
color: #ffffff;
border-color: #003c6e;
}
Hi
Regarding this: https://kriesi.at/support/topic/wp-rocket-compatibility/ could you give us a date for this patch please ? Beacuse it cause a lot of troubles and WP Rocket can not works fine.
Thanks
Hi,
You can add a class name for example cform-right then in Quick CSS, you can add this css code:
#top .cform-right .form_element input.button {
float: right;
}
This will make the submit button on the contact form for example align to the right.
Best regards,
Nikko
Hey erwin_m,
Try adding this css code in Quick CSS (located in Enfold > General STyling):
#top #videosectie {
top: 0 !important;
}
Hope this helps :)
Best regards,
Nikko
Hi,
Try adding this css code in Quick CSS:
#top .ls-slide-backgrounds img.ls-bg {
position: relative;
left: 50%;
margin-left: -800px !important;
}
Hope this helps.
Best regards,
Nikko
well the scroll-top function is on shortcodes.js line 1552
scroll_top: function()
{
setTimeout(function()
{
var target_offset = target_wrap.offset().top - 175,
window_offset = win.scrollTop();
if(window_offset > target_offset || target_offset - window_offset > 100 )
{
$('html:not(:animated),body:not(:animated)').animate({ scrollTop: target_offset }, options.timing, options.easing);
}
},10);
},
and stackoverflow is full of good hints for a function with scroll-bottom behavior.
Or much simpler : place a button as you like and link to the anchor #footer (or #socket) – the anchor link is animated as well in enfold.
Hello!
I’ve implemented a .webm video to this website: http://www.profuturus.se
As stated in other topics, I added the video with the image module.
I also added the ?iframe=true ad the end of the link
It works fine everywhere except in Safari, where the video starts downloading, even thoug the lightbox appears.
How can I fix this?
Hi,
I want tyo remove the top-border of my footer, see the link in the privatesection. Tried a lot of border:none!important without any result. I came across this topic and replied on that. Over there you are saying that it is the way to do it, but for me it doesn’t work. HThe code below is the one you’re saying it has to work.
#footer {
border: none!important;
}
Can you help me out please?
Regards,
Erwin
I really wish I could say that either of the codes you shared work. Unfortunately, I need more help. I do not think this is working. I am including details in the private content area.
In a nutshell, I implemented your code and tested it by removing the API key for google api in the enfold admin panel. Doing that stops my maps from working.
Hey!
Thank you for using Enfold.
@raisonbrands: Have you optimize the site? If not, you might want to follow the suggestion in this thread. It’s going to increase the page speed insight test score by around 40 and it might fix the font loading issue if you manage to eliminate render-blocking resources.
// https://kriesi.at/support/topic/seo-google-page-insights-blocking-rendering-ressources-above-the-fold/#post-720432
@b3plus: Thanks for the info.
Regards,
Ismael
Hi,
Please follow the instructions here:
// https://kriesi.at/support/topic/different-layout-for-blog-layout-and-certain-category-layout/#post-624419
// https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/#post-430830
For the tab, this script should work:
// auto trigger
add_action('wp_footer', 'ava_custom_script');
function ava_custom_script() {
?>
<script>
(function($){
function getQueryParams(qs) {
qs = qs.split("+").join(" ");
var params = {},
tokens,
re = /[?&]?([^=]+)=([^&]*)/g;
while (tokens = re.exec(qs)) {
params[decodeURIComponent(tokens[1])]
= decodeURIComponent(tokens[2]);
}
return params;
}
var $_GET = getQueryParams(document.location.search);
$(window).load(function() {
switch($_GET['tabsort']) {
case '1':
$('a[data-av-tab-section-title="1"]').trigger('click');
break;
case '2':
$('a[data-av-tab-section-title="2"]').trigger('click');
break;
case '3':
$('a[data-av-tab-section-title="3"]').trigger('click');
break;
case '4':
$('a[data-av-tab-section-title="4"]').trigger('click');
break;
}
});
})(jQuery);
</script>
<?php
}
The url should look something this:
http://www.mysite.com/myportfolio?tabsort=2
This will trigger the second tab.
Best regards,
Ismael
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Try adding this css code in Quick CSS:
#top .av-submenu-container .container {
padding: 0 50px !important;
}
Hope this helps. :)
Best regards,
Nikko
Hi,
Yes, there is. You can either target the containers individually, but you will need to be able to write CSS for this option. You could also try to give your Color Sections ID’s to show/hide the correct one for mobile, you could use CSS like this to achieve that:
@media only screen and (min-width: 768px) {
#section-desktop {
display:block !important;
}
#section-phone {
display:none !important;
}
}
@media only screen and (max-width: 767px) {
#section-desktop {
display:none !important;
}
#section-phone {
display:block !important;
}
}
Best regards,
Rikard
Hi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) and (min-width:768px) {
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 16px !important;
}
}
Hope this helps :)
Best regards,
Nikko
Hey dcarlsondesign,
Did you modify any file in config-events-calendar folder in the Enfold theme to show the sidebar on the right? You would need to re-apply the changes to it or follow the one on this thread: https://kriesi.at/support/topic/sidebar-the-events-calendar/
Best regards,
Nikko
Hi Mike,
Almost there! I also want to…
1. remove the black lines between the tabs
2. the tiny triangle arrow on the right.
3. Change the animation to be a fade in. Instead of this swipe in from the top right.
Thanks!
Chris
Hi,
Try using this css code:
#top .current-menu-item > a .avia-menu-text {
padding: 10px 13px;
border-bottom: 2px solid #66b700;
}
#avia-menu li.current-menu-item > a {
padding: 0 !important;
}
Hope this helps :)
Best regards,
Nikko