• Theme Author Sultenhest

    (@sultenhest)


    Hello,

    After the first launch of Voltata i’ve noticed a few slips in the CSS, which, for some reason, wasn’t visible in the development phase. This will be fixed in the next update, which, i hope, will be launched within a short period of time.

    To temporarily fix these issues with the menu download a CSS plugin, like Simple Custom CSS, and add the following:

    .menu{
    	padding-left:0;
    }
    
    #secondary-menu ul{
    	list-style-type:none;
    }

    Please write here if you encounter any other issues and i’ll address them as soon as possible.

    Thanks for the download, i hope you’ll enjoy the theme!

    – Sultenhest

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Sultenhest

    (@sultenhest)

    I forgot ul after .menu, so this is the actual CSS:

    .menu ul{
    	padding-left:0;
    }
    
    #secondary-menu ul{
    	list-style-type:none;
    }
    Bas

    (@basz85)

    Hi Sultenhest,

    Thank you for this amazing simple beautiful theme. I really enjoy it! ??
    I have a question; can also add an slider in this theme?

    above: I added already to the Simple Costum CSS. No problem, I’ll be waiting on the update.

    EDIT: I’m busy with changing the color for the hover in the footer widget, I find out with I need to change in with Simple Costum CSS plugin, but it changed nothing. I saw the code this was directed in the bootstrap -> need I make those changes there?

    I ran your theme local, so I cant show you.

    Kind regards,
    Bas

    Theme Author Sultenhest

    (@sultenhest)

    Hello Bas,

    Thank you the kind words and for the download!

    It is possible to add an image slider in the post and page content. I’ve made an example here: https://voltata.sultenhest.dk/front-page/

    To do so simply add a standard gallery like so:

    1. Enter the post or page you wish to edit
    2. Press the Add Media button
    3. Create Gallery
    4. Pick out the images you wish to include
    5. Press the Create a new Gallery button
    6. Possibly add a caption to each image and press the Insert Gallery button
    7. Save/Update and you’re done!

    It is never advisable to change the theme files, instead either make a child theme or use a plugin like Simple Custom CSS to change the CSS (this is by far the easiest method if you only wish to alter the CSS)

    To change the color of the links in the footer add something like this to the Simple Custom CSS:

    #footer a{
      color:#00ff00;
    }
    
    #footer a:hover{
      color:#ff0000;
    }

    Again thanks for the download, feel free to write if you have any other questions.

    – Sultenhest

    Hi,

    I’ve followed the directions and it shows the chosen images, but they’re not in a slider, they’re static. Please advise.

    Thanks,

    Theme Author Sultenhest

    (@sultenhest)

    Hello deltadoula,

    Please include a link to your site, and please create a new thread for issues like this in the future. Anyway assuming you have version 1.2.1 of Voltata installed :

    1. Head into the Customizer
    2. Select the ‘Header Image and Header Slider’ section
    3. Tick on the ‘Header Slider’ option, at the bottom
    4. Save
    5. Profit

    Hope this helps ??

    Kind regards,
    Simon

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Voltata Launch’ is closed to new replies.