inkthemescom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] Editing "From The Blog" section on home pageHi,
For Editing in “From The Blog” section on home page, You need to customize theme file.
To do this find home.php file in theme folder, open this file with notepad/notepad++. Find this code in file
query_posts('posts_per_page=3');
Change no. of post from 3 to desired no. of post.And to control the size of the featured image use this code
img.postimg.wp-post-image{ width:50px; height:50px; }This may resolve your problem. If not please let me know.
Thankyou
Forum: Themes and Templates
In reply to: [ColorWay] How do i change my blog layout at the home page?Hi imaginelynn,
We think that you try to make your blogs on home page may look like feature boxes and text as shown on home page.
If I right then you need to customize your home page, if not then please let me know more about your problem.You can try to set featured images for your blogs which looks similar to the feature boxes.
To set featured image go on Dashboard -> Posts click on any post, them find option “Featured Images” now you can set featured image, updated the post.
This may help you.
Forum: Themes and Templates
In reply to: [ColorWay] Remove home top feature imagehi clynngardner,
Put this code in Appearance -> Theme Option -> Styling Option -> Custom css
Set the width in % or px,#content .one_fourth img{ width:50% !important; }This may help you. if not please me know.
Forum: Themes and Templates
In reply to: [BlackBird] How to remove blackbird updates on homepageHi rshaw876,
For your information, the contents in the theme can be replaced by your’s from Dashboard->Appearance->Theme Options
All you have to do is just place your contents in various fields appearing in Theme Option Panel.This will resolve your issue,
Do let me know if you need further assistance,
Forum: Themes and Templates
In reply to: [ColorWay] Hide breadcrumbsHi almalaci,
You just have to do some customization.
Find functions.php file in theme root folder and put the following code below this lines/* --------------------------------------------------------------------- */ /* Styles Enqueue */ /* --------------------------------------------------------------------- */ function colorway_custom_css() { if (!is_front_page() && !is_home()) { ?> <style type="text/css"> #crumbs, .sl h1, .content-info{ display:none; } </style> <?php } } add_action('wp_head', 'colorway_custom_css');This may resolve your problem.
Forum: Themes and Templates
In reply to: [ColorWay] Delete block qoute and block quote imageHi Chauny,
Just put the following code into Dashboard-> Appearance -> Theme Option -> Styling Option -> Custom css
blockquote.home_blockquote { display: none; }this code may resolve your problem.
Forum: Themes and Templates
In reply to: [ColorWay] Update for Colorway after WP 4.1 updateHi waarheidzoeker and samiaaron,
Can you provide the version of colorway you are using and provide more information about your issue.
Thanks
Forum: Themes and Templates
In reply to: [ColorWay] Can´t change permalinks optionHi ferienhauslp,
By default WordPress uses web URLs which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.
To learn more about custom structure of permalinks visit this link
http://codex.wordpress.org/Settings_Permalinks_ScreenThis may help may you to resolve your problem.
Forum: Themes and Templates
In reply to: [ColorWay] Hide breadcrumbsHi almalaci,
Use this code, instead of previous
.content-info{ display:none; }Forum: Themes and Templates
In reply to: [ColorWay] PO. archive for translating into germanHi ferienhauslp,
.Po file is not available with this version of theme. We will add .PO translation file in our next update, which will be available very soon.
Sorry for inconvenience.
Forum: Themes and Templates
In reply to: [BlackBird] How to remove blackbird updates on homepageHi,
Try this code..flex-caption, .circle{ display:none !important; }This will hide both the boxes and content circles.
Forum: Themes and Templates
In reply to: [ColorWay] Change the color of the footer and the menu hooverHi michello,
You just put the following code to your custom css, save it and see the changes.If you want to change colors find you color hex code and replace with the existing.
#menu .sf-menu li li a.selected, #menu .sf-menu li li a:hover { background:#0082b2; } #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover,#menu li.current_page_item a, #menu li.sfHover, #menu li.sfHover a, #menu .sf-menu li li{ background:#55b7db; } .footer-container{ background:#55b7db !important; } .footer-navi{ background:#0082b2 !important; }This may resolve your problem.
Forum: Themes and Templates
In reply to: [ColorWay] Hide breadcrumbsHi ,
Put the following code into custom css. This may resolve the problem.
#crumbs, .sl h1{ display:none; } .content-info{ border:none; }Forum: Themes and Templates
In reply to: [SaleJunction] Pictures not displayed on Feature ProductsHi 01010011 and 2205061096,
To show the image above the product description you have to set the featured image in your post. For this you edit your post find box Featured image click on
Set feature image
, then update the post. Now your post have picture.
I think this may resolve your problem.
Hi worldchangecreators,
Just go to Dashboard-> Appearance-> Widgets
Now drag and drop options to first, second, third and fourth footer widgets area. Now refresh your website, you see the difference.