Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter FebzPD

    (@febzpd)

    Ok, I’ve been testing some more things and I noticed that the list view doesn’t show more than 4 events ,even if it’s set to show 15 events and there are 5 events it should list (the events are in “fishing range” of 365 days after blablabla), it didn’t occur to me before because I had less than 5 events in my gcal; when I click the arrows nothing happens. I’m using woothemes Canvas theme, and, exept for the list, the grid has no problems, even included in some shortcodes like [threecol_one]. But, if I put the [calendar id="123"] shortcode inside a [tab] or a [toggle] shortcode the problems appear again. So it might be that it has conflicts with the theme, I guess. Does this mean that some of the Canvas Theme shortcodes do not support “the latest WordPress standards”? Should I expect a Canvas update soon to solve the conflict? If it is so, can you redirect me to where I can find these latest standards? Because I have made a few “aesthetics” plugins myself for this website and they present the same problems that [tab] and [toggle] show with your plugin’s shortcode. I fear JQuery might be involved here somehow…
    Thanks for the patience btw and love the new look you gave the plugin.

    Thread Starter FebzPD

    (@febzpd)

    I tried both like this:

    $percorso=get_stylesheet_directory_uri();
    	$percorso.="porva.xml";
    	$xml=simplexml_load_file($percorso) or die("Error: Cannot create object");

    and like this:

    $percorso=get_stylesheet_directory();
    	$percorso.="porva.xml";
    	$xml=simplexml_load_file($percorso) or die("Error: Cannot create object");

    Still returns the “Error:…” string in both cases.

    Yes it works, thank you purplebabyhippo.
    To change the language of the events info (ex.: instead of starts:, inizia:) how can I do it? I’ve changed the forms on the right in the modify feed panel, but I still see it in English.

    Thanks

    Hi,
    I’m having a similar issue, when I use display=”list” it tells me I have no events to see, yet when I use the shortcode with no displays it shows me the grid with the selected event as it should… Furthermore an old feed (created a couple weeks ago) has the display=”list” working fine as well as the grid. So I guess I’m missing an option somewhere, but I just cannot find it.
    Can anyone help please?
    Thanks.

    I made the changes kolinus suggested too but still no results. I even copied the shortcode from class-wc-shortcodes.php and created a custom shortcode in functions.php in my child-theme (with add_shortcode() and such) the output is still white space. Any help would be appreciated.

    Thread Starter FebzPD

    (@febzpd)

    *omissis: Can you help me please?

Viewing 6 replies - 1 through 6 (of 6 total)