• Hi!

    I have uploaded the theme and all the required plugins should be fine too.

    I am having problems with the homepage settings. I choose sections like The Team Members and have put in all the needed information and pictures but the section does not appear on my page. I have the same problem with all the sections. I tried deleting and uploading the theme again but it did not help. What could I try next?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello There!

    We really appreciate you writing in.

    Are you just seeing your recent post?

    If so, you need to set a static home page to a Page assigned with the Home Page template.

    Could you please refer to Configuring HomePage section of the documentation:

    http://doc.accesspressthemes.com/the-monday/#!/configuring_homepage

    Also, here is a video tutorial that may help:

    Hope this information was useful.

    Thank you!

    Thread Starter helka

    (@helka)

    Hey!

    Thank you, I got it working! But now I have another problem… I have created a page for the About us -section. But I am not able to edit the page after i have published it. WordPress just opens a blanc window and nothing else. Do you have any idea what could be wrong? I can create new pages but can not edit them afterwards.

    Thread Starter helka

    (@helka)

    And: is there a way to get the $/ signs away from the end of the price tables? I use €-currency and have written it inside the tables with the prices already.

    Hello There!

    We really appreciate you writing in.

    We would like to inform you that you can go to Dashboard-> Pages-> All Pages and find the about page and edit it from the WordPress page editor.

    If you mean something else, please do elaborate so that we can help you.

    Also, for the Euro currency symbol you will need to do some code modification in the section-price-tables.php file in your wordpress ..\wp-content\themes\the-monday\template-parts\sections folder.

    Please go to line number 57, you will find the line:

    <p><strong><?php echo esc_attr( '$', 'the-monday' ).esc_attr( $table_price ); ?></strong>/<?php echo esc_attr( $table_price_per ); ?></p>

    replace it with

    <p><strong><?php echo esc_attr( '&euro;', 'the-monday' ).esc_attr( $table_price ); ?></strong>/<?php echo esc_attr( $table_price_per ); ?></p>

    and see if it helps?

    Please be caution while making code modification and always keep backup of the original file.

    Hope this information was useful.

    Thank you!

    Thread Starter helka

    (@helka)

    Thank you, I got the $ sign out.

    I have been trying to edit the pages in the way you described. But, the problem is when I choose the page and click on the Edit button nothing happens, the whole screen just turns totally white. It was working in the beginning. Now the problem is with all the pages. Everything else seems to be working fine.

    Thread Starter helka

    (@helka)

    Hi again!

    Thank you very much for your help, deactivating the plugins helped. Hopefully I will not have any more problems.

    Thanks!

    Hello There!

    We are grateful, we could be of help.

    Also,

    Have you rated and reviewed our theme yet?

    If not, could you please support us by rating and reviewing our theme at

    https://wordpress.org/support/view/theme-reviews/the-monday#postform

    so many people can know of us

    Thank you!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note:

    @scottbadger This is very serious and please read this reply carefully. I’ve deleted your offer to login to your user’s site. I’m am 100% sure you mean well but please never ask for credentials on these forums.

    http://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff

    Now for the why: The internet is a wonderful place full of very nice people and a few very bad ones. I’m sure everyone here is very nice however, by giving some ones keys to your house you are trusting they wont steal anything. Likewise the person who takes the keys is now responsible for the house FOREVER.

    If something was to go wrong, then you the author may well legally become liable for damages, which they would not normally have been as their software is provided without warranty.

    Please be aware that repeatedly asking for credentials will result in us asking you to repeatedly stop before escalating up to the plugins team.

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

The topic ‘Homepage settings’ is closed to new replies.