Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Thank you, Mikko! I appreciate your help.

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Thanks Mikko,

    The theme support doesn’t seem to know how to add the post type parameter to the form.

    How do I set it to only index products? It has no in the exclude from search for posts and pages. I don’t see a way of doing that. Is that a premium feature?

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Thank you, Mikko.

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Hi Mikko,
    Thank you for getting back to me. Yes, I know they are paying for support but no one seems to know who the account is registered too. I can send you their api key?

    The experience, user ends on glossary page that is populated by the glossary post type. There is a search bar. The enter a term, part of a definition and hit enter. It searches only that page with the terms and returns results on that same page.

    The rest of the pages should still have sitewide normal relevanssi search.

    • This reply was modified 6 years ago by Rbkhrlstn.
    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Hi there, I tried your link and it says “This site can’t be reached
    The webpage at https://xylusthemes.com/support/ might be temporarily down or it may have moved permanently to a new web address.
    ERR_TUNNEL_CONNECTION_FAILED” This also happens with your homepage.

    My previous message wasn’t about your pro version because I can’t even see it.

    The free version says the ics files I try to import have nothing to import, which is incorrect. So I am thinking your pro version doesn’t work very well either.

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    I have no idea what happened but, it seems to be working correctly now. Thank you for repsponding.

    Forum: Plugins
    In reply to: [DK PDF] 502 Gateway error
    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Hi Emili,
    I figured it out. It was actually some CSS apparently causing it to crash. The snippet was table,figure{page-break-inside: avoid;}. I don’t know why, but that seems to have been the culprit.

    Forum: Plugins
    In reply to: [DK PDF] 502 Gateway error
    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    I’ve gone through the plugin files and cannot find dejavusanscondensed.GSUB.DFLT.DFLT.php

    You can pick any detalles from https://avaluos.staging.wpengine.com/ but a link to the first one is below. I have the pdf link at the bottom of the page. It will then try to download the link I sent in the previous message.

    https://avaluos.staging.wpengine.com/client-one-avg132164313-10-12/

    • This reply was modified 7 years, 8 months ago by Rbkhrlstn.
    Forum: Plugins
    In reply to: [DK PDF] 502 Gateway error
    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Hi Emili,
    Here is the link https://avaluos.staging.wpengine.com/client-one-avg132164313-10-12/?pdf=218

    This is the error the host is providing. I deleted the plugin and uploaded a new version. Still having the same issue.

    access(“/nas/content/staging/avaluos/wp-content/plugins/dk-pdf/includes/mpdf60/ttfontdata/dejavusanscondensed.GSUB.DFLT.DFLT.php”, F_OK) = -1 ENOENT (No such file or directory)
    01:12:02 +++ killed by SIGKILL +++

    It’s weird because it worked fine and then the next minute I went to download, I got the 502.

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    I was using a caching plugin but disabled it because your plugin was not working. Yes, i did do the standard dismantle the site, while in production, to figure out why your plugin isn’t working. Then I came to the support forum and saw that there were several other people having the same issue.

    Looks like you aren’t worried about theme compatibility and all theme developers should work to make sure they are compatible with your plugin. Good attitude. I guess I’ll be looking for something else.

    I am having this same issue. I am not using any other form plugin. Do you have a fix for this? It happens on 3 of my sites.

    Thank you,
    Rebekah

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Thanks Emili,
    I tried divs first and the pdf ignored the floats. Trust me, if I didn’t have to build tables I wouldn’t have. The PDF also ignored all of my inline styles when I tried that instead of the stylesheet. I’m using Divi and perhaps the js is causing issues.

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Hi Emili,
    I’m using Formidable Forms in their “Views” to output the data. It uses the WordPress text editor. I’m building the table in Sublime Text 2 and then copy and pasting them into the text view of the WP editor. When it is on the page (in browser), it looks perfect but when it goes to the pdf, the styling is a mess. I tried incorporating the theme CSS via the headers option in the CSS tab and that didn’t work at all so I had to rebuild the styles for the pdf in the plugin css field. Every time a put an !important, your built in text editor seems to not like it. I guess I need to ignore the warning.

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    If I recreate all of the pages, it does clear the cache. Not really convenient but…I have added all of my css in the PDK CSS Settings Tab and it ignores most things having to do with image width/height, td border width/padding, text-align:center, margins set to auto, etc. It’s using browser specific table styles even though they are declared differently in the PDK CSS Settings Tab. Does padding need to be declared using em or px or something else? This has been the most frustrating aspect of my entire project and I have spent more time trying to style this PDF then building all of the forms and tables in the site.

    Here is some of my CSS:
    h2, h3, h1, p, body {font-family:”open sans”, sans-serif; font-weight:500; color:#333;}
    h1 {font-size:26px;}
    h2 {font-size:22px; padding-bottom:0; margin-bottom: 0; text-decoration: underline;}
    h3,th {font-size:20px;}
    tr td {font-size: 18px;}
    p, p strong {font-size:14px;}
    table {width:1020px; height:auto; border:0;}
    table th {text-align:left;}
    header {display:none;}
    table.invisible,.invisible tr td,.shady tr, table.shady {border-color:#ffffff; font-size:20px;}
    table.invisible h2 {font-size:24px;}
    tr td {height:auto;}
    table {border:1px solid #d5d5d5;}
    tr td, tr th {border-top:1px solid #d5d5d5;}
    .big-table tr th, .big-table tr td {padding: 0.5em 0.2em;}
    .backto {display:none;}
    td, tr, th {width:auto; margin: auto; display: block;}
    .shady h2 {text-decoration:underline;margin-bottom:15px;}
    .shady td, .no-space td { padding: 4px 10px 4px 15px; margin: 10px; border-color: #eeeeee;}
    .shady tr {padding:25px;}
    table.shady {background:#eeeeee; padding:25px;}
    .single-photo img, .three-photos img, .stacked img {margin: 0 auto; display: block;}
    .four-side-by-side img, .side-by-side img { margin-top: 50px; width:100px;height: auto; display:block; margin-left:auto; margin-right:auto;}
    td p {font-size: 24px;}
    .aligncenter { text-align: center; margin-left:auto; margin-right:auto;}
    .side-by-side td img{padding-left:20px; padding-right:20px; max-width:250px; max-height:300px; overflow:hidden;}

    Thread Starter Rbkhrlstn

    (@rbkhrlstn)

    Hi Emil,
    Thanks for getting back to me.

    Thanks,
    Rebekah

    • This reply was modified 7 years, 11 months ago by Rbkhrlstn.
Viewing 15 replies - 1 through 15 (of 17 total)