codeManiac
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image won't resize on MobileHi FranΓ§ois !
Happy new year and congratulations for the new house !
For the problem you have go to dashboard => appearence => editor and choose style.css file and paste this code in the end and your problem will be solved
img { width:100%; }Cheers π
Forum: Themes and Templates
In reply to: Centre Align page author, category, date publishedHey cassiez803 !
Happy new year π
Nice website. I quickly got hungry when I saw the cookies :p
Ok the solution is as follow: In your style.css file paste the following.site-content .entry-meta { margin-left:0; }If this works as you want it to, I get a free advice about travel and dinning :p
Cheers π
Hey Advertisewale !
Do you still have FTP access? if so can you paste from line let’s say 18 to 25 from your functions.php file ?
Cheers !
Forum: Themes and Templates
In reply to: How to Remove Footer Theme Credit and WordPress Creditit’s style.css file , Appearence > editor and there paste the code in the bottom π
and no when u r done with the code part , it’s enough, you don’t need to do anything else π
Forum: Themes and Templates
In reply to: How to Remove Footer Theme Credit and WordPress CreditHey Gerald !
if you want to remove the footer a simple solution is
#site-generator {
display: none;
}but this will still show up when you do “view page source” and this isn t the only thing that shows but I can find what’s your theme name which is attitude theme http://imgur.com/2KSflAR
so you may also want to change your theme name too
Cheers
Forum: Themes and Templates
In reply to: [Quest] Blog page Featured image resizeHey nestro !
Try with settings in your dashboard !
Another solution is to use Regenerate thumbnailsCheers !
Forum: Themes and Templates
In reply to: Sidebar Box makingπ You are welcome ! Feel free to let me know when you need anything else
Good luck with your websites π
Forum: Themes and Templates
In reply to: Sidebar Box makingDo you still have the sticky menu plugin on the website we r dealing with now? if so uninstall it because this 2nd case has a completely different approach from the 1st one of the plugin.
remove it and see if it works now only with the css codeForum: Themes and Templates
In reply to: Custom Page BuilderThe only thing you must consider is the ones with the highest number of users π
Forum: Themes and Templates
In reply to: Sidebar Box makingok just add !important which means it becomes like that
.myfixed { background : #363636 !important; }and here is the result http://imgur.com/EIZVWkI π
Forum: Themes and Templates
In reply to: Sidebar Box makingI do this everyday as work am a freelancer and I learnt that with hard work :-). You can learn too , its easy but takes time and practice :).
The header problem can be solved with the following in style.css.myfixed { background : #363636; }and yeah feel free to ask. I would be happy to help you succeed with your online presence π
Forum: Themes and Templates
In reply to: Sidebar Box makingEvery theme has its own classes and IDs , a solution that works on 1 may not work on the other even because of a simple reason which is difference in class names.
The 2nd theme uses bootstrap framework and in order to get a fixed top header open header.php and look for
<nav class="navbar navbar-default" role="navigation">then add navbar-fixed-top class to make it look as follow
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">and in your style.css add
site-content { padding-top: 50px; }Forum: Themes and Templates
In reply to: [Lovecraft] Change BG category titleNo problem man ! it happens to anyone :). Let me know when you need anything else π
Forum: Themes and Templates
In reply to: [Lovecraft] Change BG category titleis that what you want ? http://imgur.com/hkOS0pO
If that’s the case just add the following to your style.css file π
.page-title {
background: rgba(255,255,255,0.7);
}let me know if that’s what you wanted to do π
Forum: Themes and Templates
In reply to: [Lovecraft] Change BG category titlehey webblish !
I would be happy to help you but you need to help me too by providing a link to your categories pages. I checked http://www.webblish.nl/ and I can’t find more than 2 pages , the home page and contact page
Cheers !