gaucho code
Forum Replies Created
-
This is a captured image:
Forum: Plugins
In reply to: [GZip Ninja Speed Compression] Doesn't seem to be enabling gzip compressionsame problem in bluehost… no changes no gzip compression enabled… and they had recommended me to use a plugin… !!! now I will ask for support again.
Ok…thanks for making me aware of the limitations of the forum.
where do you recommend me to find information to do it myself?it’s a custom theme, made by a designer. i’m working in a company and they have this wp made site from before and now they told me to do this changes.
For me its very important because not only I will keep my job by performing the updates but also I will learn some very important wordpess customization basics.
Do you have any suggestions?
Note: I can delete all this code and create and use plain new basic code and then stylize it. anny suggestion? thanks!!!
Forum: Themes and Templates
In reply to: how to make all images responsivebetter if you use a Divs + CSS.
Forum: Fixing WordPress
In reply to: Sudden Internal server error 500Thanks Prometheus. I will post updates soon.
Forum: Fixing WordPress
In reply to: Sudden Internal server error 500I did a check of the log folder size, it’s only 1.3 mb.
[root@web1 xxxxxxx]# du -sh *
4.0K cgi-bin
52K etc
8.0K fcgi-bin
4.0K homes
1.3M logs
139M Maildir
99M public_html
4.0K tmpI feel kinda hopeless…
HTML files work, but not PHP… ?? thanks for your help, please shot any other idea so I can try , many thanks!!
Forum: Fixing WordPress
In reply to: Sudden Internal server error 500There is no Cpanel or support… it’s a rackspace cloud server shared with another domain that works Ok. I have root access via SSH/putty but I’m not an specialist. I can learn, but i’m stuck. what do you recommend to empty the cache via SSH?
Forum: Fixing WordPress
In reply to: Sudden Internal server error 500Tried what you recommended before my last post, but no positive results. everything is the same. ?? I’ve scanned the website with no results.
Forum: Fixing WordPress
In reply to: Sudden Internal server error 500I cannot figure out what is going on…
If I try to enter a HTML file it works.
but PHP files dont work. /wp-admin doesnt work either… ??Look the screenshot where I show this “not normal” behavior while loading the index.php file in the status bar some strange attempts to load something – i dont understand what is this-
Link to screenshot of the strange problem
anyone can help to understand the situation?
Many thanks!!!this might be a clue?
Forum: Fixing WordPress
In reply to: Sudden Internal server error 500Hi Esmi, thanks for your help. I tried both things…
Doesnt come back… i’mv very worried, it was working everything smooth until this problem arised just by uploading a CSS file ??What else do you suggest?
Kind regards
Forum: Themes and Templates
In reply to: Media queries is this alright?Hi Andrew, that was the problem, now they work! Thanks… I didnt know this tip. I’m making my first steps in media queries. muchas gracias
agustin
Forum: Themes and Templates
In reply to: Media queries is this alright?Thanks for your help, look in this case:
.abox1, .abox2, .abox3 {
float: none;
height: auto;
text-align: center;
vertical-align: top;
width: 100%;
}This is how I want them to behave when the screen is smaller than 400px
@media screen and (max-width: 400px) {
abox1, .abox2, .abox3 {
float: none;
height: auto;
text-align: center;
vertical-align: top;
width: 100%;
}
}But it seems that something is blocking it. Now I’ve added to the CSS the this lines and you can see how they don’t render correctly. Thanks for your help!!
agus
Forum: Themes and Templates
In reply to: Media queries is this alright?i’ve checked the code with the syntax erros and there are some, but still cant find any clue. I’m working on a child theme of twenty twelve… it”s really frustrating i cant find what is making my media queries don’t respond… i need to make the site look more responsive, and some changes should occur when the screen is resized.
Are other media queries blocking my new ones? I cant make them work neither in Chrome or Firefox.
@media screen and (max-width: 300px) {
.abox1, .abox2, .abox3, .abox4 {
display: list-item;}
thanks!!
}Forum: Themes and Templates
In reply to: Twentytwelve child Lost responsivenessthanks for the support! It really fixed that issue. thanks ?? many!
If you could give me one more hint, please!
im trying to make the 3 divs contained in <div class=”acontainer”> behave in a responsive way by ordering one under the other when zoomed or screen width is reduced… i cant make that happpen i tried lots of things but the way they order eachother is not very nice..thanks!