Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)
  • Theme Author wplovin

    (@wplovin)

    Hey,

    This theme implements only slidedown from top navigation menu, there’s no way to turn it off.

    But you could use “Menu Widget” and get your navigation into the sidebar of your website.

    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    Glad you got it sorted out. And yeah, you should always use Custom CSS plugin, since changes will get lost upon theme update 🙂

    Let me know if you still have any further issues with the theme,
    For now, marking this thread as ‘resolved’.

    Regards,
    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    Yup, accent color is accent color of the scheme, so basically it means that menu / buttons / etc will inherit that specific accent color. Then you can change background color using Customizer -> Colors -> Background Color (accent color should stay the same as you’ve set it in ‘Color Schemes’).

    If you click on ‘Save and Publish’ it SHOULD save and work. If it doesn’t – there’s probably something wrong with your instance of WordPress. If you could provide me with some sort of theme demo you’ve setup (and pick some color scheme) I might be able to dig into it and see if the stylesheets are loading correctly. As of it is now, I can’t really tell what’s going on, without seeing this issue in action first-hand.

    Oh, and by the way, be sure to check that Customizer -> Colors -> Background Color setting, since IT will overwrite the background color inherited from Color Scheme and it might look like the colors are not changing 🙂

    Hope this helps,
    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    Seems that you’re using Aries theme by UnitedThemes. Since it’s being sold on a ThemeForest, you should also try to contact theme author on there. If you’d Google ‘Aries UnitedThemes’, you will find an URL 🙂

    But since you’re here, I’ll answer your question because it’s pretty basic one and not really theme-specific: you can absolutely remove that whole chuck of code you’ve pasted with no issues 🙂

    <div class="unitedthemes eight columns">
    <a href="http://www.kiwibcreative.com" target="_blank">Kiwibcreative - Web and Graphic Design</a>
    </div>

    P.S. Marking this as resolved, since this a support request for a commercially distributed Aries theme by UnitedThemes.

    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    Glad you figured this out on your own 🙂

    Marking this issue as [resolved]

    Tom

    Theme Author wplovin

    (@wplovin)

    Really appreaciate your kind words 🙂
    Enjoy Aries and let me know if you find any bugs / issues with it in future.

    Tom

    Theme Author wplovin

    (@wplovin)

    Thanks for your review, really appreciate it!

    Tom

    Theme Author wplovin

    (@wplovin)

    You’re welcome!

    Let me know if you have more questions in future 🙂

    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    If you’re talking about that button with rounded corners, you can use this CSS selector to style it:

    #subscribe-submit input[type="submit"]

    No other buttons will be affected.

    About the logo:
    If you’re already using Child Theme, you can copy over header.php to your Child Theme, then find these lines:

    <header id="header-main">
    		<div class="inside half-padding-v full-padding-h">
    			<a id="logo" href="<?php echo esc_url( home_url() ); ?>"><?php echo bloginfo('title'); ?></a>
    		</div>
    </header>

    and change them like this:

    <header id="header-main">
    		<div class="inside half-padding-v full-padding-h">
    			<a id="logo" href="<?php echo esc_url( home_url() ); ?>"><img src="url/to/your/logo.png"/></a>
    		</div>
    </header>

    That should work (dont forget to change that ‘url/to/your/logo.png’ to correct URL of your logo) 🙂

    Theme Author wplovin

    (@wplovin)

    Hey,

    Glad that did the trick 🙂 Sadly, I cant access your website anymore (link you’ve provided redirects me to http://www.gotbackup.com/?id=heatherwhitehead), so I can’t really help you with the exact CSS styles, but.. If you’re know familiar with Firebug / Chrome developer tools, which lets you inspect the elements, to see the styling / edit them / etc. You should be able to pick up unique selectors for both of those buttons. Basically, if you only want to change the button in the sidebar, you should check out if that button has some specific class or id, and apply your CSS change to that exact selector.

    Anyway, if you still can’t do it yourself, I might help you with it, but only when I can see your demo website 🙂

    Hope you enjoy Aquarius.

    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    You can use CSS like this:

    h3.sd-title {
      font-size: 1em!important;
    }

    Or, if you’re afraid of using ‘!important’, you can use something like this:

    #content-main .post .entry-content h3.sd-title, #content-main .page .entry-content h3.sd-title, #content-main .attachment .entry-content h3.sd-title {
      font-size:1em;
    }

    Hope that helps!

    Tom

    Theme Author wplovin

    (@wplovin)

    Glad you’ve figured this one on your own, hope you enjoy Pisces.

    Tom

    Theme Author wplovin

    (@wplovin)

    Hello,

    I haven’t noticed such behavior. Could you please specify the version of IE you’re trying it on?

    Also, if you have installed any other plugins, there might be some JavaScript conflicts (old plugins sometimes do JS things not the way they’re supposed to do them :)).

    Tom

    Theme Author wplovin

    (@wplovin)

    Hey,

    Yup, that’s how theme layout is built. For now, there’s no option to allow that, and you’d need to create a child theme with some modifications to make this work.

    Tom

    Theme Author wplovin

    (@wplovin)

    Hello,

    Glad you’re enjoying Pisces.

    Different background images for different posts / pages are not available.
    The thing is, that WordPress itself doesn’t have this kind of functionality by default, meaning that this would require some kind of plugin (or custom-tailored solution) to pull off different backgrounds.

    Personally, I want to keep wplovin themes as clean and as WordPress-compatible as possible, that’s why I’ve decided not to go with this type of built-in solutions.

    Tom

Viewing 15 replies - 1 through 15 (of 27 total)