Forum Replies Created

Viewing 30 posts - 241 through 270 (of 375 total)
  • Author
    Posts
  • in reply to: Headline rotator with icons in secondary menu #1185451

    Hi Mike,
    Ok, I think I gonna put this issue aside for the moment and I will test it later with another computer and on another networks.
    Thanks a lot for your help! :-)

    Hi Mike,

    Thanks a lot for those updated files!

    About the “!is_page”, so to test it, I tried to arrange my code like this (662 is one of my pages ID):

    add_action('ava_before_footer', 'ava_before_footer_mod');
    function ava_before_footer_mod() {
    	if(!is_page(array(662))) {
    		echo do_shortcode("[MY OWN SHORTCODE]");
    }

    I tried with many IDs but any ID I add causes a critical error and block the access to my website.
    What’s wrong with my way to use this code?

    Thanks a lot!

    in reply to: Headline rotator with icons in secondary menu #1184638

    Hi,
    To show you the issue on my side, I made a video too. You can find it in Private Content.
    As you can see, I clear caches, I reload the page, I clear caches one more time and then, I only open some new tabs…
    When I come back to my home page tab, display is not good at all. Sometimes this is like this, but some other times, it could be only one of the three texts which appears more on the right. This is kind of crazy…
    What could cause this?
    Thanks a lot !

    Hi Mike!

    No, I do not.
    On French interface, there is only one option and the translation is not good at all… See screenshot : https://imgur.com/bx5p7jr
    If we had the two options, translations must be something like this (based on your own translations above):
    – Sélectionner une page comme pied de page et bandeau de bas de page
    – Sélectionner une page comme pied de page (pas de bandeau de bas de page)

    At least, I now understand why I can’t display any socket with this option :-)
    Is there a way to get the 2 options in my Enfold Theme options, before your next update? ;-)

    Did you have time to look at my second question? –> I tried your ava_before_footer hook and this is great. But I need one adjustment: I really need this CTA to be displayed on product pages BEFORE Related Products, exactly like we did before. Moreover, I don’t need this CTA to be displayed on some pages.
    So, is there a way to disable this ava_before_footer on some pages, so I could disable it on me product pages and like this, I could only keep CTA at the right place?

    Thanks a lot for your help, Mike!

    in reply to: enfold 4.1 google maps api gives mailchimp answer #1184287

    Hi Yigit,
    I have exactly the same problem as dennis.
    When I want to activate Google Maps API, this is a Mailchimp API key which is asked, as you can see on this screenshot : https://imgur.com/23cgqRk
    I tried many times to overwrite theme files and I think you did it too today trying to solve another issue (https://kriesi.at/support/topic/privacy-cookies-enfold-documentation/), but nothing never changed.
    What could I do to fix that?
    Thanks a lot!

    in reply to: Privacy & Cookies – Enfold Documentation #1184231

    Thanks a lot for your help, Yigit!

    in reply to: Privacy & Cookies – Enfold Documentation #1184199

    Hi,
    So I completely deleted shortcodes folder in my child theme.
    Please find FTP credentials in private content.
    Thanks for your help, Yigit!

    in reply to: Privacy & Cookies – Enfold Documentation #1184183

    I’m afraid to don’t exactly understand what you mean because anytime I (re)enable this option, the issue is coming back…

    in reply to: Privacy & Cookies – Enfold Documentation #1184168

    Hi Yigit,
    Thanks a lot for your feedback!
    I tried it and disable CSS file merging only is enough to solve this issue.
    But in Enfold options, you specify that this is highly recommended to activate those compressions. Without this, websites could be slower :-(
    Do you therefore think there could be another solution for this issue?
    Thanks a lot!

    in reply to: Privacy & Cookies – Enfold Documentation #1184148

    Hi everybody!
    Any help? :-(
    Thanks!

    Hi Mike,
    I tested the two solutions.
    1) I like the idea to use a page as footer and it could help me for other customizations, but when I select a page to use as a footer the current socket is not included for me…
    What am I doing wrong?? :-(
    2) I tried your ava_before_footer hook and this is great. But I need one adjustment: I really need this CTA to be displayed on product pages BEFORE Related Products, exactly like we did before. Moreover, I don’t need this CTA to be displayed on some pages.
    So, is there a way to disable this ava_before_footer on some pages, so I could disable it on me product pages and like this, I could only keep CTA at the right place?
    Thanks a lot for your help, Mike!

    Hi Mike,
    Thanks for your feedback!
    Yours two ideas seem to be good and I would like to try them.
    1) Which code do I need to use to integrate ava_after_content or ava_before_footer? And in CSS or in Functions?
    2) I found the option you were talking about to use a page as footer, but how could I recreate footer and socket in this page?
    Thanks a lot!

    in reply to: Headline rotator with icons in secondary menu #1183564

    Hi Mike,

    Thanks a lot for your help!
    Could you please tell me what you modified in my shortcode?

    I’m using two different browsers : Chrome and Safari.
    I cleared cache on both of them and the problem seems to be solved on Chrome.

    But the issue is not completely solved on Safari. Indeed, display on page first load seems to be ok now, but when I open another tab and come back to my website tab later, something really weird happens: texts appear anywhere, like you can see on those screenshots.

    View post on imgur.com

    View post on imgur.com

    View post on imgur.com

    Could you please help?

    Thanks a lot!

    Hi Mike,

    It perfectly does the trick! :-)
    One last question about this…
    You put this in CSS : #cta-first > .avia-icon-list,#cta > .avia-icon-list {width: 370px;}.
    Does 370px the basic size of an icon list in Enfold Theme? Because I tried with 100% and it seemed to do the same.

    Otherwise, what about adding the same shortcode to all my pages (shop page, shopping cart page, and so on…)?
    I think I need to add other add_action formulas, but what are the corresponding codes?

    Thanks a lot!

    Hi Mike,
    Thanks a lot for this work!!!

    In fact, I want this CTA section to be displayed before the related products section. So I reset the number at the end of the action from 90 to 15.
    I really don’t understand what this number exactly means… Could you please explain me?

    I also modified the shortcode by adding “custom_content=’#c2c2c2′” to get the good font color.

    I adjusted Quick CSS with this :

    /*make cta full-width*/
    #cta {
    	width: 368px;
    	margin-left: 50px;
    	margin-top: 45px;
    	margin-bottom: 0px;
    	display: inline-flex;
    	justify-content: space-around;
    }
    #cta-first > .avia-icon-list, #cta > .avia-icon-list {
    	width: 370px;
    }
    .container.bottom-cta-container {
    	padding: 0 !important; 
    	margin: 0 !important;
    	width: 100% !important;
    	max-width: 1800px !important; 
    }

    Everything is closed to be ok like this, but there is a last display issue: margins are missing in the section just above the CTA.
    Which code do I need to add to fix it?

    Otherwise, I would need to add the same shortcode to all my pages (shop page, shopping cart page, and so on…).
    Which code do I need to add?

    Thanks a lot!

    in reply to: Headline rotator with icons in secondary menu #1183064

    Hi Mike,
    I’m sorry but the headline rotator has not been corrected and the display issue still appears.
    I made some Imgur screenshots to be clearer.
    So, when the page is loaded for the first time :
    1) First appear the 3 texts like this : https://imgur.com/T4XcysZ
    2) Then it fades to those 2 texts : https://imgur.com/shuFmQ3
    3) And after this, only 1 text is displayed : https://imgur.com/QeZOXzw
    After that, everything seems to work correctly but what do I need to do to correct this issue?
    Thanks a lot!

    Hi Jordan,
    Here are credentials to access those pages.
    Thanks !

    Hi Victoria,
    I followed this thread using the woocommerce_after_single_product_summary hook and it’s closed to work :-)
    But there is a display problem.
    Could you please have a look to those two pages :
    In the first one, the colored section before the footer is ok and is what I want to display on product pages.
    In the second one, it is not ok and it also affects related products, footer and socket sections too.
    Thanks a lot!

    in reply to: Headline rotator with icons in secondary menu #1181441

    Hi Victoria,
    Thanks for your help.
    Here are credentials to acces our website.
    Best regards

    Hi Victoria,
    Thanks for your reply.
    Debug mode is already enabled and I tried to add the shortcode to a product page, but it was added in the product description section and not at the bottom of the page…
    Anyway, I gonna have hundreds product pages, so I would prefer not have to add code on each page. Is there a way to automatically add something (in this case my iconlist) to the bottom of all pages, using some code?
    Thanks a lot!

    in reply to: Masonry – Animation on load #1069914

    Hi Ismael,
    You will find the credentials in private content.
    Regards,

    in reply to: Masonry – Animation on load #1069058

    Hi Ismael,

    Thanks for the feedback.
    What do you mean about cache or minification plugin? What is it?

    I found where the problem comes from?
    Some years ago, I added a shortcode php file (av-helper-masonry.php) in my enfold-child folder, to modify the text of the LOAD MORE button, by changing code like this in the whole php text:

    function load_more_button()
    {
    $data_string = AviaHelper::create_data_string($this->atts);
    $data_string .= ” data-avno='”.wp_create_nonce( ‘av-masonry-nonce’ ).”‘”;
    $output = “”;
    $output .= ““.__(‘Charger les actus précédentes’,’avia_framework’).”“;

    return $output;
    }

    When I delete this file, animation is perfectly working when the page is loaded, but of course, the LOAD MORE text button is back!

    Could you please tell me where and which code do I need to add, to modify this text, without having to modify a file every time Enfold theme is updated?

    Thanks a lot!

    in reply to: Menu doesn't display on mobile and tablet #873045
    This reply has been marked as private.
    in reply to: Original size image on image format post #872791

    Hi Nikko,

    It works ! This topic can be closed.

    Thanks a lot !

    in reply to: Advanced LayerSlider not displaying correctly #786261

    Hi Nikko !

    I do agree with you, it is very weird why it’s acting this way ! I thought that you could tell me why but what you did works perfectly.
    Everything is ok for me now, you can close the topic if you want.

    Thanks a lot !

    in reply to: Advanced LayerSlider not displaying correctly #784120

    Hi !

    Could someone help or do I need to post my question in another thread…?

    Thanks !

    in reply to: Images not showing in admin #783162

    Hi Victoria,

    Thank you very much !!

    in reply to: Advanced LayerSlider not displaying correctly #782496

    Sorry but I forgot to say one thing :
    Like you will see, on my home page, the masonry appears IN the color section just on top of it, but it shouldn’t be the case because in the Avia builder on my back office, this masonry is outside the color sections !
    That is the reason why is doesn’t display in fullwidth but I don’t know what to do… :-(

    in reply to: Images not showing in admin #782490

    Hi Basilis !

    Thank you for your feedback.

    So for the moment I replaced all my medias in the usual wp-content folder and it works. I will try to find a solution later to do what I want but it is not SO important.

    However, could you tell me which “software” was used to display informations (console, and so on…) at the right of the image posted by Mike in his comment (I put the link to this image in private content) ? How could I display those informations on my side ?

    Thanks !

    in reply to: Advanced LayerSlider not displaying correctly #782482

    Hi Sarah !

    Thanks a lot for that !!
    Sure I know how to switch language in the Dashboard, but I have so many problems with this page that I would never think about a so simple thing… I though that the problem came from some “corrupted” code in the page or something like that…

    One of my problems on this page concerns the masonry at the bottom of it.
    I explain :
    This masonry must be fullwidth but it isn’t (like you can see on PAGE 2 (my home page) in private content).
    So I tried to completely rebuild a new page with the same content to make a test and try to solve this issue (like you can see on PAGE 1) and it works on this page… but when I want to make this page the home page of my website, the problem immediately comes back, all the time !

    Could you take a look to this problem and tell me where it comes from and what to do please ?

    Maybe I will need to open a new thread for this problem. Tell me if it is the case.

    Thanks a lot !

Viewing 30 posts - 241 through 270 (of 375 total)