[Resolved] I need help to display customised content

Home Forums Support [Resolved] I need help to display customised content

Home Forums Support I need help to display customised content

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #920843
    raghu

    Hi

    With help of Generate press i have designed my blog to an extent. thanks for that.

    Clarification:
    I want to display my Archives (content with the image) like following generate press template (Generatepress-Tasty). Could be help me in giving some hints to do that.

    mysite: https://www.stackivy.com

    #920846
    Leo
    Staff
    Customer Support

    Hi there,

    Which part of Tasty are you trying to replicate?

    Let me know ๐Ÿ™‚

    #920848
    raghu

    Hi I am trying to replicate (Generatepress-Tasty)

    #920849
    raghu

    Now i dont know how to show my Archive with Image and followed by content.

    #920851
    raghu

    I am trying to replicate content similar to “Pumpkin Banana Loaf” in Tasty home page.

    #920852
    Leo
    Staff
    Customer Support

    You need to upload a featured image:
    https://docs.generatepress.com/article/adding-featured-images/

    Then set the position to below title:
    https://docs.generatepress.com/article/adjusting-the-featured-images/

    Doesn’t look like you have a lot of content yet, have you considered simply importing Tasty?

    Let me know ๐Ÿ™‚

    #920854
    raghu

    ie i am trying to show featured images similar to Tasty

    #920856
    raghu

    ok sure i will try and let you know.

    thanks for intial help

    #920861
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    #923555
    raghu

    Hi

    I tried importing Tasty and end up with 500 internal server error and refered to this link.

    <<https://docs.generatepress.com/article/error-codes-importing/#server-error-500>&gt;

    Can you help me where i need to set these variables to fix the issue. Kind of lost and confused. Also now When I import content from the site library I get the error โ€œ500 Internal Server Errorโ€

    #923562
    Leo
    Staff
    Customer Support

    If you’re not comfortable tweaking these yourself, your hosting support should be able to help you ๐Ÿ™‚

    #930596
    raghu

    Hi

    Sorry to come back to little late. In my case i am managing the wordpress site on my own. So i have access to all settings. I have applied below settings and still no luck .. facing issue with 500 again.

    Below settings for your information:

    .htaccess:

    <IfModule mod_php7.c>
    php_value post_max_size 512M
    php_value upload_max_filesize 256M
    php_value memory_limit 256M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value session.gc_maxlifetime 1200
    </IfModule>

    Php.ini

    * upload_max_filesize (256M)
    * max_input_time (300)
    * memory_limit (256M)
    * max_execution_time (300)
    * post_max_size (512M)

    wp_config

    define(โ€˜WP_MEMORY_LIMITโ€™, โ€˜128Mโ€™);
    define(โ€˜WP_MAX_MEMORY_LIMITโ€™, โ€˜512Mโ€™);

    Please advise how to proceed further. I have did maximum try with different settings and no luck.

    #930913
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you check your error_log file for specifics about the 500 error?

    Let me know what it says ๐Ÿ™‚

    #930960
    raghu

    Hi

    Checked my logs. It said “PHP XML Extension: Not installed”. To fix that i have followed below steps it got fixed.

    Steps need to follow to install php xml extension:

    sudo apt-get install php-xml
    Then you need to restart apache so it takes effect
    sudo service apache2 restart

    Thanks :). We can close this thread

    #931435
    Tom
    Lead Developer
    Lead Developer

    Awesome! Glad you got it working. Thanks for sharing the solution ๐Ÿ™‚

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.