Forum Replies Created

Viewing 15 replies - 16 through 30 (of 77 total)
  • Thread Starter Roger

    (@erpol53)

    Ok, I made a number of additional tests:

    • Configured the WP mail SMTP plugin to send using my hosting provider’s SMTP server with the email address they host. It works with the test email, and with WPforms.
    • I tried a vey simple CF7 form with just 3 fields, it fails.

    Sending fails every time with the red border with CF7, but works with everyone else. I have 12 fully styled complex forms in 3 languages, it would be a huge hurdle to change plugins.

    Can you please help, this is getting critical for me! The url is https://villas-du-lac.com/

    Thanks!

    I have the same problem, I worked around it by replacing “0” by “none”.

    My real problem is that CF7 also stopped sending emails with the same update. I wrote a separate post for that. I confirmed it’s CF7, other form plugins send emails just fine.

    • This reply was modified 2 years, 2 months ago by Roger.

    I have the same issue, any help would be appreciated…

    RP

    • This reply was modified 2 years, 2 months ago by Roger.
    Thread Starter Roger

    (@erpol53)

    Thank you for listening and paying attention to your users!

    Thread Starter Roger

    (@erpol53)

    Ok, I found the solution to my own problem! I had placed the script in the header, while it must be in the footer.
    In case it can be useful to someone else, here is the complete code I added to functions.php, which works:

    function SBS_replace_commas() {
        ?>
        <script>
     	var arr = document.getElementsByClassName("sbs-count-cpt");
    	for(i = 0; i < arr.length; i++){
        	arr[i].innerHTML = arr[i].innerHTML.replace(",",".");
    	}
        </script>
        <?php
    }
    add_action('wp_footer', 'SBS_replace_commas');
    • This reply was modified 2 years, 4 months ago by Roger.
    Thread Starter Roger

    (@erpol53)

    Hi,

    That’s great, thanks! I didn’t see this, because it’s not listed in the shortcode parameter list of the plugin’s description (free version).

    Anyway, it does completely solve my problem. I need this because I use CSS extensively to style the carousel and slider.

    Thank you!
    RP

    • This reply was modified 2 years, 5 months ago by Roger.
    Thread Starter Roger

    (@erpol53)

    Ok, now I got it: my quotes are a different character code than the regular ones you need. Nice catch, I’d have never found it! It works perfectly now.

    Now I understand what you meant by copy and paste vs typing, I did copy all this stuff from your own online manual !!

    Thanks again for taking the time and the super fast response. I will definitely consider buying one of your pro versions for a future project.

    RP

    Thread Starter Roger

    (@erpol53)

    Hi, thanks for the quick response.

    I did test the plugin with the same parameters in my local test site as well, with all other plugins disabled, and it behaves in the same way: all the parameters from the shortcode related to the autoplay function are either ignored (true/false), or else misinterpreted (the numeric values).
    Of course I dont copy / paste code in the visual editor, I do it in text mode only!
    It could be a js issue, but I can’t see how it still won’t work with all other plugins off, and why all OTHER shortcode parameters (and there are a lot here), would be correctly interpreted ?

    Here is the shortcode I use, if you can deduce anything from it:

    [recent_post_carousel design="design-1" category="16" slides_to_show="1" limit="5" show_category_name="false" show_author="false" content_words_limit="38" autoplay=”false” ]

    If I might add, a simple request for a future version: could you please include a parameter for show_image=”true/false” ? It would be handy for those like me who don’t want to display the featured image. It’s easy to do with CSS, but this is neater! πŸ™‚

    Thanks for your help and reactivity,

    RP

    Thread Starter Roger

    (@erpol53)

    Oh, OK. So you are telling me that in the premium version I can choose which field (title or description) to display in the lightbox ? I didn’t see any setting for this in the premium version, though.

    But thanks for your help anyway, it did steer me into finding a solution for the invisible caption!

    Best regards

    RP

    Thread Starter Roger

    (@erpol53)

    Hi Beatrice,

    Ok, I tested it on my test site, and I think I found the reason: the color of the caption text must have been set to transparent at some point. I redefined all the colors, and then it appeared!

    So now the “caption” field works as it should on the thumbnail, but it still doesn’t appear in the lightbox. I don’t want to use the “title” field, because then I have the tooltip that I can’t get rid of…

    Is there a way to make the caption show in the lightbox ? I didn’t find any setting for it. Or else a way to get rid of the tooltip, so I can use the Title for the Lightbox ?

    Thanks for your help.

    RP

    Thread Starter Roger

    (@erpol53)

    Hi Beatrice,

    Thanks for the quick response! This captions issue is really a problem for me, and I can’t understand why they won’t work…

    Here’s the Imgur link to 2 screen shots (the captions screen is too large for just one): https://imgur.com/a/JognFeE

    As I said, if you look at this page https://catherinetatsopoulos.com/portfolio/paysages-stenopes/
    The first image top left in the gallery has a title, “Vouno” and a caption, “Mountain”.

    As of now, the title will appear on a tooltip after lingering a second on the thumbnail, and at the bottom left in the lightbox when the image is clicked. The Caption field is never displayed.

    My expected behavior would be for the title to be blank (no tooltip), and for the caption to be displayed as an overlay on the thumbnail and in the lightbox.

    Best regards,

    Roger

    • This reply was modified 2 years, 5 months ago by Roger.

    I have the exact same problem, on 2 different sites. Deactivating all other plugins is not an option because it breaks them when essential components are removed, so I deactivated as many as I could but unfortunately I couldn’t solve the issue.

    So I’d really LOVE to know what fix @henspu01 found?

    I can’t see any serious Ajax errors in the console, but perhaps I’m missing something?

    Thanks for any help, the plugin is great and I rely a lot on it!

    RP

    Thread Starter Roger

    (@erpol53)

    Yes, it works! I had started with this syntax, but I thought it wasn’t working because of the transient thing – after deleting ‘expanding_archives_months’, it started working.

    The month is still showing as having the post, but the post itself doesn’t appear – I can work with that!

    Thanks a lot for your reactivity and helpfulness.

    Roger

    Thread Starter Roger

    (@erpol53)

    Hi Ashley 😊,

    Thanks a lot for the super quick response. Your plugin is really the best and more flexible archive one out there, and believe me I’ve looked!
    Unfortunately the filter doesn’t seem to work. I tried different variations of the code in functions.php (which has other stuff that works), and I settled on what seems the most correct syntax to me:

    add_filter('expanding_archives_get_posts', 'exclude_cat_archive');
    
    function exclude_cat_archive(array $args) {
    	 $args['category__not_in'] = 2; // Replace with ID of your category.
    
    return $args;
    } 

    Any ideas ? FYI the opposite doesn’t work either, to ONLY display the given category, with category__in.

    But in your examples for displaying just one category, you put 2 filters and some additional code. Am I missing something ?

    Thanks for your help,

    Roger

    • This reply was modified 3 years, 3 months ago by Roger.
    Thread Starter Roger

    (@erpol53)

    All works well now, thx

Viewing 15 replies - 16 through 30 (of 77 total)