Site logo

Archived topic

I need help to display customised content

14 replies · Started by raghu on June 5, 2019

Viewing posts 1–15 of 15

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

Hi there,

Which part of Tasty are you trying to replicate?

Let me know :)

Hi I am trying to replicate (Generatepress-Tasty)

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

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

ie i am trying to show featured images similar to Tasty

ok sure i will try and let you know.

thanks for intial help

No problem :)

If you're not comfortable tweaking these yourself, your hosting support should be able to help you :)

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.

Hi there,

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

Let me know what it says :)

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

Awesome! Glad you got it working. Thanks for sharing the solution :)

This archived topic is closed to new replies.