Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #620995
Archives template
Closed

Comments

  • Priscelia started the conversation

    Hi there,

    How do i change the archive layout (http://ririchin.com/2015/12/ ) to the same as homepage, where all content in a post will be shown upfront without having to click on "continue reading"?

    Thanks,
    Prisc

  •  46
    Elated replied

    Hi,

    You can in Elated Options -> Blog- > Blog Layout for Archive Page and set to Standar Whole post http://screencast.com/t/7xRFgyuS

    I hope this helps :)

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Priscelia replied

    Hi there,

    Thanks for the reply!

    I\'ve tried this many times but unfortunately, it doesnt work.

    I\'ve already set to standard whole post and 1/4 right sidebar option, and then saved the settings. I refreshed the archive page but nothing happens. When I go back to the elated options blog settings, the options that i set earlier was auto change/reset back to the default \"Blog:Standard\" and \"No sidebar\".

    Please advise.

    Many thanks,
    Prisc

  •  46
    Elated replied

    Hi,

    Try to increase your server resources

    memory_limit = 512M

    post_max_size = 1024M

    or ask your hosting service to do this for you and see if problem persist.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Priscelia replied

    Hi there,

    How and where can i increase the following server resources, as mentioned in ur prev reply?

    memory_limit = 512M

    post_max_size = 1024M

    Also, when i clicked on the \"older post\" button at the end of the page, it does not direct me to page 2. It reloads the homepage. How can i change this?

    Please advise. Thanks!



  •  1,845
    Elated replied

    Hi again,

    1. You can either contact your hosting provider and ask them to increase these values for you, or you can try to do it your self, read this articles on how to:

    http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/ (try part 2. first)

    http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    2. Yes, we have this issue reported and are working on fixing it. You can fix it your self for the moment by adding the following piece of code in functions.php file (wp-content/themes/tomasdaisy/functions.php)

    add_filter(\'redirect_canonical\',\'eltdf_tomasdaisy_redirect_canonical\');
    
    
    function eltdf_tomasdaisy_redirect_canonical($redirect_url) {
    $redirect_url = false;
    return $redirect_url;
    }

    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.