• Resolved Seren2.0

    (@seren20)


    Hi,

    every time i select a page as a static “home” page the design on this page is lost. The other pages/menu topics are still working well.

    my page is:
    http://www.ducaticlubwien.at

    is there a config option that i missed?

    thx 4 help
    Seren

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author nobita

    (@nobita)

    Hi

    If you want to use a template that came with your template or theme you made is

    Please open static page ‘home'( id 48 ) and

    Value set you needs template at MetaBox Page attribute Template

    Thank you

    Thread Starter Seren2.0

    (@seren20)

    Hi, thank you

    when i edit the static “home” page i can choose between

    Standardtemplate,
    Front page template
    Full with page template, no sidebar
    Page,
    Page featured,

    attributes, but none is showing the correct design at the “home” page.

    the arrangement of the content is changing as i expect when i use some different templates, but they don’t bring the design back to that page.

    i also can see the changes in the body class at the page source code but whenever ther is a “home” class the design is gone

    thx 4 your help
    Seren

    Theme Author nobita

    (@nobita)

    I detect the reason what not apply style dark at home page

    Now, but why will write later because a little busy, please try the following

    Please Try

    create file functions.php at child theme and write below PHP code.

    <?php
    	$raindrops_new_style_load = false;
    ?>

    thank you.

    Thread Starter Seren2.0

    (@seren20)

    Hi,

    awesome, that fixed it for now!
    Is it a bug at the dark theme? Or do i have a wrong config?

    thank you so much.

    greetings
    Seren

    Theme Author nobita

    (@nobita)

    Is it a bug at the dark theme? Or do i have a wrong config?

    Current versions style (color and border style) in html source

    <head>
    <link rel='stylesheet' id='raindrops_color_type-css'  href='http://example.com/wp/?raindrops_color_type=1&ver=49fd8a946335c91ffc8bd184177875eb' type='text/css' media='all' />
    </head>

    Old versions style (color and border style) in html source

    <head>
    <style type="text/css" id="raindrops-embed-css">
    <!--/*<! [CDATA[*/
    .gallery { margin: auto; overflow: hidden; width: 100%; }
    .....many styles
    </style>
    </head>

    Your WEB Site ( only home ) link element href URL is redirect to login.php

    then lost style( color and border )

    it maybe server config issue.

    <?php
    	$raindrops_new_style_load = false;
    ?>

    This command is change old style ( styele embed header )

    I recommend

    Check, The reason for redirection occurs

    and another note

    The name of the child theme to something other than raindrops

    for example, ducaticlubwien

    Future, if you have written a custom style to child theme, there is likely to be a problem.

    @import url("../raindrops/style.css"); is no need

    Raindrops is automatic include parent style.css

    Thank you.

    Thread Starter Seren2.0

    (@seren20)

    Hi,

    i got it, it was another plugin which denied the href from loading the style. Thanks a lot for the input that this issue not caused by the theme.
    The settings of this plugin changed after an update, but i’m not sure what caused the change.

    I also changed your recommendations and everything is working fine now.

    Thank you so much, greetings
    Seren

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

The topic ‘On "home" page design changes’ is closed to new replies.