gatomadrid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Rambo] Navbar collapses right after opening, on mobileHow can i send it privately?
i don´t want to publish the url.Forum: Themes and Templates
In reply to: [Rambo] Navbar collapses right after opening, on mobileHello
I’ve got the same problem. When I open a submenu that has more submenu it close quickly.
For example, my menu is:
Web
– Actividades
— Example 1
— Example 2
-Contact
Now when i try to open Actividades, it closed after few seconds.Forum: Fixing WordPress
In reply to: Protect wp-adminI didn’t explain properly. What I would like to know it is how to change the url of wp-admin to other different that I only know.
Forum: Fixing WordPress
In reply to: Manage documentsThank you Steve. Any recommendation?
Forum: Developing with WordPress
In reply to: Page, post and categoriesThank you for your help. For me it is strange the difference between Page and Post. In joomla there is not such difference. There is just the concept of article. As far as I have read, post is for blog and you can categorize and pages is for “static” articles.
I will try your porpuse.
Forum: Fixing WordPress
In reply to: FolderCan anyone help me?
Forum: Fixing WordPress
In reply to: Manage documentsAny plugin?
Forum: Fixing WordPress
In reply to: php.iniI don´t have this file in my root file. I createit but it’s not working. how can i now the current vale? the file is 2.7 MB. Can it be a parameter of the hosting?
Forum: Fixing WordPress
In reply to: FolderI´ve got just one in the root folder.
what can be wrong? i don´t understand the sintax of this file.
Forum: Fixing WordPress
In reply to: Manage documentsHello
I would like to manage pdfs files and so on from wordpress. In joomla with jdownlaods you can put the pdfs in a folder structure and create a link to the article but you cannot restrict access(ACL) or manage from wordpress.Forum: Fixing WordPress
In reply to: FolderHello,
I try without sucess:
# BEGIN WordPress
<IfModule mod_rewrite.c>RewriteEngineRewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?sub.dominio.com$
RewriteCond %{REQUEST_URI} !^/web/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /web/$1
RewriteCond %{HTTP_HOST} ^(www.)?sub.dominio.com$
RewriteRule ^(/)?$ web/index.php [L]
</IfModule># END WordPress
the result is:
“GET / HTTP/1.1” 500 1622 “-” “Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0”