helplisa
Forum Replies Created
-
Forum: Installing WordPress
In reply to: need help ( installing wordpress on website panel )Hi rahmatillahi.hamidreza,
Did you figure out the issue? I am haveing the same problem as you.. ??
Let me know what i can use with website panel for wp-config.php?
Right now my settings are:
define(‘DB_NAME’, ‘wordpress’);
/** MySQL database username */
define(‘DB_USER’, ‘i am using here login name of website panel’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘same password as which i have used for login on website panel’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);Please let me know if you have solved it?
Forum: Themes and Templates
In reply to: using rollover images for navigation menuI am trying to do this .. dont pick up images at all.
.sidebarmenu #menu-item-21 a { background-image:url('images/new.jpg'); } .sidebarmenu #menu-item-21 a:hover { background-image:url('images/new.jpg');}
Forum: Themes and Templates
In reply to: Menu Rollovers with multiple images using CSSI am trying to same thing as Eleanorha been trying.
Joshua.. Can you help me on this..
.sidebarmenu #menu-item-21 a { background-image:url('images/new.jpg'); } .sidebarmenu #menu-item-21 a:hover { background-image:url('images/new.jpg');}
.sidebarmenu #menu-item-22 a { background-image:url('images/new.jpg'); } .sidebarmenu #menu-item-22 a:hover { background-image:url('images/new.jpg');}
.sidebarmenu #menu-item-23 a { background-image:url('images/new.jpg'); } .sidebarmenu #menu-item-23 a:hover { background-image:url('images/new.jpg');}
.sidebarmenu #menu-item-24 a { background-image:url('images/new.jpg'); } .sidebarmenu #menu-item-24 a:hover { background-image:url('images/new.jpg');}
It not taking any images any help?
Thanks!
Forum: Fixing WordPress
In reply to: How to: Change edge of the page style.Solved..! for those who are looking to do same.
I have created DIV at bottom letsay named pageborder.
than just give it a background image using this
#pageborder { background-image:url(images/border-bottom-main.png); background-repeat:no-repeat; height:50px; width:941px; float:left; background-position:fixed; }
Done!
Hope this helpsForum: Fixing WordPress
In reply to: How to: Change edge of the page style.Just noticed on the link I gave you before they have that border at bottom in footer area. I want it at end of main content area.
Forum: Fixing WordPress
In reply to: How to: Change edge of the page style.Hi Alchymyth,
I am hosting my website on a local host.Here is sceenshot to look at:-
https://postimage.org/image/ll5mig81t/Any help?
Thanks!
Forum: Plugins
In reply to: vertical image menu pluginAnyone please.. !
Forum: Fixing WordPress
In reply to: add image below sidebarby just adding div or text bar under menu.
Forum: Fixing WordPress
In reply to: Help with PHP (if, elseif, else) StatementsAnyone..??
Forum: Fixing WordPress
In reply to: Help with PHP (if, elseif, else) Statements<?php if (is_category('lightbox')) { <br /> }; ?>
I learned this much from this post.
I have created posts for different lightboxs.
For lightbox post i have catagory called ‘lightbox’ When i click on link.
It opens whole post with header and sidebar and everything.
I was wondering if we can hide header, sidebar, footer everything except that post data. That would be great…
Please let me know if its possible and how can i achive this.
Thanks a ton.
* I am using twenty eleven theme.
Forum: Plugins
In reply to: Lightbox with E-commerce buttons compatibilityOr Is there anyhow i can make lightbox popup using just HTML and CSS with plugin.
I need those shopping thing just as a button than i can link it to amazon or B&N. but i dont know how to.
Does anyone know any plugin that let you use whole HTML, CSS code to create lightbox thing.?
Thanks
Forum: Themes and Templates
In reply to: Edit Navigation bar in Twenty Eleven theme!hahaha.. isnt it.. ??
Thanks deepbevel anyways…
Forum: Themes and Templates
In reply to: Edit Navigation bar in Twenty Eleven theme!Deepbevel, Found simple plugin
https://www.ads-software.com/extend/plugins/accordion-image-menu/
??
This totally works for me …Forum: Themes and Templates
In reply to: Edit Navigation bar in Twenty Eleven theme!Nice… With that Last code got it working on A:Hover.
Need to figure about about diffrent IDs images… Will keep u posted as done…
Thanks deepbevel.Forum: Themes and Templates
In reply to: Edit Navigation bar in Twenty Eleven theme!None of them worked for me
I have tired using
#access ul li { background-image: url(https://wpweaver.info/downloads/fade.png);}
or
#access ul li menu-item-49 { background-image: url(https://wpweaver.info/downloads/fade.png);}
Nothing works. ??
Here i took screenshot and this is something how my code looks like. I dont know if that make any changes or not but i am using Twentyeleven child theme – Called three menus.screenshot of my code:
https://postimage.org/image/wwl1y78zl/Its hosted on localhost.
Thank you deepbevel. for you help. And esmi I will make sure from next time for sure.