ellp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [F2] Change width of just one of the sidebars?Hello!
Can you send the link of your site? It’s easy to see whats happening.
Forum: Themes and Templates
In reply to: How create this type of startpageHello Again!
Jefman, if you have some programming moves uhn??? ??
Why can you create a new widget area below to the header? So you can stick anything you whant here…Forum: Themes and Templates
In reply to: [Spun] Problems with images behind text in circlesWeaserPr, Andrew is right. Sorry I didn’t see the css :/
Forum: Themes and Templates
In reply to: [Vortex] Header logo and imageHello!
Did you try to use the css command: z-index?
Forum: Themes and Templates
In reply to: [Quark] Move social media icon to footerHello!
Can you send the link of your site? Its easy to see what you need. ??
Forum: Themes and Templates
In reply to: [Untitled] Remove/Hide sticky post title and date?Hello!
You can use css to hide the post title and the date, hide all the sticky post.
Can you send the link of your site? It will be easier to help you.
Forum: Themes and Templates
In reply to: Resizing background imageHello!
Can you send the link of the image?
Hello!
I would use the following code…
On css:
@media only screen and (min-width: 768px) { /* tablets and desktop */ .hide-from-cel{dislay:none;} } @media only screen and (max-width: 767px) { .hide-from-desktop{display:none;} }
On {name-your-page}.php:
<img src="image-for-desktop.png" class="hide-from-cel" /> <img src="image-for-cel.png" class="hide-from-desktop" />
Forum: Themes and Templates
In reply to: my horrible css code has broken my siteHello lavellecreative!
I’ve looked here and seems fine. What browser are you using to test?
Forum: Themes and Templates
In reply to: [Alexandria] How to change the blue or red skin to purpleHello jlewis54!
Can you send your site URL? So I can take a look and help you better ??
Forum: Themes and Templates
In reply to: [Spun] Problems with images behind text in circlesHmmm did you use a CSS reset?
* { margin:0 0; padding: 0 0;}
Forum: Themes and Templates
In reply to: [Customizr] Align Center Logo and menu barHello Leothecat;
I’ve took a look at your site. Your theme is not so simple to make what you need. Is needed some changes directly on the theme to make it work.
[ Solicitation deleted, these forums are not for attempting to find work ]
Forum: Themes and Templates
In reply to: How create this type of startpageHello Jefman,
It can be done in two ways:
1- The not so easy: create an image with the text and stick to the home page.
2- The hardiest: create a code that allows to you to insert any kind of text to the yellow space. That yellow space will be a editable html block.
It can be done with any theme actually, but you need to know some web programing to do it.
What is the theme you are using?
Forum: Themes and Templates
In reply to: [Decode] Image on headerHello youhavemyword!
You mean change the blue rainbow to the left of the site. Is that correct?
Forum: Fixing WordPress
In reply to: Password always has to be resetedUp