Home Forums Theme support eastend theme : Stored data and screen width update

This topic contains 6 replies, has 2 voices, and was last updated by  7Theme Support 11 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Dear webadmin

    Two last questions please about the eastend theme please

    The first one: after the estend theme installation, new content appeared in the Dashboard (as portfolio for exemple).
    However, there is no new table in PhpMyAdmin, my database, created for wordpress, is the same before and after the theme installation.
    Could you please explain me where are stored all data inputed via this theme (real estate description, client …)
    Many thanks for your help

    The second one : It is possible to modify the width of the landing page ? I would like to display the slider with 100% width of the screen.
    Many thanks, a second times 🙂

    Best regards

    Franck

    Hello Franck,

    we use the build-in “custom-post-type” function from WordPress (http://codex.wordpress.org/Post_Types). Your data is also in the “wp_posts” table.

    Second question-> try this: WordPress admin -> Appearance -> Theme Options -> General -> General Settings -> Extra CSS Content (Textarea), insert this:

    body.home .container_inner { width: 100%; }

    Its not tested, but it should work. This code will work only on your homepage…

    Great!! thanks for your explanation 🙂

    I tried the extra CSS setup but it seems there is no change. I called the page http://localhost/wordpress/?page_id=1952 .. there is only change is a longer slider loading. (it appears if I click on a slider’s arrow)

    I’m looking for if I don’t made something wrong

    Hello, if the site you want to show the big slider is not your homepage, try this:

    .container_inner { width: 100%; }

    In fact, the fullwidth slider page will be my homepage..

    However,the result with the second solution is the same that the first one.
    I will do another test tomorrow morning and will revert to you.

    Good night from France and again, thanks a lot for your great support

    Franck

    Dear all,

    Just to close this pots, thank you for your help to increase the page width .. I added #container_inner { width: 100%; } and it’s working.

    You’re welcome!

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.