Forum replies created

    Frank Stellmacher
    Spectator
    Posts: 18
    September 9, 2015 at 2:22 pm #20547

    Screenshot of overlapping content and arrows

    Screenshot of overlapping content and arrows

    Frank Stellmacher
    Spectator
    Posts: 18
    September 6, 2015 at 5:21 pm #20454

    Hi, thank you for the quick help! It works as it should (my fault). Regards, Frank

    Frank Stellmacher
    Spectator
    Posts: 18
    September 5, 2015 at 8:59 pm #20441
    This reply has been marked as private.
    Frank Stellmacher
    Spectator
    Posts: 18
    June 15, 2015 at 11:47 am #18260

    Hi Imran, perfect…with this solution I can decide myself, which image should be shown in the search results!

    Thanks for your help and best regards, Frank

    Frank Stellmacher
    Spectator
    Posts: 18
    June 13, 2015 at 8:43 am #18244

    Hi Imran,

    here are the results (each page does not has a featured Image, just 2 posts have):
    Without your code : http://nupsoft.com/?s=jennifer
    With your code: http://nupsoft.com/en?s=jennifer

    Maybe their is a chanche to do something in the search.php of my child theme?

    Frank Stellmacher
    Spectator
    Posts: 18
    June 12, 2015 at 12:44 pm #18236

    Hi Imran,
    thanks for your answer. My Problem here is, I have 84 pages with Images on it, but none of them have defined a “featured Image”, because I do not want to show it on the page.
    Without your css it seems, that the search result just take an image out of the page content and view it in the search result as a featured Image…that is fine and exactly want i want.

    But I have a few pages without any Image and as I said, I do not want to define a featured Image in “edit page Options”, because i do not want it on the page itself.

    If there is no way to do so, maybe there is a work around: Can I defined for all pages a featured Image under page edit Option, and is there a code to hide it then on each page (….display: none;)???

    Thank you!

    Frank Stellmacher
    Spectator
    Posts: 18
    June 10, 2015 at 8:09 am #18016

    Thank you Denzel, problem is solved. Regards, Frank

    Frank Stellmacher
    Spectator
    Posts: 18
    June 9, 2015 at 4:15 pm #18000

    Hi Tad, I am not an expert, but I use .evolve+ theme and I fixed this Problem with custom css in theme option as follow:

    @media only screen and (max-width: 768px) {
    #logo-image {
    margin: 1!important;
    }
    .header {
    padding: 0;
    height: 200px !important;
    }
    #tagline, #social {
    display: none;
    }
    }

    You have to adjust the values of hight, etc. and if you want to show up the social, etc. on mobile as well, just remove that lines and put it in your custom css under theme options.

    I hope that helps.

    Best regards, Frank

    Frank Stellmacher
    Spectator
    Posts: 18
    June 9, 2015 at 11:50 am #17994
    This reply has been marked as private.
    Frank Stellmacher
    Spectator
    Posts: 18
    May 21, 2015 at 7:54 pm #17715

    If I remove the positions, the background of the Image is thin like as I opened this issue. The Image stays a litte bit right then.
    However, as soon as you choose another page in the menu or just tip on the screen, the image will stays fine again.

    The Problem is fixed from my point of view – thank you again.