- This topic has 14 replies, 3 voices, and was last updated 3 years, 11 months ago by
Tom.
-
AuthorPosts
-
June 5, 2019 at 9:10 am #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
June 5, 2019 at 9:12 am #920846Leo
StaffCustomer SupportHi there,
Which part of Tasty are you trying to replicate?
Let me know ๐
June 5, 2019 at 9:13 am #920848raghu
Hi I am trying to replicate (Generatepress-Tasty)
June 5, 2019 at 9:14 am #920849raghu
Now i dont know how to show my Archive with Image and followed by content.
June 5, 2019 at 9:15 am #920851raghu
I am trying to replicate content similar to “Pumpkin Banana Loaf” in Tasty home page.
June 5, 2019 at 9:16 am #920852Leo
StaffCustomer SupportYou 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 ๐
June 5, 2019 at 9:16 am #920854raghu
ie i am trying to show featured images similar to Tasty
June 5, 2019 at 9:17 am #920856raghu
ok sure i will try and let you know.
thanks for intial help
June 5, 2019 at 9:30 am #920861Leo
StaffCustomer SupportNo problem ๐
June 8, 2019 at 11:10 am #923555raghu
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>>
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โ
June 8, 2019 at 11:16 am #923562Leo
StaffCustomer SupportIf you’re not comfortable tweaking these yourself, your hosting support should be able to help you ๐
June 15, 2019 at 7:52 am #930596raghu
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.
June 15, 2019 at 5:26 pm #930913Tom
Lead DeveloperLead DeveloperHi there,
Can you check your
error_log
file for specifics about the 500 error?Let me know what it says ๐
June 15, 2019 at 8:30 pm #930960raghu
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 restartThanks :). We can close this thread
June 16, 2019 at 8:26 am #931435Tom
Lead DeveloperLead DeveloperAwesome! Glad you got it working. Thanks for sharing the solution ๐
-
AuthorPosts
- You must be logged in to reply to this topic.