Forum Replies Created

Viewing 29 posts - 1 through 29 (of 29 total)
  • Author
    Posts
  • in reply to: Tablet vertical view #596577

    Implemented and working!
    Thank you Josue!

    in reply to: Tablet vertical view #596377

    Hi Guys,

    Thanks, the logo is perfectly displayed on vertical view tablet, perfectly what we needed.

    Any solution for the submenu?
    “Our submenu is really long, because of the nature of our content on the page. Any chance we can change the font size on tablet vertical view?” The fix you gave me in your previous messages didn’t work unfortunately.

    Thanks!

    in reply to: Tablet vertical view #591026

    Hi Andy

    Just checked the credentials from another computer and browser and they are perfectly working.
    As explained, you also have a first security screen, asking you to type a few letters and do an addition. You need to reply to this screen and then get access to the wp-admin login form.

    Thanks

    in reply to: Tablet vertical view #589299

    Credentials were in my previous message. See below again.
    There is one first security screen, simply asking you to type a few letters and do an addition – shouldn’t be a problem ;-)

    in reply to: Tablet vertical view #587998

    What about now? fyi, i am moving to a new server soon ;-)

    in reply to: Tablet vertical view #587225

    Hi Josue,

    1/ I replaced margin by padding “.logo img { padding-top: 6.7%; }” but it simply crushed my logo.

    2/ I added the following css but it had no impact on the problem.

    The solutions didn’t work. My credentials are below if you want to try and have a look by yourself.

    Thanks

    in reply to: Quick css fixes #505815

    Thanks a million and believe me, i really mean it.
    You are doing an excellent job helping us here, keep rocking!

    in reply to: Quick css fixes #505458

    Hi Josue

    Nope, didn’t revert it.
    Just downloaded js/avia.js from my ftp and I have this, from line 76 to 86

    //scrollspy for main menu. must be located before smoothscrolling
    if($.fn.avia_scrollspy)
    {
    if(container == ‘body’)
    {
    $(‘body’).avia_scrollspy({target:”});
    }
    else
    {
    $(‘body’).avia_scrollspy(‘refresh’);
    }

    Did I change it in the right place? Do you see it on your side?

    Btw on line 267, i have another reference to scrollspy and its effects on the header main menu, anything to change here?
    Maybe there is a conflict because the page displays two menus?

    $.fn.avia_scrollspy.defaults = {
    offset: (parseInt($(‘.html_header_sticky #main’).data(‘scroll-offset’), 10)) + ($(“.html_header_sticky #header_main_alternate”).outerHeight()) + ($(“.html_header_sticky.html_header_unstick_top_disabled #header_meta”).outerHeight()) + 1 + parseInt($(‘html’).css(‘margin-top’),10),
    applyClass: ‘current-menu-item’
    }

    Thanks

    in reply to: Quick css fixes #504060

    Hi Andy,

    2/ Mobile padding, the solution is implemented and fully operational, excellent!

    3/Regarding the submenu navigation, it didn’t work.
    I changed js/avia.js and added the new quick css but it still doesnt indicate on which section id we are.

    In the ticket you asked me to look at, Jose explained that this plugin is from scrollspy and when i went to see their code, the highlighting function is working. http://www.w3schools.com/bootstrap/bootstrap_scrollspy.asp

    Any chance we can add Josue to the discussion?
    Or do you have any other codes/alternatives you would like me to try?

    in reply to: Quick css fixes #503624

    Hi Andy,

    2/ I didn’t use any code, maybe it was a mistake.
    I simply used avia builder, creating two 1/2 columns, editing for each the layout setting tab, and replacing 0px by 10% either on padding-left or padding-right when needed. Do you suggest another way or can we fix the mobile layout using this system?

    3/ The code you gave me for the submenu is almost working. it is now on the submenu but does only highlight the first tab in the submenu even when I am scrolling down/up. Each anchor link links to a specific id section on the page. Anything we should add to make this functional?

    Thanks
    Eric

    in reply to: Quick css fixes #502868

    Hi Andy

    1/ Icons animations. Perfect, I edited the css in shortcodes.css and it works.

    2/ CSS padding for desktop & mobile. I saw in some support posts some potential answers but don’t sure what/how to implement. Let’s use a simple example: On the page listed in private content, at the end of the page, I have this section with icons. For the icon blocks on the left, I added 10% padding left for the column. I added 10% padding right for the icons blocks on the right too. It looks clean on desktop device, but on mobile it makes the section not aligned anymore; See screenshot. Any generic solution I can implement, as this template is shared across 100 pages?

    3/ Unfortunately, the code you gave me seems to work for the top menu, but not for where I needed help lol.
    We need to have the effect on the submenu on the page. Scroll please, it is the one with different times of the day, listing with anchor links to specific sections of the page. The effect should be on font color please, not on the background.

    Thanks

    in reply to: Quick css fixes #501575

    Hi Rikard,

    There are still 2 pending questions. and 1 comment

    1# Icons animation
    With the code you gave me, icons are still loading when the user reaches the section on the page, creating a non-visible/visible animation when appearing. Any way to avoid any kind of post-loading?

    2# Different css padding for desktop & mobile devices
    Regarding the code you gave me, it should concern all the elements of all pages. Any way to generalise the action, removing left and right padding on mobile i used from desktop view, doing that across all pages?

    3# Submenu navigation indicators
    .current-menu-item {
    color: yellow !important;
    }

    It doesnt work.
    What I meant was to simply indicate where you are on the page, using the submenu and highlighting the specific navigation item only at this time. What should I change?

    in reply to: Quick css fixes #500401

    Hi Rikard,

    3.3.2 has now been installed.

    Let me know if this helps.

    Thanks

    in reply to: Quick css fixes #499209

    Hi Rikard,

    Access to admin & ftp in the private content section below ;-)

    Thanks

    in reply to: Quick css fixes #498527

    Hi Andy

    Thanks for the quick reply. My quick css is no longer working, so i am amending everything via the custom.css

    # Submenu navigation indicators

    I added:
    #top .av-subnav-menu li a:visited {
    color: red;
    }

    but since I have visited all ids, the whole menu font is in red now.
    What I meant was to simply indicate where you are on the page, using the submenu and highlighting the specific navigation item only at this time. What should I change?

    # Icons animation
    With the code you gave me, icons are still loading when the user reaches the section on the page, creating a non-visible/visible animation when appearing. Any way to avoid any kind of post-loading?

    # Different css padding for desktop & mobile devices

    Regarding the code you gave me, it should concern all the elements of all pages. Any way to generalise the action, removing left and right padding on mobile, doing that across all pages?

    Thanks

    in reply to: Align stripe button [] #497908

    Managed to find a solution, using the go pricing plugin. Solution can incorporate shortcode in their buttons.
    We can close the thread ;-)

    in reply to: Align stripe button [] #491865

    Hi Rikard

    Still have the same issue, even tried to shorten the content in the button but it fails too.
    One of the easiest solution would be to integrate the shortcode as link in one of your button, is that doable ?

    in reply to: Align stripe button [] #490931

    Btw, any chance i can add this stripe short-code inside one of my own button ?

    in reply to: a class pop pup – mailmunch #486799

    i found another solution and embedded directly the form on the page. you can close this topic ;-)

    in reply to: a class pop pup – mailmunch #486776

    Hi Elliot

    in terms of UI, i still would like users to click on a button to get the pop up. Any shortcode we can use in the caption text zone to make it happens ?

    Thanks

    in reply to: Submenu style & spacing #486495

    Hi Elliott,

    I m sorry but this doesn’t solve the problem ;-)
    Find below the information i asked:

    For the misalignment, here is the screenshot:

    https://www.evernote.com/shard/s584/sh/0bb9403a-ed8f-424d-bdcd-d1fc47875272/7a14d0320719c24be0005b24df45a9e9

    As you can see 4 & 9 are not vertically aligned.
    Btw, still have an issue with the space between each row – Line height in the editor seems inactive

    Thanks

    in reply to: Submenu style & spacing #485521

    Hey guys,

    Any updates from the rest of the support team?
    Any shortcuts or alternative solutions ?

    Thanks again

    in reply to: Submenu style & spacing #478684

    Hi Rikard,
    Here are the full access, thanks for your help!

    in reply to: Submenu style & spacing #478279

    Hi Rikard

    I added the script and can now change the font size, thanks.
    For the misalignment, here is the screenshot:
    https://www.evernote.com/shard/s584/sh/0bb9403a-ed8f-424d-bdcd-d1fc47875272/7a14d0320719c24be0005b24df45a9e9

    As you can see 4 & 9 are not vertically aligned.
    Btw, still have an issue with the space between each row – Line height in the editor seems inactive

    Thanks

    in reply to: Contact Form & Error messages not working #316828

    Hi Josue and Yigit

    Thanks for the screenshots:
    Seems to work on your side but still have the same issue;
    I will try to fix it on my side; we can close this topic :-)

    Thanks
    Eric

    in reply to: Contact Form & Error messages not working #313453

    Hi Josue

    Thanks for the video.
    Really weird indeed. I tried from another mac book and didnt work again. I checked the css quickly and there is no event triggered when looking at the code. Does the code looks clean on your side? using different devices?

    Thanks again for your help
    Eric

    in reply to: Contact Form & Error messages not working #310362

    Hi Josue
    I received an email when you did the test too – so email sending seems to work.
    The issue i noticed is that when an user fills the form
    . no error messages are displayed when they add a wrong email
    . When clicking submit, nothing is happening (the form is still here)
    . And there is no confirmation message too.

    I tried on mac (safari, chrome) and pc (firefox) and have this issue.

    For the logo refresh issue, it is maybe some cached from previous changes. I tried from another laptop and the logo appears.

    Thanks
    Lionel

    This reply has been marked as private.

    Much appreciated!
    Will the menu tool detect the section i m looking at and automatically highlight this section in the navigation ?

    Thanks
    Lionel

    • This reply was modified 10 years, 2 months ago by lionel.
Viewing 29 posts - 1 through 29 (of 29 total)