Forum Replies Created

Viewing 30 posts - 1 through 30 (of 61 total)
  • Author
    Posts
  • Hello,

    I’ve just updated with today’s latest version of Enfold (4.5.2) and that solved the issue described in my first post above.
    Thanks guys, everything is now back on track.

    You can now close this thread.

    Best regards,
    Stephane

    in reply to: How to disable Enfold AJAX loading spinner ? #1010277

    Hi Peter!
    Thanks for your suggestion, disabling it this way was enough to regeberate the CP CSS the correct way.
    No more FOUC with asynchrone CSS loading!

    Topic closed.

    Have a great Sunday !

    Steph

    Hi Victoria,

    Thanks to your precious help!
    I’m not far from the original target now.

    There are still 2 issues that I’m not able to resolve by myself, most likely due to Enfold default framework for tables:

    1 – Adjust height of the table row for .Event-Tr1 to a lower value that 70px.
    I can increase the height for values above 70px with “.Event-Date td.Event-Td1 {width: 80px;}” but now below …

    2 – The text in table .Event-Tr2 ( with .Event-Trft5) does not inherit the color of the rest of the table specified for .Event-Date (which, in tis case, is color: var(–ColJAN);). Instead of it takes a light grey color.
    Is there a way to have this color naturally inherited like the rest of the table?

    In order to get things clearer, I’ve made a capture of the label structure and posted it on imgur at https://imgur.com/a/LMMyg
    On this image the borders have been displayed and paddings / margins added to better show the details of what belongs to what.

    Thanks to you, the CSS code for this label is summarised hereafter:

    .avia_codeblock .Event-Cell { position: relative; margin: 8px 4px; width: 504px; border-style: solid; border-width: 2px 5px 2px 8px; border-radius: 20px; padding: 4px 4px 4px 4px; height: 140px;}
    .avia_codeblock .Event-Date {width: 192px; border-right-width: 1px; border-right-style: dashed; display: inline-block;}
    .Event-Date.Resa-Open {background-color: white; border-radius: 12px 0px 0px 12px;}
    .avia_codeblock .Event-Date.Resa-Close {background-color: #DCDCDC; border-radius: 12px 12px 12px 12px;}

    .avia_codeblock_section.avia_code_block_0 table { width: 180px; margin: 5px; padding: 8px; border-spacing: 0px; border: 2px solid red; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-collapse: separate; font-family: “Gruppo-Regular”, Georgia, serif; }
    .avia_codeblock_section.avia_code_block_0 tr {border: none; padding: 0px;}
    .Event-Date tr.Event-Tr1 {height: 50px;} /* no effect if height > 70 px */
    .Event-Date tr.Event-Tr2 {text-align: left; height: 24px;}

    .avia_codeblock_section.avia_code_block_0 td {border: 1px solid black; padding: 0px; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}
    .Event-Date.Resa-Open td {background: white; }
    .Event-Date.Resa-Close td {background: yellow;}
    .Event-Date td.Event-Td1 {width: 60px; text-align: right;}
    .Event-Date td.Event-Td2 {padding: 0px 10px 0px 10px; text-align: center;}

    .Event-Trft1 { line-height: 40px; font-size: 53px; font-weight: bold; position: relative; bottom: -10px;}
    .Event-Trft2 { font-size: 42px; padding-top: 0; position: relative; bottom: -4px;}
    .Event-Trft3 { line-height: 27px; font-size: 27px; padding-top: 0; position: relative; bottom: 8px;}
    .Event-Trft4 { line-height: 17px; font-size: 17px; position: relative; bottom: 14px;}
    .Event-Trft5 { line-height: 24px; font-size: 24px; padding: 0px; font-weight: bold;}

    .Aix {background-image: url(“https://pure-detox.fr/wp-content/uploads/2017/12/Event-Provence-Aix_op.png”); background-position: center; background-size: auto auto; background-repeat: no-repeat; background-origin: padding-box;}
    .Antilles {background: url(“https://pure-detox.fr/wp-content/uploads/2017/12/Event-Antilles_op.png”); background-position: center; background-size: auto auto; background-repeat: no-repeat; background-origin: padding-box;}
    .OPEN:hover {background: url(“https://pure-detox.fr/wp-content/uploads/2017/12/Event-Resa-open_op.jpg”); background-position: center; background-size: auto auto; background-repeat: no-repeat; background-origin: padding-box;}
    .CLOS:hover {background: url(“https://pure-detox.fr/wp-content/uploads/2017/12/Event-Resa-close_op.jpg”); background-position: center; background-size: auto auto; background-repeat: no-repeat; background-origin: padding-box; cursor: crosshair;}

    @media only screen and (min-width: 551px) {
    .EventLoca {width: 292px; height: 80px; position: absolute; top: auto; left: auto; border-radius: 8px; display: inline-block;}
    }

    @media only screen and (max-width: 550px) {
    .Event-Cell { width: 317px;}
    .Event-Date {width: 317px; border-right-width: 0px;}
    .EventLoca {width: 292px; height: 80px; position: relative; width: 100%; margin: 0 auto; border-radius: 8px; display: inline-block;}
    .DateTable {margin-left: 80px;}
    .Resa-Open {border-radius: 12px;}
    }

    :root {
    –ColJAN: #2f75b5;
    –ColFEV: #27adc3;
    –ColMAR: #3cbe96;
    –ColAVR: #00e200;
    –ColMAI: #b5d901;
    –ColJUI: #f2be00;
    –ColJUL: #ff8000;
    –ColAOU: #ec1e1e;
    –ColSEP: #e8346f;
    –ColOCT: #b72f8c;
    –ColNOV: #89258d;
    –ColDEC: #3d4999; } */

    Thanks once more for your help / advice.

    Berst regards,
    Stephane

    This reply has been marked as private.

    Hi Victoria!
    Thanks a lot for your precious information that puts me on the good track and my applogies for not being able to come back to you before today.

    Hi Basilis!

    Thanks for your reply,
    Any clue on how I should do that in a pratical way?
    How should I “target inside the Enfold color section”?

    I’ve searched on the support forum and couldn’t find any information helping me to understand how to get it displayed correctly.

    Thanks in advance for your advice!

    Stephane

    Thanks Andy!
    I’ll come back to you as soon as possible.
    Best regards,
    Steph.

    Hi Basilis!

    Thanks for your quick feed-back, I understand.
    Is there a way to make/tell Google bot not access those files ?

    If not, I will contact Google to get this status/issue resolved on their side to avoid having this error status pending on my site and showing up in Google Search Console.
    If indeed, they should not access thoses files, then at least they should not highlight them in GSC and even less expect them to be resolved!

    Please keep the thread open, I’ll get back to you with their information / action.

    Cheers!
    Steph.

    Below the recently updated Google status on server error code 500:

    Enfold Framework triggering server error code 500

    Thanks

    Thanks for your implication and taking this issue into consideration Ismael.

    Best regards,

    Steph.

    Hi Ismael,
    Thanks for your reply!
    No, from what I can “see”, I don’t encounter any error in the theme option panel or the advanced layout builder.
    These 2 functionalities seem OK from my point of view.

    Since I posted this topic, I can see that Google has detected a new error code 500 on August 28 on the following file:
    /wp-content/themes/enfold/framework/php/auto-updates/auto-updates.php

    Googlebot is scanning/exploring the site partially at each of its new passage, hence this new error appearing only now.
    There might be other ones showing up later until the site has been fully scanned by Google.

    However, with the thousands of php files in WordPress and its plugins, all currently detected errors are only related with Enfold framework (/wp-content/themes/enfold/framework/…). I don’t have any other errors at all detected by Google anywhere on the site.

    So even though, from my point of view, the site works well, there is something to be clarified on why Google would get back an error 500 on running these Enfold framework scripts. Maybe something to check directly with them.
    Such a great theme as Enfold and its developping team cannot satisfy with this kind of situation/statement from Google that customers might conceive as acceptable/OK with a basic free theme.

    Even if it takes a while to find out and get properly solved, I’m quite sure that Kriesi’s team will take up the challenge.

    Best regards,
    Steph.

    in reply to: Responsive fullscren background image on page #659296

    Hi Andy,
    I was not asking for support for a 3rd party plugin in my previous post.
    I just wanted you to read the reply of one of this plugin author who was stating that this function ” is something that a “theme” would control” …

    Anyway, I understand that from your point of view, this is beyond Enfold’s support scope.

    Thank you for the link to the recommended plugin and have a great week.
    This topic can now be closed,
    Steph.

    in reply to: Responsive fullscren background image on page #659257

    Hi Andy,
    Thanks for you reply.
    I was indeed thinking that this would be achieved by a third party plugin and that’s why I asked the question to one of them about 10 days ago.
    As you will see, their answer was quite different and led me ask you the question … : https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments?filter=all&page=623

    Have a great day,
    Steph.

    in reply to: Responsive fullscren background image on page #658412

    Hi Rikard,

    Thanks for your quick reply!
    My intent is to allow the person visiting the site to see the entire background image, if interrested in doing so.
    As the main page content is in front, I will need to “hide” it to show the entire background image.
    I can achieve this by adding a CSS instruction to Quick CSS: #main { display: none; }

    So now the question is how can this “displaying on/off” action be achieved by the visitor (if interrested)?
    I was thinking that the most intuitive way for the visitor would be to mouse click directly on the background image, outside the main content of the page.

    That might not be an easy one!!
    Thanks in advance,
    Steph.

    in reply to: Responsive fullscren background image on page #658072

    Hey Andy,
    Thanks for the link!
    Other question in line with the background: is there a way to hide the main content of the page (#main) to fully show the background image?
    For exemple by clicking on a link or directly on the backgroung image itself …

    Best regards,
    Steph.

    in reply to: Testimonial slider fixed height #657402

    Hi Andy / Enfold Team, I got the problem solved so this topic can now be closed!
    Thanks

    in reply to: Tab element – Adjust width of tab tiles #585409

    All good! Thanks a lot Yigit!

    This topic can now be closed.
    Wish you a nice week-end.

    Regards,
    Steph.

    in reply to: Tab element – Adjust width of tab tiles #585334

    Thank you Yigit!

    We’re getting there: it works fine for large screens but has no effect on mobile devices.
    On mobiles devices, the active tab background color stays blue and the active tab content keeps off-white as by default.
    I’m OK with the off-white for the tab content, but the blue of the active tab is a bit far from my expectations!

    I’ve also tried the following:
    .js_active .tab_content { background: white; }
    and: .tab.tab_counter_0.active_tab { background-color: white; }

    Whitout success …

    Thanks and have a nice day,
    Steph.

    in reply to: Tab element – Adjust width of tab tiles #585041

    Hey Gentlemen!

    I can’t imagine my question about my tab background color being too sharp for you guys …
    I’ve tried differents things I found on this support forum, without great success.
    Of course, I could live without this fine tuning, but I’ve good hope to be fully pleased!

    Thanks for your help and have a great day,

    Steph.

    in reply to: Tab element – Adjust width of tab tiles #583843

    Hi Yigit!

    Thanks a lot for your help. It works great.

    The other design issue I”m facing is concerning the active tab background color.
    I would like both the active and inactive tabs to have a white backgroung (as well as the active tab content).
    Right now, I’m missing the white backgroung for the active tab : it is light grey for desktop screen size and blue of mobile devices.

    Thanks in advance to let me know how you would close this gap!

    Steph.

    in reply to: ava hook on div#header_main_alternate? #580278

    Hey! Thanks a lot for your precious help Elliott.

    It works just fine with your first proposal, the “ava_inside_main_menu” hook.

    This topic can now be closed.

    Wish you a great day,
    Steph.

    in reply to: ava hook on div#header_main_alternate? #579266

    Hi Elliott,

    As you’ll see on the screenshot http://i.imgur.com/w5SkDxA.jpg
    There are 2 images circled in RED that are NOT part of the current fullscreen backgroud image (the dandelion) because I’ll soon have a fullscreen background slide show on which I DON’T want to show these 2 images nor the header menu (div#header_main_alternate) and the main page content (#main).
    During the background slide show, ONLY the logo image on top (iDetox.voyage) circled in BLUE will be displayed.
    The slide show plugin allows me hide both the main page content (#main) and the header menu bar (#header_main_alternate) during the slide show.
    Once the slide show ends, both the header menu bar and main page content are display again.

    Currently I have the 2 images circled in red that are hooked to ava_main_header in my function.php file
    My custom.css file displays these elements according the size of the device screen.
    With this configuration, these images are linked to the div#header_main (where my logo is displayed) … and therefore I cannot hide them without also hidding the logo.
    If possible, I would prefer to keep displaying the top logo while the slide show is on.

    What would you suggest to have these 2 images circled in red linked to the header menu bar (#header_main_alternate), or even the main page content (#main), intead of being linked/hooked to div#header_main?
    Can I use/create a simiular function custom_func() { …} + add_action(‘ava_main_header_alternate’, ‘custom_func’)?
    Maybe there is an easier way to achieve this goal.

    Regards,
    Steph.

    in reply to: Insert div tag within div#header_main #559239

    Hi Guenni007!
    Thanks for replying so quickly.
    I’ve tried to play a little with Josue’s code without success.

    Using the div tag, absolute positioning and z-index, I can indeed achieve the result.
    Thanks for your help.
    Wish you all the best for the coming year!

    Steph.

    in reply to: Insert div tag within div#header_main #559079

    Hi Josue!
    I wish you all the best for 2016.

    Thanks for your reply.
    I can indeed use your PHP code to display some text or an image.

    The issue I face is that the text or image is displayed above the logo area, as if it is adding a new div section on top of the page.
    Is there a way to display text of an image on top of the logo area itself (within the frame of my logo image, not above)?

    Thanks in advance for your advice and have a great day,
    Steph.

    in reply to: Pre-selection in dropdown list #554306

    Hi Elliott,

    Thanks for your reply.
    That would have been a convenient thing to have but not worth spending a lot of time in coding.
    I should keep the need for a freelancer on major customization work.

    Wish you have a great day!

    Best regards,
    Steph.

    in reply to: Adjust submenu width #553520

    Hi Elliott!

    Thanks a lot for your help, it works great (even without the !important).

    I wonder why I always loose so much time trying to figure it out myself with my limited knwoledge of CSS when you have it at your fingertips …

    Have a great day Elliott!
    Best regards,
    Steph.

    in reply to: Accordion customization #546602

    Awesome Yigit!
    Thanks a lot for your support.
    This topic can now be closed.

    Regards,
    Steph.

    in reply to: Accordion customization #546565

    Hi Yigit and thanks for your quick reply!
    The accordion is on the home page.

    Regards,
    Steph.

    Hi Andy,

    Thanks for your help!
    This topic can now be closed.

    I wish you a nice end of week,
    Steph.

Viewing 30 posts - 1 through 30 (of 61 total)