amircreations
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Viewing wordpress localhost from other pcthanks i just wanted to know why i can not read it from other pc, but i have seen it before a month ago at my friend’s company they installed it on a normal windows 7 platform using web matrix ,
Forum: Localhost Installs
In reply to: Viewing wordpress localhost from other pcthanks for your help
Forum: Localhost Installs
In reply to: Viewing wordpress localhost from other pci am installing it locally on my pc not web hosted server
Forum: Localhost Installs
In reply to: Viewing wordpress localhost from other pcno how do i do that?
thanksForum: Localhost Installs
In reply to: Viewing wordpress localhost from other pci tried this
define(‘WP_HOME’,’https://agpc:13958′);
define(‘WP_SITEURL’,’https://agpc:13958′);
but did not work,
forgive me i am not such a clever person in that, just i need your help,
i tried to understand that link,
but could not, since it is my first time installing it on my pc and trying accessing it from other pcs.
i used the windows firewall method inbound and outbound ports stuff
and still no result
thanks for your helpForum: Localhost Installs
In reply to: Viewing wordpress localhost from other pcthanks for your help again
believe me if i told you i did not understand,
lets say i want to change the localhost into agpc1
what are the steps please
thanksForum: Localhost Installs
In reply to: Viewing wordpress localhost from other pcok thanks, please give me a sample, or how can i do it
Forum: Localhost Installs
In reply to: IIS7 vs WAMPHi, thanks for help in advance
I have installed wordpress on my pc using IIS8 ( Microsoft WEBMATRIX )
and it works fine on the same pc
i want to view it from other pcs the same network ( the same lan ) but no use.
the installation goes here https://localhost:13985/
please help me to view it from other pcs on the same lan
thanks for your helpForum: Themes and Templates
In reply to: Contentville Venice Platform Themehi dear
you should not upload .rar file,
you should upload .zip so the server can extract the file
if you need my help. [email protected]
thanks
AmirForum: Fixing WordPress
In reply to: Change Width of a Single Postgood day!
well i also was facing this problem my posts width
anyway, solution is
in your style.csssearch for .post-wrap {
then under it you will see few code lines
here is my code for my page i share.post-wrap {
border: 1px solid #CDCDCD;
margin-bottom: 15px;
padding: 10px 10px 0 10px;
background: #F6F3EF;
}
you should add after( margin-bottom ) and make it like this.post-wrap {
border: 1px solid #CDCDCD;
margin-bottom: 15px;
margin-left: -70px;
margin-right: -70px;
padding: 10px 10px 0 10px;
background: #F6F3EF;
}
I wish i could help
Amir