Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1206146

    Hello,
    I use your theme (www.cultopias.org) and I have some troubles with the responsive version:
    1.- I put a 2/3 an 1/3 blog content in the home, the first one 2/3 is a two colum blog, but in the mobile version I want it to be a only one colum, its easy to read it, how can I make it.
    2.- The footer has a few iinfomation and in the mobile version is too long, how can I change it?
    3.- In the pages, I put a blog section and if I use pagination, I see it in number, I would like to have a botton “read more” that loads more posts…. Is it possible.

    Thank you

    #1206575

    Hey siti1978,

    Please share credentials, we cannot see anything like this.

    Best regards,
    Victoria

    #1207348

    Here

    • This reply was modified 5 years, 10 months ago by Victoria.
    #1208239

    Hi siti1978,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .slide-entry-wrap .slide-entry {
            width: 100%;
        }
    }
    
    @media only screen and (max-width: 767px) {
         .responsive #top #wrap_all #footer .flex_column {
            margin-bottom: 0px;
        }
        #top #footer .widget {
            margin: 10px 0;
        }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1209341
    This reply has been marked as private.
    #1209695

    Hi siti1978,

    Best regards,
    Victoria

    #1210395
    This reply has been marked as private.
    #1211425

    Hi siti1978,

    Here you can change settings for the breadcrumbs
    Image 2020-05-09 at 17.38.21.png

    Customizing the pagination is out of the scope of the support that we provide here.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1213064

    Thank you,
    but the pagination doesn’t work in the normal way either https://www.cultopias.org/artivistas/page/2/

    ? page not found

    #1213303

    Hello,
    the responsive version doesn’t work either

    #1213372

    Hi siti1978,

    You set the custom padding for the form and so it was applied on all screen sizes. Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 990px) {
       .responsive #top #wrap_all .flex_column {
          padding: 0 !important;
      }
    }
    

    That is a custom link, that is not the theme’s pagination.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1213379

    Thank you, it works.
    Yes, I know that is a custom link, if I set the blog pagination it doesn`t work anyway, with my button or the numbers the theme have….

    #1213636

    Hi siti1978,

    Do you have a page with the theme’s pagination somewhere? Can you give us a link?

    Best regards,
    Victoria

    #1213963

    Here you have the link; also doesn`t work in category pages…

    And I have another problem with this page, in the mobile version, I can’t see the featured photo….

    #1215788

    Hi siti1978,

    The pagination does not show up on this page because the category does not have more than 12 blog posts.
    Image 2020-05-24 at 16.37.05.png

    It will show up when there will be more posts or fewer posts need to be shown on the page.

    Best regards,
    Victoria

    #1217497

    Hello,
    now it has more than 12, but it doesn´t work either

    second page isn`t working…. can you take a look and give a solution to see all posts?

    Thank you!

    #1219140

    hello?

    #1219354

    Hi,

    Sorry for the delay. It’s not working properly because the slug of the page IniciARTivas is the same as the slug of the custom post type IniciARTivas, so they are in conflict with each other. You have to adjust the name of the IniciARTivas page or change the slug of the custom post type.

    To make it work temporarily, we edited the URL of the IniciARTivas page — appended letter p at the very end, so instead of /iniciartivas/, the URL would be /iniciartivasp/. (see private field)

    Best regards,
    Ismael

    #1219728

    Thank you!
    so if I want to change the numbers of pagination for a button linking to https://www.cultopias.org/iniciartivas_/page/2/ is ok, and if I want to see all the post when I click in the button, is there any page to see all post?

    #1220777

    Hi,

    The page will only display the number of posts set in the blog settings. You can adjust it by editing the Blog Posts’ Styling > Pagination > Post Number settings or by adjusting the value of the Blog pages show at most field in the Settings > Reading panel.

    You can also create a custom page, add the Blog Posts element and set it to display all posts. You may need to create a custom link or button to redirect to that custom page.

    Best regards,
    Ismael

Viewing 20 posts - 1 through 20 (of 20 total)
  • You must be logged in to reply to this topic.