Stephen Cui
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Voyage] remove date from postsI am the theme author.
.entry-date {display: none; }
BTW – please use the dedicated support forum. I am no problem you remove credit.
Let me know if it solves problem
Forum: Reviews
In reply to: [Voyage] Alot of paid functions for freeThank you for the review.
Forum: Themes and Templates
In reply to: [Voyage] Know Issue (php warning)Thanks for the compliment.
Forum: Themes and Templates
In reply to: [Voyage] Know Issue (php warning)The old version has a small bug that ignores users’ custom background color. 1.1.2 fixed it.
In order to get it default color back, simply remove it.
Please see this article for more coloring tips.
http://www.voyagebc.com/a-simple-guide-of-changing-color-scheme/
Also please give me your site url for me to provide better help.
Forum: Themes and Templates
In reply to: [Voyage] Know Issue (php warning)The site is back and new version will be ready soon.
Forum: Themes and Templates
In reply to: [Voyage] Drop Down MenusThe dropdown menu uses JQuery. Sometime other plugin will cause conflit.
Anyway ColorBox JQuery will be included in next release 1.1.6 which will be available shortly. You will have the option not to use it also.
Forum: Themes and Templates
In reply to: [Voyage] Know Issue (php warning)Version 1.1.6 will be available for download shortly.
Forum: Themes and Templates
In reply to: [Voyage] Column and carouselThe confusion coming from Columns:
1. Column for the Grid System: This is used for designing you site’s layout (i.e. Home Page widget area 1: 12 columns)
2. Recent Post (Voyage) widget’s columns: This is used to display post summaries/contents for multiple posts (since we only display 1 post, we set it to 1).
3. Column short code within a post. This allows multiple-column layout for a single post/page.
Did I make you more confused? I will write more tutorials so users will appreciate the “complexity” of Voyage Theme. 🙂
Forum: Themes and Templates
In reply to: [Voyage] Column and carouselFor the first parameter: Home Page Widget 1’s width;
http://www.voyagebc.com/home-page-layout/
Please see the documentation for Home Page Layout. As you can see the layout of theme’s layout can be changed easily. For your setting, just enter 12, 4, 4, 4 for now.
The second parameter is No Of Columns for Recent Post (Voyage) widget. The default is 1 already.
I guess my Theme is “most complicated” because it is feature-rich.
Hope it helps.
Forum: Themes and Templates
In reply to: [Voyage] Column and carouselSet width of Home Widget 1 to “12 Columns” (i.e. Full Width) in Theme Options > Layout
Recent Post (Voyage): Number of Columns: 1
As the blog post has three columns, it should show up nicely.
Currently this widget does not support pages or select a specific post of ID. I will consider support it in the future.
Hopefully you like the theme.
Forum: Themes and Templates
In reply to: [Voyage] GalleryI used ColorBox JQuery plugin instead of JetPack. I submitted v1.1.3 to WordPress but it was rejected due to some minor issue according to WordPress review standard. I submitted v1.1.4 and hopefully they can approve it quickly.
Anyway I uses standard WordPress shortcode [gallery] with some JavaScript in the theme. In the meantime, you may use the a plugin called ColorBox Plus. I’ve not tried yet.
Forum: Themes and Templates
In reply to: [Voyage] Know Issue (php warning)Please note it is just a warning. You may not noticed anything depending on your settings.
Forum: Themes and Templates
In reply to: [Voyage] Column and carouselDo you have the latest version? It has a minor issue. See know issue topic for solution.
Here are some steps:
Carousel needs 2 or most posts in order to move.
In Home Pages option tab, select Featured Posts style and other options to select the posts. Hint: Use WordPress’ sticky post.
Now the 3-columns page under Carousel:
1. Create a post (simply the copy the content from the page you created) and assign it with special Category (e.g. ABCD ).
2. Set the width of Home Widget 1 to 12 columns.
3. Use Recent Post (Voyage) widget. Select category ABCD and number of post: 1, Intro Text: content. No need for Widget Title.Your 3 column-post will be displayed in full width.
Forum: Themes and Templates
In reply to: [Voyage] Column and carouselUnfortunately my theme is labeled as “most complicated” theme. Voyage Theme is designed to be feature-rich and easy to use. I am sorry I did not have enough documentation to help you.
Anyway, for your question:
1. I assume you have same content for different languages. Therefore you want to include theme in a single page. It is possible to do it for a page or post. No widget is required. You can simple use shortcode included in the theme.[one-third] You contents for column 1[/one-third]
[one-third] You contents for column 2[/one-third]
[one-third] You contents for column 3[/one-third]2. Currently, the carousel will only include <b>Sticky<b> Posts. It is recommend to have <b>Featured Image</b> for this type post but it is not required. The image should have the same height and is wider than you grid width (e.g 960px) You can play around for best results.
In version 1.1.2, you can select by category. Version 1.1.2 was approved last week but WP forgot to add in the directory. Hopefully someone will sync it to extend directory today or tomorrow.
Forum: Themes and Templates
In reply to: [Voyage] GalleryIn v1.1.3, there will be an option to use ColorBox JQuery since many users asked for it.