• Resolved LucasRung

    (@lucasrung)


    Hi!

    First of all, I really like your theme!

    Iam using it for a schoolproject so Iam not able to pay for fullversion, so Iam using the freeversion atm. But I have a problem, I want to have several images to an article, with a nice photogallery. When I insert multiple images now they adds in the article, and when you click on it they opens up in new window which is terrible! I just want multiple images to slide in the top, where the first image is.

    I just want one place for all images, and that place should be over the title…

    How can I fix this, is it possbile with the free version..?

    https://stayclassy.se/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter LucasRung

    (@lucasrung)

    I also wondering how I cange the color on the menu bar text, I want it black!
    Like the “sample page” and all menus

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Tracks!

    The following CSS will change the menu color to black:

    #menu-primary a {
      color: #000000 !important;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    For adding a gallery in place of the featured image, this is a rather complex customization, so it’s not something I can cover here.

    I would recommend using the built-in WordPress gallery functionality for adding many images to a post. The Jetpack plugin also has a tiled gallery module that looks quite nice.

    Thread Starter LucasRung

    (@lucasrung)

    thanks!

    I have one more question, is it possible to change the text “read the post” to a swedish version, or just delete it?

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

    The quick and easy way is to delete it. The proper way is to create the translation files. We have a detailed tutorial here on how to do this if you’re interested.

    Thread Starter LucasRung

    (@lucasrung)

    How can I delete it?

    Theme Author Ben Sibley

    (@bensibley)

    The following CSS will hide it on your site:

    .more-link {
      display: none;
    }
    Thread Starter LucasRung

    (@lucasrung)

    thanks, I have tried that it doesnt work!

    Is it possible to write something in “add custom css” instead?

    Theme Author Ben Sibley

    (@bensibley)

    It should be added to the Custom CSS section just like this: https://pics.competethemes.com/image/2a0P3F0q2D1e

    If it doesn’t work, try this instead:

    .more-link {
      display: none !important;
    }
    Thread Starter LucasRung

    (@lucasrung)

    Thanks, it worked perfectly!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Photo gallery’ is closed to new replies.