ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pitch] Projects don't work after domain changedHello again!
I think is a good idea to check your database for old url entries. Check this article:
http://codex.wordpress.org/Changing_The_Site_URL
Database is not my strongest point you know, but I hope it helps you to start to solve your problem.
🙂
Forum: Themes and Templates
In reply to: [Hueman] Customize the theme- move leftside pannel to right sideNo problem! Let me know if you need a help in the future 😉
Forum: Themes and Templates
In reply to: [Minamaze] Change Date format in PostsIs possible. So you need to try the child theme system 😉
Forum: Themes and Templates
In reply to: [Minamaze] Change Date format in PostsYou can use this plugin to translate your theme:
https://wordpress.org/plugins/codestyling-localization/
Hope it helps.
Forum: Themes and Templates
In reply to: [Hueman] Customize the theme- move leftside pannel to right sideActually you don’t need. But it helps.
Forum: Themes and Templates
In reply to: [Fruitful] Custom Page LogoAfter or before?
To get the navigation after the image you need to modify the header.php file. But It can be tricky.
If you want to do it, create a child theme to avoid problems.
Hope it helps.
Forum: Themes and Templates
In reply to: [Minamaze] Change Date format in PostsHm… So I think you need to modify your theme files. Create a child theme, find the files that have the date code and replace them as you need.
http://codex.wordpress.org/Child_Themes
Let me know if I can help you any further.
Forum: Themes and Templates
In reply to: [RedLine] Editing sidebarForum: Themes and Templates
In reply to: [Fruitful] Custom Page LogoGot it!
To do that you need to paste this code on your custom css form:
body.page-id-726 img.logo{ display:none; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Minamaze] Change Date format in PostsNo need to change on your theme. 🙂
Go in “Preferences ->General”.
Forum: Themes and Templates
In reply to: [Hueman] Customize the theme- move leftside pannel to right sideHello!
Can you please provide your site url? Thanks!
Forum: Themes and Templates
In reply to: [Minamaze] Change Date format in PostsHello!
Take a look at this article:
http://codex.wordpress.org/Formatting_Date_and_Time
It will help you on this. 😉
Forum: Themes and Templates
In reply to: [Virtue] Text in SliderHey @hannah more simple that I thought… Nice to know. Thanks 🙂
Forum: Themes and Templates
In reply to: [Virtue] Text in SliderThats simple!
Just paste this code on your custom css form:
.flex-caption{ display:none; }Let me know if it works.
Forum: Themes and Templates
In reply to: [Fruitful] Custom Page LogoGot it.
Well, there are 2 ways to do it so:
1) The hard: you have to change the blog structure to move the header to top.
2) The easiest: you can remove the logo at top and the image at right. So you will have only the header. The catch: your menu will be always on top of the banner. But here I found a problem: you are using the css class “logo” on two places. You have this class on top logo AND on your header. So the css code I will provide won’t work. To make this happen you need to change the banner class “logo” to another name.
Do it an let me know. So I can help you on this 😉