Home Forums WordPress Themes – Premium Circumference How can I create a slide show with Circumference?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #15344

    Firstly I would say thank you for this theme, for the Circumference, because it’s amazing! Only I’m very new in this :huh: to create a WP site, so I have a question:

    1. How can I create a slide show in Circumference, like is in the sample site?
    I use childtheme, and I would like to create a slide show, which present the menu on my site.
    2. How can I increase the font size of the primary and secondary menu?

    Thank you for your response!
    Edit

    #20231
    Sushil Adhikari
    Moderator

    Sorry for late reply… anyway, you’re very welcome. To create a slideshow like the demo site, this setup tutorial will help you:

    Slideshow

    For menu font sizes, menu styling begins in the style.css around line 3306, but for the first level of menu, here is an example where the font size is done for it around line 3330:

    .nav-menu li {
    	display: inline-block;
    	position: relative;
    	font-size: 0.813em;
    	margin-left: 0;
    	padding: 0;
    }

    Your secondary menu is also handled through this batch of code. Please use a child theme for modifications, or if you just plan to change CSS, use jetpack’s Edit CSS or a plugin for editing and creating CSS (ie: Simple Custom CSS).

    Basically throughout the menu coding in the CSS, look for anything with “font-sizes”.

    #20233

    Thank you very much for your response!!

    #20246

    Hi,
    I kept your advice, and I watched the video, and I followed the instructions: I uploaded the widgetkit, wich was succesful. But the stlyes folder doesn’t contain circumference folder. What do you think, what should I have to do in this case?

    Thank you for your help!

    p.s: I could increase the font size in the menu based on your advices, thank you!! 🙂

    #20248
    Sushil Adhikari
    Moderator

    The styles folder needs the circumference style which has to be uploaded by you. The style is found in the theme download package in a folder “widgetkit” then “slideshow” which contains the folder “circumference”. This gets uploaded to your plugin styles folder.

    #15345

    Thank you!

    #41255
    YASUSHI HARADA
    Participant

    Hello.
    Like a demo site, I want to install a slider.
    But I can only speak a little English.
    I also read the support site using Google translation.
    I think you probably use the slideshow in the widgetkit folder.
    However, I do not understand that detailed method (procedure) at all.
    Circumference-package-5.0.3 has been downloaded.
    I have installed a parent theme and child theme.
    If possible, please tell me more about how to install the slider.

    #41257
    Sushil Adhikari
    Moderator

    Hi YASUSHI HARADA,

    Thank you for contacting Styled Themes support Team.
    We had got good video and written tutorial for you which might help you to crate slideshow.

    here is the reference:
    https://www.styledthemes.com/documentation/pro-themes/circumference/

    here for youtube tutorial:
    https://www.youtube.com/watch?v=9l5dkXJ6Jrs&t=261s

    Let us know if you have any question on this.

    Thanks

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