themeofwp.com
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Add a widget to headerIt should work without original social media and contact buttons. Maybe you should contact theme author for the modifications.
Forum: Themes and Templates
In reply to: Looking for a theme similar to……No problem. Enjoy it.
Forum: Themes and Templates
In reply to: [Maskitto Light] An Image, beyond the boarders?Hey there, happy new years!
Forum: Themes and Templates
In reply to: [Maskitto Light] An Image, beyond the boarders?.navbar-brand {
position:absolute;
top:8px;
}Forum: Themes and Templates
In reply to: [Enigma] Add a widget to headerI’m giving you a modified versions of the header.php and functions.php
header.php http://pastebin.com/C3DX3bGK
functions.php http://pastebin.com/9NeaRx1Tkeep backup your original theme files. But keep in your mind header right social and contact info won’t work with my modifications. Instead of them a header widget will work on the right side of the logo. So this way you can use anything in the right side area.
Forum: Themes and Templates
In reply to: Text align to top of Amazon Enhanced link?🙂 no problem! enjoy your theme!
Forum: Themes and Templates
In reply to: [Maskitto Light] An Image, beyond the boarders?Also you can play position with top: 8px; change with your value.
Forum: Themes and Templates
In reply to: [Maskitto Light] An Image, beyond the boarders?Then find the .navbar-brand and add it to position: absolute; that’s it.
Forum: Themes and Templates
In reply to: How to install a theme@mclarenfan you should find a hosting provider or upgrade your hosting service with PHP + MySQL supported one. Or contact your hosting provider fort this issue.
Forum: Themes and Templates
In reply to: [Enigma] Add a widget to headerappropriate area can be left of the navigation or right of the logo here would you like to appear it you should place it.
Forum: Themes and Templates
In reply to: [Maskitto Light] An Image, beyond the boarders?Hi, you used theme hould have theme options at least logo area.
https://wordpress.org/themes/maskitto-light/
When I previewed the theme ther is a logo in the right side. Before the attempt with css you should check theme options for this theme.
But you can use this in your style.css:
.navbar-brand {
background-clip: border-box;
background-color: rgba(0, 0, 0, 0);
background-image: url(“http://www.naturkraut.at/LOGO_Fotolia_80798151_S.png”);
background-origin: padding-box;
background-position: 0 0;
background-repeat: no-repeat;
background-size: contain;
height: 114px;
width: 173px;
}it will looks like http://imagizer.imageshack.com/img907/9043/GWayQS.png
Forum: Themes and Templates
In reply to: Looking for a theme similar to……This type themes called “Magazine” style Maybe you can search within themes repository as magazine and you can find apropriate theme for you.
Forum: Themes and Templates
In reply to: [Maskitto Light] An Image, beyond the boarders?Hi there,
yes it’s possible with:
.mainwrapper {
background: url (‘http://www.naturkraut.at/example_img.png’);
width:100%;
height:100%;
display:block;
}or something like this.
Forum: Themes and Templates
In reply to: theme similar to halliburton websiteThis type themes called name as “Magazine” you can search within themes as magazine. Maybe this helps to you.
Forum: Themes and Templates
In reply to: [Hueman] Number of blog posts showing on homepage and Next pageHey there,
Just find this file:
http://www.ilovetrancemusic.com/wp-content/themes/hueman/style.css
on 845 and change it by one:
.post-list .post-row {
border-bottom: 1px solid #eee !important;
float: left;
margin-bottom: 30px !important;
margin-left: -30px;
padding-left: 30px;
position: relative;
width: 100%;
}or add !important to what you seen above. Your issue will be resolved 🙂