Forum Replies Created

Viewing 30 posts - 451 through 480 (of 1,022 total)
  • Author
    Posts
  • in reply to: Responsive issue on website #787513

    Hi Ismael,

    Any suggestions yet? My client is pushing to get this live end of day today, any chance of it happening?

    Thanks
    Lyse

    in reply to: Slider image flip #787512

    Hi Rikard,

    Fixed my issue. I added #top in front of the class and it works now.

    I do have one issue and that’s when I flip to horizontal, I have to refresh the page to see the caption. Any ideas on this one?

    My client wants to go live by end of today/night. Any changes to get this issue resolved before?

    Thanks
    Lyse

    in reply to: Section with social media icons #787390

    Hi Andy
    I use their tools they provide to purge all cache and server cache. I see the changes only after a few minutes. I do this purge often so have not experienced too much of an issue with seeing my changes

    Usually I would work on the staging, where there is no cache but I just published this past Sunday so trying to quickly get the mobile display issues working

    Thank you
    Lyse

    in reply to: Caption content on iPhone incorrect #787383

    Hi Andy

    Right here

    Thanks
    Lyse

    in reply to: Caption content on iPhone incorrect #787353

    Hi Andy,

    My website is on the product side now just waiting for issues to be resolved with the sliders captions, then I’ll release it.

    All of the latest CSS changes are on the production side at the URL I provided you with. I have resetted the password, login with it successfully, so please try again.

    Thank you for your patience
    Lyse

    in reply to: Caption content on iPhone incorrect #787299

    Hi Andy,

    See below….

    in reply to: Buttons alignment within column content #787227

    Hi Nikko,

    The cache is control by WP Engine, I have a tool to purge all cache and also clear cache. I use both all of the time.

    I see the code is there, but still not lining up the buttons on the ipad device.

    Thanks
    Lyse

    in reply to: Slider image flip #787218

    ….actually the only change is that the mobile image is now at the top and the desktop one is below. So it just flipped these

    in reply to: Responsive issue on website #787212

    Hi Ismael,

    Just created desktop and mobile sections on both pages. All looks like I want so far except for when I flip the ipad horizontally. It does use the mobile version. What should I change in my CSS code that would force the landscape mode on my ipad to display like in portrait mode. I reduced my screen size from 1024px to 989px but it did not fix the issue.

    Here’s my code:
    /* alternate Releve entreprise grid for mobile devices */
    @media screen and (max-width: 989px) {
    #releve-entreprise-desktop { display: none !important; }
    #releve-entreprise-mobile { display: block !important; }
    }
    @media screen and (min-width: 989px) {
    #releve-entreprise-desktop { display: block !important; }
    #releve-entreprise-mobile { display: none !important; }
    }

    /* alternate Releve leaders grid for mobile devices */
    @media screen and (max-width: 989px) {
    #releve-leaders-desktop { display: none !important; }
    #releve-leaders-mobile { display: block !important; }
    }
    @media screen and (min-width: 989px) {
    #releve-leaders-desktop { display: block !important; }
    #releve-leaders-mobile { display: none !important; }
    }

    /* COACHING PAGE */
    /* alternate Coaching travail grid for mobile devices */
    @media screen and (max-width: 989px) {
    #coaching-travail-desktop { display: none !important; }
    #coaching-travail-mobile { display: block !important; }
    }
    @media screen and (min-width: 989px) {
    #coaching-travail-desktop { display: block !important; }
    #coaching-travail-mobile { display: none !important; }
    }

    /* alternate Coaching partenariat grid for mobile devices */
    @media screen and (max-width: 989px) {
    #coaching-partenariat-desktop { display: none !important; }
    #coaching-partenariat-mobile { display: block !important; }
    }
    @media screen and (min-width: 989px) {
    #coaching-partenariat-desktop { display: block !important; }
    #coaching-partenariat-mobile { display: none !important; }
    }

    Thanks
    Lyse

    in reply to: Slider image flip #787163

    Hi RIkard,

    That didn’t change anything.

    Thanks
    Lyse

    in reply to: Caption content on iPhone incorrect #786888

    Hi John,

    Here’s a screenshot of how my client sees the home page sliders:

    on iphone 5 : https://www.dropbox.com/s/ii7myi2sbtyzzm0/slider%20caption%20client%20iphone%205.PNG?dl=0
    on iphone5S : https://www.dropbox.com/s/q295vlyt0441idp/slider%20caption%20client%20iphone%205S.PNG?dl=0

    I also have similar issues on my iphone 6S

    Thanks
    Lyse

    in reply to: Responsive issue on website #786869

    Hi Ismael,

    It does not look right, parts of the pencils get cut off because of the size of the image is not exactly the same as the text block.

    My client just momentarily suggested to displays it like on the iphone. So I’m trying that out right now with the Releve page. I created two section ID and then modified the display for the mobile one. Then added the CSS to display different sections depending on the device. It seems to display like she wants it.

    I got that initial idea of show/hide from another one of your recommendation in another forum ticket.

    Thanks
    Lyse

    in reply to: Slider image flip #786862

    Hi
    I realized I have the id entered incorrectly (I had entered a “.” instead of a “#” before), so here’s the revised code:

    /* alternate Releve slider image for mobile devices */
    @media screen and (max-width: 1024px) {
    #releve-slider-desktop { display: none !important; }
    #releve-slider-mobile { display: block !important; }
    }
    @media screen and (min-width: 1024px) {
    #releve-slider-desktop { display: block !important; }
    #releve-slider-mobile { display: none !important; }
    }

    But this change seem to have caused both of these to display now…

    Where did I go wrong?

    Thanks
    Lyse

    in reply to: Caption content on iPhone incorrect #786815

    Hi John,

    Another thing I did was to add the “.caption_right” element to the last CSS code so it would only get applied to the right caption content.

    @media only screen and (max-width: 767px) {
    .caption_right .avia-caption-content.av_inherit_color {
    width: 100px!important;
    float: right!important;
    margin-right: 18px!important;
    margin-top: 36px!important;
    }
    }

    Lyse

    in reply to: Section with social media icons #786814

    Hi Basilis,

    Cache is control by my host WP Engine

    Lyse

    in reply to: Caption content on iPhone incorrect #786808

    Hi John

    I can see it’s working fine on two of the pages, but on the home page where I use a left caption, it’s messed up.

    Thanks
    Lyse

    in reply to: Caption content on iPhone incorrect #786634

    Hi Andy,

    I added !imortant to all elements because nothing was changing. Once reuploaded, I saw the margin top change but the content still displays across the image…

    Thanks
    Lyse

    in reply to: Caption content on iPhone incorrect #786596
    in reply to: Section with social media icons #786594

    my client’s is iPhone 5

    in reply to: Section with social media icons #786593

    mine is iPhone 6S

    in reply to: Caption content on iPhone incorrect #786571

    Hi Any,

    What I want is for the text not overlap the person in the images like on the desktop and ipad. So I’m not sure it’s the top of the element that needs repositioning. The text should be restricted in width and wrap to the next line.

    Thanks
    Lyse

    in reply to: Section with social media icons #786505

    Hi Jordan,

    Just purged all cache again and again…..
    What I see now on my iphone are the icon stacked but floating to the left

    Lyse

    in reply to: Section Titles on iPhone device #786501

    Hi Nikko,

    I purged my server cache and purged all cache. I replaced the CSS code but no change on my iphone. So I modified the background color of the sections, saw the change immediately and noticed the down arrow worked. So I put back my original color and once the cache cleared again, all section titles word perfectly!

    Thank you so much for all of your time and patience.
    Have a great day!
    Lyse

    in reply to: Section with social media icons #786479

    Hi Jordan,

    The testing page display on my iphone did not work.

    On my desktop I want the icons to display inline – so when I use 5 cols the icons display closer together. Width the width change you suggested to suit the iphone, the icon are too far apart in 3 cols.

    On the iphone I want the icons to display inline and right now even with your CSS code where you reduce the width to 33.3% they still display one on top each other on my iphone.

    Sorry if I sound frustrated, but it’s not at you….
    Lyse

    in reply to: Section with social media icons #786458

    Hi
    When I change the width of the following CSS element to 30% on my page, I see all of the icons resizing to what I would look like on my iphone:
    .flex_column_table{
    display: table;
    table-layout: fixed;
    width: 30%!important;
    }

    Could this be the element to target? I did try in my child theme custom styles.css but it’s not being applied.

    Just trying different scenarios and I need this fixed soon.

    Thanks
    Lyse

    in reply to: Section with social media icons #786413

    HI again….the icons still do not display inline on my iphone.
    Lyse

    in reply to: Section with social media icons #786400

    Hi John

    I removed all of the CSS I did for the media sections and put back Jordan’s CSS code snippet into my custom styles.css file in my child theme where all of my cutomized CSS code is.

    Lyse

    in reply to: Responsive issue on website #786384

    Hi John,
    The credentials provided are correct. I resetted the password and successfully logged in. Please try again.
    Thanks
    Lyse

    in reply to: Section with social media icons #786186

    Hi John,

    What rule did you want me to remove?

    Lyse

    in reply to: Responsive issue on website #786084

    Hi Vinay

    My site is now in production (somewhat hidden until I get my mobile display issues sorted out). So the problem pages links are now:

    Please find the login credentials below.

    Thanks
    Lyse

Viewing 30 posts - 451 through 480 (of 1,022 total)