Viewing 2 replies - 1 through 2 (of 2 total)
  • Same difficult

    For i.e https://www.vytajog.fr/?p=1142

    Thread Starter josephweiss

    (@josephweiss)

    I found the solution. Hard code the link to the css file and BAM!
    `
    markzero: I had the same problem. In my case I had moved the blog to a different domain and server, so I had exported the database, made the necessary changes for the new URL, and imported it to the new domain.

    Your situation might be different, but what I found out by checking various things on this forum was that nextgen was NOT automatically writing a link to it CSS files to the header.php file of my theme. Maybe there is a way to get this to work automatically, but I just made the link explicit in my header.php file. I added this above the </head> tag:
    <link rel=”stylesheet” href=”https://www.mydomain.com/wp-content/plugins/nextgen-gallery/css/nggallery.css&#8221; type=”text/css” media=”screen” />

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] gallery only shows a vertical row’ is closed to new replies.