inkthemescom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Black Rider] Help me option footer_container to originalHi badboyloveu1991,
Can you describe me some more details about your issue.Forum: Themes and Templates
In reply to: [BlackBird] How to remove blackbird updates on homepageHi rshaw876,
The box you have seen in home page is the default text box for slider.
This is an extra feature added in new update.If you want to set this go to Dashboard->Home Top Feature->Home Top Feature Heading write some text, save it and refresh your website you can see the difference.
If your want to hide this box then put the following code in custom css.flex-caption{ display:none; }Similarly in footer we set default footer widgets. You set footer widgets to remove default one.
I think this may resolve your problem.
Forum: Themes and Templates
In reply to: [ColorWay] no default home page linkHi de6,
Your site is not open.
I think you re-install the theme again and check again.
This may resolve your issue.Forum: Themes and Templates
In reply to: [ColorWay] Center my LogoHi ladybuggs and almalaci,
If you want to align your logo, then put the following code into your custom css. The alignment of logo is to be changed by changing attribute value of text-align e.g. center/left/right
.logo{ text-align: center; } .logo img { max-width: 100%; height: auto; }And sorry but there is no any feature for adding something to the top.
For this you have to customize theme.Forum: Themes and Templates
In reply to: [Themia Lite] responsiveHi hansholland,
Sorry for inconvenience,
For your information, we have not provided this feature in our Lite version of this theme yet, but we are looking forward to provide this feature in our next update.
We are pleased to inform you that update version with responsive feature will be available with in a week on https://wordpress.org/themes/themia-lite/.
Your patience will be appreciated.
Thanks!
Forum: Themes and Templates
In reply to: [ColorWay] Front Page Blog SizeHi Timeless Tavern,
for blog size customization put the following code into custom css this may resolve your problem.logo img{ max-width:100%; height:auto; } @media only screen and ( min-width: 768px ){ .home_page_blog .grid_16.alpha { width:49%; } .home_page_blog .grid_8.omega { width:49%; } }Sorry there is no way to play the video directly with video post.
Forum: Themes and Templates
In reply to: [ColorWay] Fourth homepage feature dropping downHi functioncreep,
I think that you put the following lines in some file which override existing css<link rel="stylesheet" id="bootstrap-styles-css" href="//netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" type="text/css" media="all"> <link rel="stylesheet" id="cpsh-shortcodes-css" href="http://suebdynamo.com/wp-content/plugins/column-shortcodes/assets/css/shortcodes.css?ver=0.6.6" type="text/css" media="all">Please remove this line to get the correct output.
If you are unable to find these lines then re install the theme to get the correct output.
Thanks
Forum: Themes and Templates
In reply to: [ColorWay] Logo not responsiveHi wm,
Thanks for giving us feedback and we fix this issue very soon.If your issue is not fixed then you put the following code given below in your custom css.
Thanks..logo img { max-width: 100%; height: auto; }Forum: Themes and Templates
In reply to: [ColorWay] Change background color for mbileHi jairoaraya01,
Put the code given below to
Appearance->Theme Option->Styling Option->custom css
it will resolve your problem..mean-bar, .mean-bar ul li{ color: #fff; background: #1E436A !important; }Forum: Themes and Templates
In reply to: [ColorWay] Colorway looks great on tablet but not on phoneThank you for using colorway theme
Forum: Themes and Templates
In reply to: [BizWay] How to remove info below featured areaHi Seb Alexander,
You just go to Dashboard->Appearance->Widgets
Now find options first, second, third and fourth footer widget area. Then just drag and drop widgets options to particular footer area, now give some title which you want to show in footer area and save it. Now open your website.Forum: Themes and Templates
In reply to: [BlackBird] v1.2.2 does not work with WP 4.0.1Hi Samuel Parsons,
V1.2.2 works fine with the new version of wordpress at the time of testing. It shows slider, feature boxes and other options as well.
Can you provide your website link and give brief information about your issue.Forum: Themes and Templates
In reply to: [ColorWay] Update for Colorway after WP 4.1 updateThank you for using our theme.
Forum: Themes and Templates
In reply to: [ColorWay] Update for Colorway after WP 4.1 updateHi,
Can you provide your website link so that we resolve your problem.
Forum: Themes and Templates
In reply to: [ColorWay] Colorway looks great on tablet but not on phoneHi fypp and AugustJM3
You can download the latest version of colorway theme and put the coding given below in custom css in your dashboard->appearance->theme option->styling option.
or simply put the code in custom css.logo img { max-width: 100%; height: auto; }