Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
now it works… Thank you very much!I don’t mean the headline. I’m talking about the text below it. Have a look at the link, I have only inserted the blocks there. In Safari and the private mode of Firefox and Chrome the text is 18px. I have identical text blocks, but the Media Query settings are only applied in the first block 30px and not in the following ones, although they are the same settings. Do you understand what I mean?
Applies to Safari and the private mode of Firefox and Chrome!!!The first text block has the media query 30px desktop / 20px / 18px / 15px. It looks fine!
The text block under “LEISTUNGEN” and “UNTERNEHMEN” and has the same settings but is not displayed in Safari and the private modes of Firefox and Chrome, but only the default size of 18px…
Even if I duplicate the first text block and move it further down, it is only displayed at the standard font size settings???
Hey Mike,
thanks so much. It works perfect.
You are the best.Best regards
EvaHello Rikard,
thank you very much for the quick help. You are the best!Best regards
EvaHi Rikkard,
same problem since update.
I’ve many sliders on different pages. Now many sliders are repeated but in the backend are the right images!
I have the debug mode on but what can I do?Best regards
Evaperfect. Thank you…
I also need the files very urgently.
Best regards
Evaperfect. Thank you
Do you see the problem?
Hi Ismael,
thanks a lot. It works fine.
You certainly can not hear it anymore, but you really are the best.Best regards
EvaThank you Ismael,
ok, I disable this but nothing happen.
I can write in the code whatever I want, it doesn’t work.
Could you check the code?
Best regards,
Evaok, but it just explains to change the box size and arrow position.
Do you know the problem? If a toogle has a long content and I scroll while reading and then open the next toggle, the beginning of the content jumps to that of the highly scrolled closed toggle and the text begins subtracting from the scrolled content of the previous toggle.
The code works and the Toogle jumps at the top but unfortunately below the header. So somehow the code has to be integrated that jumps the new Toogle top minus 150px!I need to change the position automatically scroll to its beginning after opening an accordion toogle.
The code works, but I can’t change the position. It should work changing the number here: scrollTop: $($accordion_title).offset().top – 150
but it does not change anything.Do you have an idea?
Best regards
Evanothing happens when you increase the number
scrollTop: $($accordion_title).offset().top – 100That’s it. It works wonderfully, but the header is in the way.
How can I move the scroll top down 120px?My PHP knowledge needs to be improved.
Best regards,
EvaThank you but that’s not what I want.
Here I found a code (in german), but I do not know exactly where to go:
“Nach dem Öffnen eines Elements automatisch zu dessen Anfang scrollen”
https://blog.kulturbanause.de/2011/11/elemente-mit-jquery-auf-und-zufahren-lassen-slide-toggle-und-parallel-das-icon-austauschen/$(document).ready(function(){
$(‘.accordion-title’).click(function(event) {
event.preventDefault();
$(this).toggleClass(‘open’);
$accordion_title = $(this);
$accordion_content = $(this).next(‘.accordion-content’);
$(‘.accordion-content’).not($accordion_content).slideUp();
$(‘.accordion-content’).not($accordion_content).prev(‘.accordion-title’).removeClass(‘open’);
$accordion_content.stop(true, true).slideToggle(400);
if ($(this).hasClass(‘open’)) {
ScrollToTop();
}
});
});function ScrollToTop() {
setTimeout(function() {
$(‘html, body’).animate({
scrollTop: $($accordion_title).offset().top – 5
}, 600);
}, 600);
}Many thanks for your help
evaHi Ismael,
it works fine.
Thank you. You’re the best :-)Best regards
EvaHi Rikard,
we use the custom footer page. Is this a problem?
Thank you for your efforts.best regards
EvaThank you Ismael,
we change the line but it does’nt work.
What do you mean by that load jQuery in the footer? I don’t have a clue of it!
Can you help me?Best regards
EvaThanks a lot Rikard,
it works perfect..av-section-video-bg video {
max-height: 100%;
max-width: 100%;
position: fixed;
}It should be a question…
Is it possible to make the slider nav buttons (back/next) always visible???
Slideshow controls in the small easy slider !This reply has been marked as private.Hi Elliot,
thank you for your fast answer and the best support ever see…But I mean the possibility to change the heading size in the content element: special heading window.
There is a stop to 90 px. I need in a lot of different sites sometimes little bit more (95-100px).Cheers!
evaboNovember 5, 2014 at 1:54 pm in reply to: previous / next im Portfolio zeigt Beiträge aller Kategorien #346493Dear Arvish,
at first it does not work. After closing Post Types Order plugin it works perfect..
Thanks al lot.Do you know another post type order? Or the possibility to order the post within a category?
Greetings
Eva -
AuthorPosts