Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter markyodo

    (@markyodo)

    Sure can. My topic is “4 fun winter camping activities”
    4 sections/4 paragraphs per section.
    The model says it’s text-davinci-003.
    English, Creative, Cheerful
    Everything else was default.
    The result was 4 sections / 1 paragraph per section.
    Snuggling by the Campfire
    Stargazing from Your Tent
    Melting Marshmallows & Making Memories
    Crafting with Nature’s Elements

    If I run the same prompts a second time I get the exact same results but different sections.

    Same test I ran in ChatGPT returned 4 topics.
    Snowshoeing or cross-country skiing
    Ice Fishing
    Snowball Fights
    Hot Chocolate and Smores

    The second prompt I used was “write 4 paragraphs about each topic” and ChatGPT returned 4 detailed paragraphs for each.

    Let me know what you find.
    Thanks.

    Thread Starter markyodo

    (@markyodo)

    Thanks for your reply. This is for English language. I just tried the newest version. I see a trend based on how many sections vs paragraphs. Not sure why this is happening.

    My attempt was 4 sections / 4 paragraphs per section. It produced 4 sections / 1 paragraph per section.

    I then reduced it to 4 sections / 3 paragraphs per section and it produced 2 paragraphs per section.

    My last test was 2 sections / 3 paragraphs per section and it produced 2 sections with 3 paragraphs per section.

    • This reply was modified 1 year, 9 months ago by markyodo.
    Thread Starter markyodo

    (@markyodo)

    Thanks for your reply. I do have some specific questions.
    Can I categorize and create views and reporting based on invoice type? As an example I would need 3 different types of invoices 1 yearly and 2 monthly type invoices each for different services.

    I noted mention of code added from another invoicing project and it supports excel imports for invoice generation. Can This one do similar including auto generation and emailing of invoices?

    Is there a function available to import and create a customer list for invoicing?
    Thanks.

    Please keep us updated on this issue. As a brand new NGG pro user I just expected that my CDN would work. This is concerning and a basic need required for sites hosting multimedia.

    Thread Starter markyodo

    (@markyodo)

    Searched and found a similar 500 error in the forums. The issue is resolved.
    My PHP version was to low. I set it to 7.0 and now my site is working as expected.
    Thanks.

    Thread Starter markyodo

    (@markyodo)

    I found the css. Below is my CSS which I added which resizes the container and centers the image. Can you tell me how to remove the scale-rotate animation on the post thumbnail, or fix the scale-rotate animation for a scaled container?
    https://www.oursceniclife.com/category/travel/

    .post-thumbnail {
    	max-height: 350px;
    	width: 100%;
    	overflow: hidden;
    }
    .post-thumbnail img {
    	margin-top: 175px;
    	margin-left: 50%;
    	left: 50%;
    	top: 50%;
    	-webkit-transform: translateY(-50%) translateX(-50%);
    }
    Thread Starter markyodo

    (@markyodo)

    Interesting. I do have regenerate thumbnails plugin and none of my image sizes are set to a size that large so I am not clear as to what style selector or WP image size is used to display the post-media? I have a max image size of 1024 yet the post-media > image-container > post-thumbnail is scaling the image to 1400×1400.

    Is there a way to change the scaling?
    Thanks.

    Actually I just added it myself. Pretty easy to do.
    First you need to download a set of icons (png) sizes 16,24,32,48, and 64.
    All icons have to have the same name and upload them to the wp-content/plugins/the-social-links/icons directory in your WP hosted directory.

    First make a copy of the “the-social-links/the-social-links.php” file in case you need the backup.
    Then open the the-social-links/the-social-links.php file.
    You will see the list of services start after $social_networks = array(
    Copy one of the services listed, create a new line and paste the copied information.
    Change the lowercase name (first one displayed) so that it matches the name of the icon file uploaded.
    Change the second name to the name of your service which is displayed in the settings form when you add the URL.
    ‘pinterest’ => ‘Pinterest’,
    Save the file, and reactive your plugin if required. That was it.

    I am really interested in Pinterest also. Anyone have any ideas?

    Thread Starter markyodo

    (@markyodo)

    Ok here’s an update after some testing with browser compatibility. These are my results after clearing my cache both local and on server.
    The plugin works fine with Chrome.
    With firefox the plugin only works when I am logged in.
    With firefox (18.0.1)the plugin re-sizes images to 100% when I am logged in.
    Internet Explorer (9.08) works identical to Firefox. Only works when I am logged in and images are re-sized to 100^

    Thread Starter markyodo

    (@markyodo)

    OK this is weird. A friend just pointed out that it’s working now.

    I swear it was not working last evening and this morning. Could this be a cache issue with my server? or a delay in authenticating with FaceBook?

    I have no idea. But I am going to go ahead and add the rest of the FB connectivity and see how it goes.

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