inkthemescom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] No apostrophe in Feature Heading and content?Hi riis,
If you want use apostrophe in Feature Heading and content, please insert HTML number or HTML name for particular symbol.
To get HTML name or HTML code visit http://www.ascii.cl/htmlcodes.htm
Hi bennsbees,
Use this code to change the font color. You can change the color from red to your desire color by putting color name or hexadecimal code. For hexadecimal code visit http://www.w3schools.com/tags/ref_colorpicker.asp.slide-content.entry.fl h2.title a, .slide .slide-content.entry p { color: red; }Yes it is possible to have fewer than four feature images in footer. But it needs some customization. Its change the look of the theme. If you still want to do, please let me know.
Forum: Themes and Templates
In reply to: [ColorWay] Hide breadcrumbsThanks for using our theme.
Hi,
Please email us at enquiry@inkthemes.com.Forum: Themes and Templates
In reply to: [ColorWay] Remove widget from sidebarHi,
You can try to change in 960_24_col_responsive.css.
Reduce div width with 1% or 2%.
This may help you.Forum: Themes and Templates
In reply to: [ColorWay] Contact colorwayHi techmom101,
Please mail your query to enquiry@inkthemes.com.
Forum: Themes and Templates
In reply to: [ColorWay] Remove Blog on Front PageHi cozbaldwin,
Their is no any other way to do so, but in next update we provide this option.
Thanks for your suggestion.Yes first delete the current blog page and then again create it.
After that create menu.Forum: Themes and Templates
In reply to: [ColorWay] Configuring my front page blogging sessionHi shaunwong0311,
The theme displays latest post by default.
If you want to display some other type of post, for example you want to display post from a single category, then find the code given below in home.php file<?php query_posts('posts_per_page=3'); ?>change this line to
<?php query_posts('category_name=Staff Home'); ?>Change “staff home” to your category name
or give category ID,<?php query_posts('cat=1'); ?>If you only want your latest product review post to appears on your front page, then add some category to your latest post and use the above code.
Follow these steps to do so-
To create category go to
- Dashboard-> Posts-> All Posts.
- Now Edit any post
- Find option “Categories”
- click on Add New Category text
- Write your category name for example ‘latest post’
- Now click onAdd New Category button
Now Go to particular post which you want to display on home page and check mark ‘latest post’ category and update the post.
Now the code used for this particular category is<?php query_posts(array( 'category_name' => 'latest-post', 'posts_per_page' => 3 )); ?>‘posts_per_page’ is to be used for the no. of post show in home page, you can change it to some other no.
You can also visit these links to get more details about the code used for this.
http://codex.wordpress.org/Function_Reference/query_posts
http://codex.wordpress.org/User:JamesVL/query_postsI think this may resolve your problem. if not them mail us at enquiry@inkthemes.com.
Forum: Themes and Templates
In reply to: [ColorWay] Remove widget from sidebarHi,
If you want to change the structure this will take some time and customization of whole style-sheet to get the perfect theme structure.
Hi techmom101,
These settings are OK but their is one problem that when you on the home page, the home page link not shows that the page is to be activated, e.g. visit some other page, when some other page was active, Menu color was changed.
I think you can try one thing.
Re-create blog page, and create another custom menu in menus, save the settings.This may resolve your problem. If not then email your queries at enquiry@inkthemes.com.
Forum: Themes and Templates
In reply to: [ColorWay] Remove widget from sidebarHi,
Use this code, this may resolve your problem.If not please let me know.
.logo { display: table; margin-left: auto; margin-right: auto; } .header .menu-bar { display: table; margin-left: auto; margin-right: auto; } .home_page_blog .grid_16.alpha{ width:100% !important; } .home_page_blog .grid_8.omega{ display:none; } #menu .sf-menu li { text-transform: lowercase; } .grid_24.content .grid_16.alpha{ width:98%; } .grid_24.content .grid_8.omega{ display:none; }Forum: Themes and Templates
In reply to: [ColorWay] Gallery displaying as a single columnHi DMEQD,
We have got your concern, you are requested to re-create your gallery page,
and remove one of your double “Home” menu from Dashboard->Appearance->Menus
Select “Main Menu” and delete your “Home” menu from the menu lists then save menu,
If problem persists you can either visit our support forum at http://www.inkthemes.com/community/forums/colorway-wordpress-theme.2/
or email your queries at enquiry@inkthemes.com
to get better solution for your query.Forum: Themes and Templates
In reply to: [ColorWay] Slider SpeedHi BKWA,
The premium version of colorway you are using not have this option. We added this option in later premium version of colorway.
You can ask theme related issues in inkthemes community forum at http://www.inkthemes.com/community/
We mark this topic as resolved.