Forum Replies Created
-
AuthorPosts
-
Thanks Elliot it worked!
Is it possible that with the first code for the field, the message field is not getting smaller?
I had to give the right column a custom id and put this into quick css as well
.column2 { z-index: 0!important; }
Now i edited the correct column but still not the way it should. I also tried 6 instead of 5.
Regards, Simon
The graphic is still behind the image. It should be the other way.
So the blue image box sould overlap the image of the woman
like you see in the link(collage)
Awesome! Now it works!
Thank you Yigit. Have a nice day.
Simon
I am sorry but i can’t not get it work.
Where do i have to put the code in i got from font squirrel? In the Custom.css or in the style.css?
I also tried with this method :
https://kriesi.at/support/topic/various-headingssizescolors-of-text-in-same-text-block/
And i do not only want to have a complete section with this font but have it mixed with the normal font in one sentence / section – so i need the html as well.
Thanks Simon
Hi Elliot,
so i made it with the fontsquirrel generator. I copied the generated fonts in the new fonts folder in enfold theme folder.
Copied the code in the style.css of the child theme. There i made the links ot the font to the folder.But what next? How to apply the font to choosen Text?
<p style="honey_scriptlight;">This is a paragraph.</p>
<p style="font-family: 'honey_scriptlight';">This is a paragraph2.</p>
I tried these two but it did not work in the Text-Block html area.
Thanks Simon
I want the grid default setting for mobile. One under the other.
Regards, Simon
Hi Josue,
i try to do the same thing. I want an opt-in pop up which appears only on the frontpage – after 3 seconds.
i created a page like you said. But in the code you gave before i can not see which lets the pop up appear after 3 seconds.
I am also waiting for an answer on another possible way here:
https://kriesi.at/support/topic/problem-with-popup/#post-528962
Is there also a way to make this pop-up responsive?
Thanks a lot Simon.
The cookie thing is beyond my skills. Is there a plugin for cookies like i need?
If i would like to use thePop-Up only onthe front page, would that code be right?
add_action('wp_footer', 'enfold_customization_footer_scripts'); function enfold_customization_footer_scripts(){ if ( is_front_page() ) { ?> insert your code here <?php } }
Thanks Simon
Thanks Elliot.
It works now on Firefox. But not in Chrome. And on mobile version it is not displayed correct. You cannot move the form to fill it out…
And how can i make it that the pop up just appears once per user / session? And not on every page he clicks? Or what is the common way with these opt-in pop ups?
Regards, Simon
- This reply was modified 9 years ago by simonac.
Hey Ismael,
3.) worked out now!
2.) is still the same as before.
Thanks Simon
October 6, 2015 at 4:43 pm in reply to: Custom separator with icon on center and scroll on bottom of page issue #514567Hmmm,
not compelte centered. And on sep is complete wrong. ( the on near “Kontakt”)
Hi, how can i center the toggler headline?
Thanks
Hi Ismael,
thanks for the answer!
1. works great.2. works, but the logos are still underneath. how can i make them in a horizontal line?
3. works in combination with this:
https://kriesi.at/support/topic/different-menu-on-mobile-view/
…but because the caption is centered and there is no option to set it on top – when you click on the team menu-point on a mobile it scrolls untill the middle of the image and not untill the top. how can i manage this?i tried this from another thread without success:
.avia-fullscreen-slider div ul li:first-child .caption_center { top: -60%; }
Thanks a lot! Simon
- This reply was modified 9 years, 1 month ago by simonac.
Hi Elliot,
Thank you Rikard, the code worked!
Simon
September 23, 2015 at 6:17 pm in reply to: Custom separator with icon on center and scroll on bottom of page issue #508038Same question here. The code did not seem to work…
That worked out Yigit! Great!
Thanks Simon
So i put an empty color section instead of the code block above the fullscreen slider and named it “geschaeft” like told here: ( also because the active menu color did not work when used an id within a code block.
https://kriesi.at/support/topic/remove-top-and-bottom-space-between-code-block-within-color-section/
But i was not able to remove the space with the code.
#geschaeft .content { padding-top: 0; padding-bottom: 0; }
Thanks Simon
- This reply was modified 9 years, 1 month ago by simonac.
Of course…
Thanks Elliot,
how do i center the logo on mobile view and how do i add a little space under the logo so that isn’t so close to the silder?
Thanks Simon
Awesome Dake!
Thank you very much!
Simon
Great! That worked.
Many Thanks!!!
Hi Dake,
i used z-index: 10 and the image looks good now.
Now i have the problem that the whitespace i used for positioning the following content to the correct place was way too much on mobile. So i used this code to remove it on mobile@media only screen and (max-width: 640px) { .ws { display: none !important; }}
But now i need to add aother whitespace to adjust the image to the correct place for mobile. Can you help me with that? What is the code for this when i place a custom css like “ws_mobile” for this whitespace.
Also the empty space below the slider is too much. How to reduce this on mobile?
Thanks Simon
Hi Rikard,
thad dit not work.
How about to adjust the position?
Thanks
Hi Elliot, that worked!
How can i adjust the position of the icon and how to make it bigger?
Thanks Simon!
Hi Elliot,
thanks! You are right. For mobile it’s not a good option.
Simon
Working again! Thanks.
-
AuthorPosts