• Resolved bmoretiger

    (@bmoretiger)


    I’ve gone through all of the options in the the Top Nav Options section, and for some reason the navigation colors won’t change. I must be doing something wrong. I would like to test the gradient option. My second question/issue is I would like to change the button color on my email subscription widget. How do I change button colors within the theme?

    Thanks in advance!

Viewing 15 replies - 1 through 15 (of 16 total)
  • Theme Author eminozlem

    (@eminozlem)

    The first issue is a known bug with the options which has been fixed with the latest update (v1.3.0) The update has been submitted but pending approval.
    Preview: https://s27.postimg.org/7ny5p150z/tnav_col.jpg

    You can either wait for the update to be approved or get it from SVN.
    You can read the rest of the update details here: https://eodepo.com/wordpress/bootstrap-ul-update-1-3-0/

    For the second question the button colors depend on your theme. The default bootstrap button code & colors are listed here: https://getbootstrap.com/css/#buttons
    I cant add [button_shortcode]s as a theme feature because [shortcodes] fall into “plugin territory” like many other.

    But you can always change colors if you are capable of editing css code. Use override.css file for your customizations in order not to lose your changes in future updates.

    Thank you for using the theme, feel free to review & rate the theme.

    Thread Starter bmoretiger

    (@bmoretiger)

    Thank you for the quick response. The theme is awesome

    Theme Author eminozlem

    (@eminozlem)

    Thank you. There are a lot on the todo list. The theme started out as a base bootstrap theme, but it’s evolving into something bigger.
    I’m using it as base theme for my personal sites, so i discover bugs or missing features myself but your feedback is also very valuable for future development, your input is appreciated. Feel free to report bugs or suggest features. Unfortunately, like i said many features are not allowed in themes, pretty much everything falls into “plugin territory” one way or another (features as small as placing social buttons).

    Nevertheless, I will continue developing it within the limits. With the upcoming WP 3.8, much of the code will be refactored.
    Release-wise, you can expect a fully developed, mature & stable theme by 2.0 (which means there’s still a long way to go).

    A clean and amazing Theme indeed with allot of capabilities.
    Yet I stumble on an issue because I’d like to have the carousel set as my Homepage with just the thumbnails (class=”col-sm-6 col-md-4 col-lg-3″) beneath it as we see it as the Theme example.

    Is this possible within this Theme?

    Theme Author eminozlem

    (@eminozlem)

    So you want only carousel & highlights on home but not “recent posts” ?

    First of all my apologies because this is kind of another topic but that’s exactly what I meant. The Slider + Highlights as my Homepage because these already point out to my (new) posts. When this is set I can select a Homepage & Postpage for this Theme.

    I already tried putting the Reading Settings on 1 post but then it sets a page-numbers pagination beneath the Posts ??

    Theme Author eminozlem

    (@eminozlem)

    Just create a custom “page-customhome.php” and set it as your static front page.
    You can grab the custom home template here:
    https://pastebin.com/3NKkeAxi

    See the picture:
    https://s7.postimg.org/rfohhux9n/custho_Untitled_eewbsul45454.jpg

    If you dont want the title & content of the custom page you create like in the example

    Custom Home – my custom homepage content etc.

    Just delete the lines 21-78 in the pastebin code between <div id=”main” class=”col-sm… and </div> <!– end #main –>

    Thank you for using the theme, a new update is on its way (1.3.0)
    Feel free to rate&review, it helps.

    Theme Author eminozlem

    (@eminozlem)

    Whoops, disregard the previous pastebin, use this one if you will: https://pastebin.com/Y5wYvgBN
    (I dont seem to be able to edit my previous post.)

    You can see a demo page here: https://eodepo.com/wp/demo/bootstrap-ul/custom-home/

    Cant thank you enough eminozlem, for the help and for this theme!
    I read #15580 for several times now but cannot find the rating page on this update. I will rate it ASAP and will keep an eye on this process.
    Cheers!

    ~Solved~

    Theme Author eminozlem

    (@eminozlem)

    No problem, good luck. Here’s the WP dir page of the theme if you’d like to rate it: https://www.ads-software.com/themes/bootstrap-ultimate

    Thread Starter bmoretiger

    (@bmoretiger)

    Hi! It’s me again. I noticed that the nav bar is thinner, is there a way to make the nav bar wider?

    Theme Author eminozlem

    (@eminozlem)

    Thinner in height right ? ‘Cause navbar is 100% in width.
    The height of the navbar is determined by the tallest of the 3; logo, navigation, search.

    But if you want you can always specify a fixed height: in your ./rsc/css/override.css file like so :
    .navbar{height:80px;}

    Theme Author eminozlem

    (@eminozlem)

    @4thclover If you have updated to 1.3.9, template markup has changed, you can find new custom home template here:
    https://pastebin.com/QQ1E8958

    Thread Starter bmoretiger

    (@bmoretiger)

    .

    Thread Starter bmoretiger

    (@bmoretiger)

    .

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Change Button Colors & Change Header Colors’ is closed to new replies.