Forum Replies Created

Viewing 15 replies - 136 through 150 (of 173 total)
  • Thread Starter Rudolph Smits

    (@rudolph-smits)

    OK, I understand it is all javascript now.

    Would you please check the url in:

    var ajaxurl = 'https://www.magoster.nl/wp/wp-content/plugins/wp-photo-album-plus/wppa-ajax-front.php?action=wppa&wppa-action=render&wppa-moccur=2&wppa-album=1&wppa-slide&wppa-occur=1';
    wppaDoAjaxRender( 99, ajaxurl, '' );

    Don’t get angry but /wp was missing in your post above. But is the url allright now because the page still does not load. Removing the wppaDoAjaxRender-line does the page load.
    I followed your path in FileZilla, it seems allright to me.

    Furthermore I made a division like this
    <div id="wppa-container-99" ></div>

    In my opinion the wppaDoAjaxRender-function is here the problem.

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Right, 2nd try (see reaction above on javascript-solution), now the php-solution.

    $ajaxurl = 'https://www.vakantiehuisverhuur.eu/wp-content/plugins/wp-photo-album-plus/wppa-ajax-front.php?action=wppa&wppa-action=render&wppa-moccur=2&wppa-album=1&wppa-slide&wppa-occur=1';
    wppaDoAjaxRender(2, $ajaxurl,'');
    echo 'var cont_foto=\''.$ajaxurl.'\';';

    I see the problem remains the same: wppaDoAjaxRender apparantly does not act. Should I enable it somehow?

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    This is getting serious but I try to do my utmost to comply!

    I removed the previous coding. What I did instead is putting in a javascript:

    var ajaxurl = 'https://www.vakantiehuisverhuur.eu/wp-content/plugins/wp-photo-album-plus/wppa-ajax-front.php?action=wppa&wppa-action=render&wppa-moccur=2&wppa-album=1&wppa-slide&wppa-occur=1';
    wppaDoAjaxRender( 2, ajaxurl, '' );

    (I found wppa-container-2 in the coding)

    and in another

    if (keuze=="foto")
    	{document.getElementById('tabs_content').innerHTML=ajaxurl;}

    The test fails; I guess wppaDoAjaxRender can not be executed. After removing this the webpage gets builded up. But I guess it should be executed on the server.

    So should I execute this in php and should I somehow replace anything in the previous variable ‘cont_foto’ in which I found that wppa-container-2?

    Maybe I have to stop this for a while. I hope that when I get back you will continue to support me. Thanks so far for all your time!

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    This is what I see when I look at the coding of the page (Firefox ctrl-u)

    var cont_foto = ‘\n<!– Start WPPA+ generated code, Single site –>\n<div id=”wppa-container-1″ style=” padding:0;” class=”wppa-container etc..

    But, I see also single quotes in the wppa-coding as in:
    “wppaTouchStart(event,’slide_frame-1′, 1);”
    So this variable can not be interpreted by the browser in a right way. Can I enclose the variable in a different way or replace the single quots in de wppa-coding?

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Okay!! This brings us further I think.

    The build-up of the page is not disturbed any longer. But – when chosen for “foto” – what I get now is your coding, it is not executed by the browser.

    By-the-way, thank you for having so much patience with me. I am a self educated site-builder at home with too little knowledge. ;=(

    This is what I got on screen:

    !– Start WPPA+ generated code, Single site –> <div id=”wppa-container-1″ style=” padding:0;” class=”wppa-container wppa-container-1 wppa-rev-6108 wppa-prevrev-6105 wppa-theme-6-1-0-000 wppa-api-6-1-8-000″ > <input type=”hidden” id=”wppa-nonce” name=”wppa-nonce” value=”e971f5a940″ /> <script type=”text/javascript”> wppaAutoColumnWidth[1] = true; wppaAutoColumnFrac[1] = 1.0; wppaColWidth[1] = 0; wppaTopMoc = 1; wppaMasonryCols[1] = 0; wppaAspectRatio[1] = 0.75; wppaFullSize[1] = 640; wppaFullFrameDelta[1] = 0; wppaFilmStripLength[1] = 554; wppaThumbnailPitch[1] = 104; wppaFilmStripMargin[1] = 2; wppaFilmStripAreaDelta[1] = 98; wppaIsMini[1] = false; wppaSlideBlank[1] = false; wppaLightBox[1] = “xxx”; wppaLightBox[1] = “”;wppaConsoleLog(“mocc:1 lbkey:”+wppaLightBox[1] ); wppaLightboxSingle[1] = false; </script> <script type=”text/javascript”>wppaSlideInitRunning[1] = true;wppaMaxOccur = 1;</script> <div id=”prevnext1-1″ class=”wppa-box wppa-nav wppa-nav-text” style=”text-align: center; border-style: solid; border-width:1px; border-radius:6px; -moz-border-radius:6px; -khtml-border-radius:6px; -webkit-border-radius:6px; margin-bottom:8px; background-color:#dddddd; border-color:#bbbbbb; font-weight:normal; “> Trager | Start | Sneller </div………. etc. until
    <!– End WPPA+ generated code –>

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    The php-code above looks false but this is what it is with an extra space behind \’:
    echo ‘var cont_foto= \’ ‘.$var. ‘\’ ‘

    So it are all single quots.

    To eliminate an alternative, this:
    else if (keuze==”foto”)
    {document.getElementById(‘tabs_content’).innerHTML='<?php echo do_shortcode( ‘[wppa type=”slide” album=”1″ size=”auto”][/wppa]’ ); ?>’;}
    does not work either. It also shows the box ‘Start diavoorstelling’ and ends the build up of the page.

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Thank you for your reply. I did this with it:

    In php:
    $var=do_shortcode( ‘[wppa type=”slide” album=”1″ size=”auto”][/wppa]’ );
    echo ‘var cont_foto=\”.$var.’\”;

    In javascript:
    if (keuze==”foto”)
    {document.getElementById(‘tabs_content’).innerHTML=cont_foto;}
    else if (keuze==”etc”)
    {document.getElementById(‘tabs_content’).innerHTML=cont_etc;}

    But it still does not work. It only shows the box “Start diavoorstelling” and non of my own content.
    I have ticked the box Table IV-A8: Render shortcode always.
    Should I enable something else in settings?

    I want to capture the slide-show in a variable because, once the page has been loaded, it’s all and only browserwork. Maybe, this is where it (= me) fails?

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    Having struggled a few hours with this I suddenly realize the (partly) nonsense of above. It is a server-based issue.

    So my question should be what php-coding to use to prepare a slide-show that will only show-up when asked by a user. I understand I have to fill a variable with all the html-coding for that slide-show. But is this possible anyway?

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    In english

    Some visitors experience a fatal error:

    Fatal error: Call to undefined function bcadd() in/home/deb48514/domains/vakantiehuisverhuur.eu/public_html/wp/wp-content/plugins/php-execution-plugin/includes/class.php_execution.php(273) : eval()’d code on line 207

    It occurs in a bookingform where php prefills name and address. The odd thing is that is workf fine on my home-pc and for many othoers. But some get this error. Searching on internet I find that is has something to do with installing BCMATH. But is that something on a userside?

    My site: https://www.vakantiehuisverhuur.eu
    Wordpress latest version
    bookingsform uses CF7-plugins, all latest versions
    php plugin: PHP-Execution (NB unchanged for 6 years)

    Another odd thing is that a friend where https://www.vakantiehuisverhuur.eu fails has no problem with 100% same coding and installation in https://www.magoster.nl. The bookingform there works allright, als for him.

    I am lost…. ;-(

    Thread Starter Rudolph Smits

    (@rudolph-smits)

    I have made several sites. I make many changes all over the time. Not because of its necessity but because I like to be busy with it. So I think I am very much like the author of this plugin. A wonderful plugin indeed but used (by me) for about 10% of all it can do.

    Thanks for your suggestion, I will skip the next versions until v 6.2. has been published. WP itself changes too and I understand that this (any) plugin has then to follow.

    Rudolph Smits

    (@rudolph-smits)

    Yep, me too. It works fine on the two sites were creating zip-files with 3.1.3 was not possible anymore.

    Glad to have been able to be of any help. I hope that with v3.1.4 this issue can be closed.

    Regards to all.

    Rudolph Smits

    (@rudolph-smits)

    Daniel, the new version unfortunately did not solve this problem.

    I ran it three times (trying to make a zip-file) and three time the compressing phase started almost immediately with displaying this feared error message “ZipArchive returns status: (ER_DELETED) Entry has been deleted”

    Rudolph Smits

    (@rudolph-smits)

    Netherlands, my own country!
    But that fact is not enough to reassure me… ??

    The site(name) is new. I guess we will hear more about it.

    Regards to all!

    Rudolph Smits

    (@rudolph-smits)

    @coralights

    Talking for myself, I didn’t mean to insinuate whatsoever. What I want is to be very certain that using links on my site does not have nasty consequences. It is very well possible that in this case it doesn’t.

    But I want to be sure that it does not indeed. Some discussions gave me an unpleasant feeling and so I decided to remove the script.

    Rudolph Smits

    (@rudolph-smits)

    I guess the connection with Juiz Social Post Sharer was wrong from the beginning.

    Whether buttons-for-website.com (and sharebutton.net behind it) is reliable or not, I have removed the sharebutton-script from all of my sites. It does connect to Twitter, Facebook and so on indeed but it is unclear what it does more with spamming as possible consequence?

    I feel responsible for my visitors so as long as it is not proven reliable these buttons are banned from my site.

    Perhaps somebody has an opinion about (the reliability of) sharebutton,net?

Viewing 15 replies - 136 through 150 (of 173 total)