Giter Club home page Giter Club logo

siteorigin-unwind's Issues

Masthead Widget area

The Masthead widget area that works in a similar manner to the Vantage Masthead Widget area. It would remove the logo and the site description (if enabled) and in its place, the contents of the widget area would be output.

That would give users a large amount of control over that area if desired, more than we could ever actually use and it'll give a lot of power to those that use the layout builder widget.

Suggested here.


What are your thoughts on calling it masthead or header? The former feels more consistent with Vantage and may prove to be consistent to those transitioning from Vantage.

WooCommerce Price suffix doesn't get branding accent applied to it

The price suffix, in this case for tax, doesn't have the branding accent applied to it so it stands out more than it should. Oddly, the quick view doesn't have this problem:

To clarify, the suffix is nested inside of .price inside a small with the woocommerce-price-suffix class attached (.price .woocommerce-price-suffix).

Home Page Slider: Add a default off image overlay setting

Add a default off setting to enable an image overlay for the home page slider. Let's start with #0000 at 50% opacity and test from there. The overlay would be a suitable option for users with mostly light images where the white text doesn't stand out properly.

Search results and featured images

How do you think we can design the search results for posts that do not have a featured image?

  1. we can have these posts aligned to the left.
  2. we can have the users upload a fallback image in the settings.

Sharing in single posts

To add sharing buttons for single posts, I can see 2 ways we can go about it.

  1. we add our own sharing buttons.
  2. we can use Jetpacks Sharing module.

I vote for Jetpack. Gives the users more control over services and the UI. (and less coding for us.. hehehe)

WooCommerce Template Tags: Fatal Error

/woocommerce/template-tags.php on line 39 if WooCommerce isn't activated. We could solve this in functions.php by wrapping the WooCommerce functions file in a conditional. So check to see if Woo is activated before running the WooCommerce functions file.

WooCommerce: Add Gallery to Quick View

The Quick View having the product gallery also would be a nice touch. Here's a quick (and super rough) mockup:

Spacing and design obviously undecided.

Homepage slider

  1. For the query, we can use Jetpack's Featured Content. This is what has been done in the components magazine starter theme.
  2. We can add an option to exclude the posts in the slider from the posts query.
  3. Is there a script you have in mind to use for the slider?
  4. We can add a Front Page template which has the slider on top by default.

Font Settings: Site Title

Consider adding a font-family setting for the site title. Alex keen for us to add a site title color too. I'm concerned about opening the door to too many settings. Keen to add the font-family for the moment. @adiraomj thoughts.

Related posts in Single Posts

To add related posts, we can either

  1. Add support for YARRP
  2. Use our own query. Something like,
$args=array(
    'tag__in' => $tag_ids, // We can also use category__in
    'post__not_in' => array($post->ID),
    'posts_per_page'=>3,
    );
$my_query = new wp_query( $args );

What do you think?

Mobile theme menu bug

Hi guys, i installed your unwind theme. Firstly thank you very much for this kind of free source. But I should inform you about the bug when i accessed my wbesite on mobile devices, Mobile device original browsers and other browsers such as Chrome, Firefox are also showing some bugs in the theme when i clicked on the menu button , after opening menu there are my pages and menu sections, there the number of cart menus are increasing and decreasing and when i clicked on the electronics menu arrow to open sub menu under it sub menu is automatically opening and closing in seconds after trying 3 4 times it is working. and this bug is always happening. I thought problem maybe with my confguration on my wordpress. but i tested this on the demo on your siteorigin website and the same bug also exists there. I checked in seveeral mobile devices by different manufacturers and it happens with all of them. So can you check it out and fix that or make some instructions to fix . I uploaded some screenshots below. Thanks in advance

screenshot_2017-02-04-05-53-16
screenshot_2017-02-04-05-53-20

Page Settings

Which page settings do you think we should add to the theme?

  1. Layout : default, full-with, no-sidebar and full-width no-sidebar.
  2. Page title : display or not?

What do you think? Any others to add?

Disabled add to cart button isn't reflected in quick view for variable products

If the add to cart button is disabled for a variable product and the user opens the quick view, they'll be able to click the add to cart button. Upon clicking it the page will reload and a WC Notice error message which will state either: "no options selected" or "you cannot add x product because it's unavailable".

Product Page:

Quick View:

Resulting message:

Blog Settings: Post Meta

Not sure how much detail we want to add here. We could have a setting for each post meta item. Date, categories, tags. Actually, not too bad.

Add Image Post Format Support

Add image post format support. Very similar to gallery and video:

image โ€“ A single image. The first tag in the post could be considered the image. Alternatively, if the post consists only of a URL, that will be the image URL and the title of the post (post_title) will be the title attribute for the image.

WooCommerce #content spacing issues when few products are visible on archive pages

Create and add a unique tag (or category) to a product then view the tag/category. You'll notice that the image is on the far right and the image is very small. This is due to the width of the #content area being based around the contents (to a point) rather than a set defined percentage based width of both the content and sidebar areas. I understand why this was done but there needs to be a minimum maintained to avoid this.

What it looks like:

What it should look like:

This likely also happens for the shop page when only a single product is present.

Implement the custom header

@adiraomj I think this theme could accommodate a custom header. Should we make it just the background behind the logo/site title at full-width?

Cloning error

I cloned the repo on my system. The following error popped up

The submodule at "inc/panels-lite" points to commit "3d5f24484ddc7a798575fe20613aee99c5bbe3df", which does not exist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.