Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)
  • Thread Starter lupach

    (@lupach)

    Sure, this the tab panel:

    https://snipboard.io/zG9YK5.jpg

    As of this moment there are 10 registered in that form in CFDB7, and only 3 in sendinblue

    Thank you

    Thread Starter lupach

    (@lupach)

    I enabled debug mode, and took a look at errors and everything, this is what I found in debug.log

    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_FormTag::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/form-tag.php on line 396
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_FormTag::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/form-tag.php on line 388
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_FormTag::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/form-tag.php on line 382
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_FormTag::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/form-tag.php on line 400
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_Validation::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/validation.php on line 78
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_Validation::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/validation.php on line 72
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_Validation::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/validation.php on line 59
    [13-Jun-2022 17:58:24 UTC] PHP Deprecated:  Return type of WPCF7_Validation::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/q92zcoenf3yk/public_html/rompelelamadre.com/wp-content/plugins/contact-form-7/includes/validation.php on line 82

    I wasn’t able to find munch more, pretty much more of the same constantly

    Thread Starter lupach

    (@lupach)

    Yes that’s right, at first I was missing a couple which I thought to be duplicates, but now for example I have 8 in the last form, but only 1 is being backed to the list in Sendinblue

    Thread Starter lupach

    (@lupach)

    The site is https://rompelelamadre.com the forms are embedded in some pop ups almost at the end where ot says “?Quiero romperla!”

    Thread Starter lupach

    (@lupach)

    Hello thanks for your response,

    Yeah I know I can get the modern info as a round disk, I have the pro version installed in another site. What I would like to do is take that modern look, or any of them actually, and change the color, bit of the shape, to make it more like the brand.

    Thanks!

    Thread Starter lupach

    (@lupach)

    Thank you very much, That did it!, now it’s a regular database size

    Keep up the great work, I will keep recomending your plugin

    Thread Starter lupach

    (@lupach)

    Hi, I have a backup from updraft, I will delete it and get back to you

    I was wondering this too

    Thread Starter lupach

    (@lupach)

    great it now works perfectly. I changed it to popmake-1516 and now it works, I changed it again to videox and works again, Im baffled, but it works, thank you!

    Thread Starter lupach

    (@lupach)

    @danieliser – Yes even with the updated functions, right now it looks like this

    function mycustom_popup_is_loadable( $is_loadable, $popup_id) {
    	if( $popup_id == 1516 ) {
    		return true;
    	}
    	return $is_loadable;
    }
    add_filter('popmake_popup_is_loadable', 'mycustom_popup_is_loadable', 1000, 2 );

    and it just doesnt do anything.
    I am doing the call through a class in the menu button, and it works on the rest of the pages.

    Thread Starter lupach

    (@lupach)

    @danieliser – Dont worry, I made the changes and I still got the error, then I realized I wasnt using the latest version so I upgraded and now I dont get the error but the pop up keeps not appearing. it’s the only place in the site where it doesnt show up, albeit, the most important one

    Thread Starter lupach

    (@lupach)

    hello danieliser, I tried your suggestion but no luck.
    I copied the code into the functions.php file (with my popup id) and I got an error, that the 2nd argument of the function is missing, So I went ahead and forced the popup_id in the function like so

    function mycustom_popup_is_loadable($is_loadable, $popup_id=1516) {
    	if( $popup_id == 1516 ) {
    		return true;
    	}
    	return $is_loadable;
    }
    add_filter('popmake_popup_is_loadable', 'mycustom_popup_is_loadable' );

    and the error goes away.
    But then it starts to act funny, when I open the page it pops another popup I made with popup maker (which has an id of 1977). but it only flashes for a couple of seconds and then goes away.
    and the button in the menu still doesn’t work

    Thread Starter lupach

    (@lupach)

    I see, I will have to check on those scripts, in the mean time I kindda hid the button and activated all other ways to close the pop up.
    I also tried to use the automatic close after an amount of time but to no avail
    I used this
    `<script type=”text/javascript”>

    setTimeout(function () {
    jQuery(‘#popmake-1977’).popmake(‘close’);
    }, 5000); // 5 seconds
    </script>`
    But either I am missing something or there is something going on here… I pasted that in the header, in the template of the page, heck even on the popup and nothing.

    Any help with this?

    Thread Starter lupach

    (@lupach)

    Yeah I figured as much, how can I get the admin access to you?, just try not to break anything xD jejeje

    Thread Starter lupach

    (@lupach)

    for some reason I cant add a sidebar with widgets except the one on the tab you can find here https://en.vif.com.mx/site/ (under the subscribe tab)
    So I added this
    [wpp header_start="<h2>" header_end="<h2>" post_type=post cat=182 order_by="views" title_length=25 excerpt_length=55 range=monthly limit=12 post_html="<li class='lista'>{thumb} <a href=\'{url}\'>{text_title}</a><br /><p>{summary}</p> </li>"]
    and after emptying cache… well you can see how it shows.

    The things is that it used to work before, and nothing changed since :/

Viewing 15 replies - 1 through 15 (of 41 total)