Forum Replies Created

Viewing 15 replies - 16 through 30 (of 427 total)
  • Plugin Author isabel104

    (@isabel104)

    Will do this in the next-next update.

    Plugin Author isabel104

    (@isabel104)

    Currently, the birth report will include all the sections that you enable in the settings (Planets in Signs, Planets in Houses, and Aspects). There is no current way to make a separate report that only shows part of the information.

    Good news:
    A “Custom Reports” feature is currently being worked on. That will allow you have a report with only Planets in Signs. This Custom Reports feature will allow you to easily create separate reports with separate information, and each with their own interpretations. It will also let you add extra things such as House Lords, and Residents of certain Houses. This will allow you to create, for example, a “Career Report” that includes Residents of the 6th and 10th houses.

    If all goes well, the Custom Reports feature will be available in ZodiacPress version 1.9. Soon, but I can’t give an exact date.

    Currently Only 1 Shortcode

    [birthreport] – The main shortcode to show a form that calculates natal positions. Use it just like this for the regular Birth Report (Natal Report) using the Tropical Zodiac.

    You can add several parameters to this shortcode to change some things:

    • Change the house system. This changes it to Whole Sign Houses: [birthreport house_system="W"]
    • Change from Tropical to Sidereal Zodiac: [birthreport sidereal="lahiri"]

    You can also add the report parameter to change the type of natal report:

    • Show only a chart wheel without the report: [birthreport report="drawing"]
    • Show House System data tables instead of a report (this requires the ZodiacPress House Systems free plugin): [birthreport report="house_systems"]
    Plugin Author isabel104

    (@isabel104)

    Since you’re using GeoNames, did you properly set up the GeoNames account and enable their free web services by going to their manage account page and click to enable them at the bottom where it says “Free Web Services?”

    I can check the form for you, but the form is not appearing on the page that you linked to. If you put the form up, I’ll check it out.

    Plugin Author isabel104

    (@isabel104)

    I’m sorry for the delay. Yes, the zpci_is_planet_too_close function checks if 2 planets are within 3 degrees of each other. If they are within 3 degrees, the planet is moved 3 degrees over, because otherwise planets in conjunction were being drawn right on top of each other.

    Just so I understand, are you saying that you changed the 3 to a 0 on this line (line 606) from the zpci_is_planet_too_close function:

    return ( $distance <= 3 ) ? true : false;

    Does your chart have a stellium with several planets? If so, after you modified the code, aren’t the planet glyphs overlapping on top of each other?

    I’ll modify this in the next update to keep the planets in conjunction closer together.

    Forum: Plugins
    In reply to: [ZodiacPress] Free preview
    Plugin Author isabel104

    (@isabel104)

    Please see these steps to offer a free preview.

    Plugin Author isabel104

    (@isabel104)

    This error ERR_CERT_COMMON_NAME_INVALID isn’t from the plugin. It’s an error given by the browser when it thinks there is a problem with your certificate.

    Possible solutions:

    1. I would disable the addon plugin “ZodiacPress Enhanced GeoNames” because that plugin expects a valid SSL certificate. (Since the browser itself is giving a certificate error, it’s likely that the Enhanced GeoNames plugin is running into the same error.) Disabling this plugin may resolve the problem. Although, I really do not think this will solve the issue because since your SSL certificate is appearing as “invalid” to the browser, this problem will persist until your SSL certificate issue is cleared up.

    2. Try the form in other browsers. If you’re using Chrome browser to test the ZodiacPress form, try it in other browsers such as Firefox or Microsoft Edge. If it works in other browsers, this would confirm that the problem is that Google Chrome thinks your SSL certificate has a problem.

    3. Contact your web host (or your SSL certificate provider) to see why the SSL certificate is appearing invalid.

    I hope this helps.

    Plugin Author isabel104

    (@isabel104)

    1. This forum is not allowed to be used for the paid plugin. This is only for the free ZodiacPress plugin. (For the paid plugin, request support on the site which you bought it.) However, it looks like your issue is with the free ZodiacPress plugin, so this is okay.

    2. Have you done the pre-support self-check?

    3. Please post your System Info from the self-check or, if possible, a link to your site.

    4. It looks like you may be using the ZodiacPress Enhanced GeoNames plugin. If you are, please disable that plugin because it only works on HTTPS sites that are paying for a GeoNames premium account. Disabling the ZP Enhanced GeoNames plugin should fix your issues (if you are currently using it).

    Plugin Author isabel104

    (@isabel104)

    @vilanova Please create a new topic for your specific issue so I can have a look.

    Plugin Author isabel104

    (@isabel104)

    This was just done in ZodiacPress version 1.8.

    Plugin Author isabel104

    (@isabel104)

    Thank you for the info and for putting up a test site. I tried both of your pages and got the same error.

    The plugins shouldn’t be the issue since the error also happens on your test site without other plugins.

    1. You have two of my other plugins installed: Current Planetary Positions, and Daily Moon Forecast. Can you confirm that those work on your site? If they do work, then please disregard number 2 (the next point). In this case, please let me know.
    2. If the plugins in number 1 don’t work: This error means that something is not allowing the Ephemeris file to execute. I see that your system info says that your Ephemeris permission is fine (Ephemeris permissions:Executable), but I am going to guess that something on your hosting account is overriding this and blocking permission.

      (Technical Details: The reason that I’m guessing this is because your PHP version is 5.5.38, which is an outdated, unsupported version that has reached its “End of Life.” This plugin technically still supports as low as PHP version 5.4, but I am going to change that to 5.6 very soon because outdated PHP version may expose sites to security vulnerabilities. So, if your hosting company is allowing your site to run on an insecure and outdated PHP version, it is possible that they also have some measure in place that is blocking the executable Ephemeris file. This is a harmless file, but they may be afraid of all executable files.)

      If you wouldn’t mind telling me which hosting company you use, and which hosting plan, I could investigate further to see if they do block executable files.

    Plugin Author isabel104

    (@isabel104)

    @calann Hi. If you please create a new topic and post your system info, I can check it out.

    In this case, bchabot was using a few security plugins that may, or may not, have been an issue. See the discussion here for what you can try (basically, disabling any security plugins).

    Also, if you post a link to your page with the form, I would be able to investigate further (but please create a new topic as per forum rules).

    I know disabling all plugins is not practical, especially if your site is live. However, it would be the only way to exclude the security plugins as an issue (because that is my hunch).

    Plugin Author isabel104

    (@isabel104)

    A new option to “Hide Empty Titles” is available in version 1.6. The setting is at ZodiacPress > Settings > Natal Report tab > Display settings.

    Hide Empty Titles: Check this option if you want the birth report to skip a title when its interpretation is missing. For example, the default behavior is this: if you did not enter an interpretation for Moon in Pisces, the report will still show the title, “Moon in Pisces,” but without any interpretation text. If you enable this option, then it will not show the “Moon in Pisces” title until you enter some interpretation text for it.

    Plugin Author isabel104

    (@isabel104)

    Thanks for the specific details that you reported in your support thread. Version 1.6.4 was just released to fix this issue.

    Plugin Author isabel104

    (@isabel104)

    Version 1.6.4 was just released, and it may possibly fix this issue.

    Plugin Author isabel104

    (@isabel104)

    Thank you for the specific details. Version 1.6.4 was just released, and it fixes the missing attributes on the Cart page.

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