[Resolved] Cannot get the fresh installation to show theme corectly

Home Forums Support [Resolved] Cannot get the fresh installation to show theme corectly

Home Forums Support Cannot get the fresh installation to show theme corectly

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #2339735
    Goldstein

    Hi Guys,

    I have spent hours on this and cannot get the fresh installation to show themes correctly. I have tried multiple serves, browser, dedicated WordPress app from vultr and yet the theme is not showing correctly. What am I missing? Here is my current sandbox installation It’s a fresh testing site with fresh generatepress theme. No images, no styling…

    Can somebody provide some hints…

    thank you

    #2339878
    David
    Staff
    Customer Support

    Hi there,

    are you wanting to install a site from our Site Library ?

    If so can you first install the GP Premium Plugin:

    https://docs.generatepress.com/article/installing-gp-premium/

    #2342612
    Goldstein

    Hi David,

    I got little bit further now. I was able to run the theme on vultr WordPress image. However, doing it locally on my server I was unable to properly show the theme. Here is how the theme looks like:
    https://picshare.link/ib/5O1NuYWm3x
    The error I’m getting is here:
    https://picshare.link/ib/AqgfUDjt3o
    There is one solution claiming that remove any “echo” from theme scrip would fix it. Obviously this is not a solution! Have you encountered something like this before? I have done this million times so not sure what is happening.

    images:
    https://picshare.link/ib/5O1NuYWm3x
    https://picshare.link/ib/AqgfUDjt3o

    #2342621
    Goldstein

    UPDATE: I have tried English WordPress installation and same issue. Just wanted to rule this out.

    #2342645
    David
    Staff
    Customer Support

    So when you try importing a site from our site library – what happens ?

    #2342653
    Goldstein

    No errors. Import works well and all as expected. However, the website looks like this: https://picshare.link/ib/5O1NuYWm3x

    No idea at this point…

    #2342879
    David
    Staff
    Customer Support

    So in the backend – can you see the posts, pages, media that was imported with the site ?

    #2342880
    David
    Staff
    Customer Support

    So in the backend – can you see the posts, pages, media that was imported with the site ?

    #2343391
    Goldstein

    Hi David,

    I have checked the file directly on the filesystem and it is corrupted:

    identify uploads/2022/09/logo-flow.svg 
    identify-im6.q16: Document is empty

    Here is the filesystem view of files related to generatepress:

    uploads/
    |– 2022
    | `
    — 09
    | |– content.xml
    | `– logo-flow.svg

    -- generatepress
        <code>-- style.min.css</code>
    
    and
    
    

    themes/generatepress/
    |– 404.php
    |– archive.php
    |– assets
    | |– css
    | | |– admin
    | | | |– block-editor.css
    | | | |– editor-style.css
    | | | |– editor-typography.css
    | | | |– meta-box.css
    | | | `– style.css
    | | |– all.css
    | | |– all.min.css
    | | |– components
    | | | |– comments.css
    | | | |– comments.min.css
    | | | |– font-awesome.css
    | | | |– font-awesome.min.css
    | | | |– font-icons.css
    | | | |– font-icons.min.css
    | | | |– widget-areas.css
    | | | `– widget-areas.min.css
    | | |– main-rtl.css
    | | |– main-rtl.min.css
    | | |– main.css
    | | |– main.min.css
    | | |– mobile.css
    | | |– mobile.min.css
    | | |– style-rtl.css
    | | |– style-rtl.min.css
    | | |– style.css
    | | |– style.min.css
    | | |– unsemantic-grid.css
    | | `– unsemantic-grid.min.css
    | |– dist
    | | |– block-editor.asset.php
    | | |– block-editor.js
    | | |– customizer.asset.php
    | | |– customizer.js
    | | |– dashboard.asset.php
    | | |– dashboard.js
    | | |– style-customizer.css
    | | `– style-dashboard.css
    | |– fonts
    | | |– FontAwesome.otf
    | | |– fontawesome-webfont.eot
    | | |– fontawesome-webfont.svg
    | | |– fontawesome-webfont.ttf
    | | |– fontawesome-webfont.woff
    | | |– fontawesome-webfont.woff2
    | | |– generatepress.eot
    | | |– generatepress.svg
    | | |– generatepress.ttf
    | | |– generatepress.woff
    | | `– generatepress.woff2
    | `– js
    | |– admin
    | | |– block-editor.js
    | | `– tinycolor.js
    | |– back-to-top.js
    | |– back-to-top.min.js
    | |– classList.js
    | |– classList.min.js
    | |– dropdown-click.js
    | |– dropdown-click.min.js
    | |– menu.js
    | |– menu.min.js
    | |– navigation-search.js
    | `– navigation-search.min.js
    |– comments.php
    |– content-404.php
    |– content-link.php
    |– content-page.php
    |– content-single.php
    |– content.php
    |– footer.php
    |– functions.php
    |– header.php
    |– inc
    | |– block-editor.php
    | |– class-css.php
    | |– class-dashboard.php
    | |– class-html-attributes.php
    | |– class-rest.php
    | |– class-theme-update.php
    | |– class-typography-migration.php
    | |– class-typography.php
    | |– css-output.php
    | |– customizer
    | | |– class-customize-field.php
    | | |– controls
    | | | |– class-color-control.php
    | | | |– class-deprecated.php
    | | | |– class-range-control.php
    | | | |– class-react-control.php
    | | | |– class-typography-control.php
    | | | |– class-upsell-control.php
    | | | |– class-upsell-section.php
    | | | |– css
    | | | | |– selectWoo.min.css
    | | | | |– slider-customizer.css
    | | | | |– typography-customizer.css
    | | | | `– upsell-customizer.css
    | | | `– js
    | | | |– customizer-controls.js
    | | | |– customizer-live-preview.js
    | | | |– postMessage.js
    | | | |– selectWoo.min.js
    | | | |– slider-control.js
    | | | |– typography-customizer.js
    | | | `– upsell-control.js
    | | |– customizer-helpers.php
    | | |– deprecated.php
    | | |– fields
    | | | |– back-to-top.php
    | | | |– body.php
    | | | |– buttons.php
    | | | |– content.php
    | | | |– footer-bar.php
    | | | |– footer-widgets.php
    | | | |– forms.php
    | | | |– header.php
    | | | |– primary-navigation.php
    | | | |– sidebar-widgets.php
    | | | `– top-bar.php
    | | `– helpers.php
    | |– customizer.php
    | |– dashboard.php
    | |– defaults.php
    | |– deprecated.php
    | |– general.php
    | |– markup.php
    | |– meta-box.php
    | |– plugin-compat.php
    | |– structure
    | | |– archives.php
    | | |– comments.php
    | | |– featured-images.php
    | | |– footer.php
    | | |– header.php
    | | |– navigation.php
    | | |– post-meta.php
    | | `– sidebars.php
    | |– theme-functions.php
    | `– typography.php
    |– index.php
    |– no-results.php
    |– page.php
    |– readme.txt
    |– screenshot.png
    |– search.php
    |– searchform.php
    |– sidebar-left.php
    |– sidebar.php
    |– single.php

    -- style.css
    
    15 directories, 140 files

    Just wondering…My local site is hosted locally with no proper FQDN. It’s localhost only. I do not think that this should be an issue.

    thank you

    #2343559
    Goldstein

    Hi David,

    I have reinstalled the entire server. Re-downloaded generatepress plugin just in case its corrupted. Also increase filesize upload but still issue. Feel free to try.

    #2343755
    David
    Staff
    Customer Support

    I am not sure what you need me to do – that URL you provided takes me to the WordPress setup page.
    If you can share a url where WP is setup with GP and GPP installed then i can try running the import to see whats happening.

    #2347078
    Goldstein

    Sure here it is. thank you for your help..

    #2355122
    Goldstein

    Hi David,

    I’m closing this. I did not find the answer however it is clear that it has nothing to do with generatepress theme. In any case thank you for your help.

    Lubos

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