Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Table Cell Content Alignement #1242851

    Thank you Victoria!

    That works great ^^

    I am starting to understand the concept here.

    Now if i would want to only apply this to a specific table or maybe just a single cell, can that be done as well?
    For example in the developer section for the cell? Or by using html code or something specific directly in the cell content?

    All the best
    Matt

    in reply to: Use Java Script in Button #1221790

    Hi Ismael,

    thank you for that. Now it does indeed look the way it should. For some reason though and i am not sure what it is, the button code (not the button itself but the calendly stuff), seems to break all the animations and the parallax effect.

    <link href=”https://calendly.com/assets/external/widget.css” rel=”stylesheet”>
    <script src=”https://calendly.com/assets/external/widget.js” type=”text/javascript”></script>

    I dont know how thats possible. In my understanding thats just a script and a stylesheet to load.

    Thank you again!
    Matt

    in reply to: Use Java Script in Button #1220537

    Hi Ismael,

    indeed i had to move it to a copy of the actual page, as it did break more things on top as well.
    Parallax seems to not work
    Counters on numbers dont load anymore

    Also i tried your suggestion with the performance setting however it didn’t change anything interestingly.
    The button is still just text.

    Might it be necessary to load the css and the script by default somehow in the child theme directly and then call it from the page?
    I am not sure if thats possible but there is a functions.php file and a shortcodes.js ?

    in reply to: Use Java Script in Button #1218985

    I did manage to get a link to work with the script and all. It is almost a button now! ;)

    Here is the code i used and below the page i implemented it.

    <!-- Calendly link widget begin -->
    <link href="https://calendly.com/assets/external/widget.css" rel="stylesheet">
    <script src="https://calendly.com/assets/external/widget.js" type="text/javascript"></script>
    <!-- Calendly link widget end -->
    <div class="avia-button-wrap avia-button-center  avia-builder-el-52  el_after_av_codeblock  avia-builder-el-last ">
    	<a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/URL'});return false;">
    		<span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
    		<span class="avia_iconbox_title">Schedule a demo</span>
    	</a></div>
    in reply to: Use Java Script in Button #1218976

    Hi Ismael,

    thank you for the information on this. I am not a brilliant coder, so i might have missed something here :(

    I did combine this and put it in a codeblock. However i get a link to the page the codeblock is on and the button is just text. Highly confused right now.
    Also i might need the stylesheeet included somewhere and the script source?

    I paste my codeblock below. If access to the page would help i can create an account of course!

    thank you again
    Matt

    in reply to: Upgrade to WordPress 5.4 breaks Editors #1199850

    unsubscribe

    in reply to: Upgrade to WordPress 5.4 breaks Editors #1199757

    That helps!

    Are there any downsides by using the classical editor?

    Best regards
    Matt

    in reply to: WPML Language Switcher Replacement #1195981

    Thank you NIkko,

    that works like a charm.

    I moved it to the style.css however.

    Best regards
    Matt

    in reply to: Advanced Styling Location in Filesystem #1195467

    Ok,

    i think this is a bit more complicated than i thought. ;) The definitions are in a dynamically created css in the upload folder.
    I guess i can patch together the font formatting using that as an example.
    Am i correct that all those deifnitions need the “!important” tag?

    in reply to: Advanced Styling Location in Filesystem #1195449

    Hi Rikard,

    actually most of them are there, but not all. I want to change the line hight for example to above 1.9em.
    I do not now how to code this however using the uploaded fonts i use.

    In general my preferred approach is:
    1. use the advanced styling to configure all as near to what i want as possible
    2. go to whatever the place is, where the code is stored in enfold in some css (if it is at all).
    3. take the code as example and then use it to define all styles with that code (modified to my needs) and put it into the enfold child “style.css”

    I cannot find the css though where those advanced stylings would be saved to.

    Best!
    Matt

    in reply to: WPML Language Switcher Replacement #1194913

    Sure!

    No problem at all. Details in the box :)

    thank you and have a nice weekend
    Matt

    in reply to: Page Preloading + Page Transitions for the homepage only #1187280

    Hi NIkko,

    that worked out flawless.
    I tried it in quick css and the child css-file and both options work (technically i guess they are almost the same).

    Many thanks!
    Matt

    in reply to: Page Preloading + Page Transitions for the homepage only #1186773

    Hi Victoria,

    that doesn’t seem to work (neither in the child custom css, nor in the quick css).

    I cleared browser cache and also disabled the caching in enfold:
    CSS file merging and compression
    Javascript

    and selected “Delete old CSS and JS files”.

    Do you think the only way might be to edit the custom.css of the parent? That would defeat the purpose i guess however ;)

    Thank you!
    Matt

    in reply to: Burger Transparancy -> Color Opaque #1184574

    That worked as expected.

    As always ;)

    Thanks!
    Matt

    in reply to: Burger Transparancy -> Color Opaque #1183823

    Hi Ismael. That worked out great for the circle.

    Now i just need to change the circle “transparancy” a bit with a white inner background at maybe opaque 0.5 setting or the like.
    Can that be done somehow by adding a setting?

    Many thanks!
    Matt

    in reply to: Menu to Submenu Distance #1182558

    Hi Rikard,

    Indeed I solved it in another way ;)

    I moved the Burger to the left.

    position: fixed;
    Left: 0px;

    Could I also use something like this?:

    position: fixed;
    Bottom: 0px;
    Left: 50%

    The goal is to move the menu to the bottom in the Center.

    All the best!
    Matt

    in reply to: Menu to Submenu Distance #1182330

    On a related topic but for mobile:

    I used below code to make the burger menu sticky:
    /* Sticky burger on mobile */
    @media only screen and (max-width: 990px) {
    .responsive #top .av-main-nav .av-burger-menu-main {
    position: fixed;
    top: 0px;
    }}

    now, the Burger is overlaying the “Search Icon” (Magnifying Glass).

    Is there a CSS available to move the search icon slightly to the left?

    Thank you!
    Matt

    in reply to: Menu to Submenu Distance #1182322

    Thanks Rikard, that works!

    in reply to: Menu to Submenu Distance #1181662

    Thank you Victoria,

    i applied above code in the Quick CSS.The burger menu is fixed now :)
    In general: Does the burger menu come with that much white space by default or did i mess up something?

    Also would you have a code to decrease the menu/submenu distance?

    Thank you!
    Matt

    • This reply was modified 4 years, 9 months ago by sftsengineering. Reason: deactivated and reactivated the menu. change only took effect after that
    in reply to: Animated Numbers Mobile Devices #1179391

    Hi Vinay

    Just checked as well and seems to work now. It was either delayed or because I had privacy mode activated on the iphone.
    The animations work perfectly now.

    Thank you!
    Matt

Viewing 20 posts - 1 through 20 (of 20 total)