Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #121977
    michelg
    Participant

    Hello, this theme is very beautiful.
    I have a bit of trouble understanding how it works. I can not see the pages created. the display is always the same.
    tests: https://michelgros.fr/blog
    thank you.

    #122003
    tikaram
    Keymaster

    @michelg : Where would you like your pages to be displayed? Can you please explain some details so that I can help you resolve the issue.

    Regards,
    Tikaram

    #122073
    michelg
    Participant

    Hello and thank you for your answer.
    I would like to display on the front page:
    – Large image (possibly replaced by a slider)
    – a line containing links to more than one page
    – some thumbnails associated with pages to privilege
    This is what is currently displayed, to by the future slider.

    By clicking on these links or thumbnails, I would like to display an associated page containing the description of a theme, portraits, landscapes, … and some pictures in mosaic or slider.

    Regards
    Michel

    #122135
    tikaram
    Keymaster

    @michelg : You can customize your site as desired from the customizer. First go through the theme instructions to know more about adding different elements to your site. If you follow the instructions provided you can customize your site as desired. Alternatively, you can hire customizer if you have difficulty customizing your site.

    Regards,
    Tikaram

    #122260
    michelg
    Participant

    Hello.
    it is obviously obvious, it is necessarily a basic functionality but something escapes me. I create pages. They appear in the menus and in the favorite pages of the home page. But when I click to open one of these pages, the header and the footer are displayed but the content of the page is an empty area.
    It must be simple but something escapes me. This theme Fotografie is beautiful and I would love to use it. When I load another of your theme (oblique) it works correctly.

    Thank you for your help.

    Regards
    Michel
    test: https://michelgros.fr/blog/

    #122354
    tikaram
    Keymaster

    @michelg : Please activate Fotografie theme on your site and I will explore issues on your site. Currently you are not using our theme. If you would like to get the issue resolved let me know after activating our theme.

    Regards,
    Tikaram

    #122402
    michelg
    Participant

    Hello.
    I had to show my photos this weekend so I had to change the theme since I can not see the pages. I handed “fotografie” for you to look at. You will find that the page “100 inconnus” is highlighted by the theme with the home page. On the other hand, if you click on the menu to display this page normally, a page opens containing the top of the page, the footer but the content is empty.
    Thank you for your help.

    Regards
    MG

    #122420
    tikaram
    Keymaster

    @michelg : Go to Appearance => Customize => Additional css and add the following css.

    #content #primary {
        display:block !important;
      } 

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #122579
    michelg
    Participant

    Thank you.
    in a forum, to remove the news on the homepage, you proposed the following code that suited me:
    #content #primary{
    display:none;
    }
    So how to book your instruction for pages or how to book the previous instrusion for the only homepage?
    I would like to get a homepage as on demo.
    Regards

    #122665
    tikaram
    Keymaster

    To hide the content on Home page only Please use the following css.

    .home #content #primary{
    display:none;
    }

    Let me know if this resolves your issue or not.

    Regards,
    Tikaram

    #122794
    michelg
    Participant

    Great, it works!
    on the other hand I can no longer remove the news on the homepage. This is no longer possible?

    Regards
    MG

    #122865
    tikaram
    Keymaster

    @michelg : The news section is not displayed on your Homepage/Front page. Let me know if you have any more issues.

    Regards,
    Tikaram

    #122880
    michelg
    Participant

    Great. The site is getting better. Your theme is really good!And thank you for your exemplary responsiveness.

    There is one detail left. how to remove the date on the “Featured Content” pages on the home?

    Regards
    MG

    #122884
    michelg
    Participant

    next…
    is it possible to replace “date” by texte (with Excerpt Length (words))?

    #122997
    tikaram
    Keymaster

    @michelg : To remove the date on the Featured Content. Go to Appearance => Customize => Additional css and add the following css.

    .entry-meta .entry-date {
    	display: none;
    }

    To replace the date by excerpt you will need to select Featured image content Under Content type and this feature is available in Pro theme only. Let me know if you have further issues.

    Regards,
    Tikaram

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Display created pages’ is closed to new replies.