jarilo80
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom themeOK, here is a simpler question:
Can I use slider plugin in my custom theme and than just use that theme on another wordpress installation as a new theme ( copy paste that theme folder in another themes folder ). Would slider still work?
Forum: Fixing WordPress
In reply to: Custom themeThank you Jacob for the link.
If I put slider, plugins, custom pages in the theme than I need to export database so I can use it on a different computer to look same as on mine.
Also need to copy whole wordpress folder that I have installed on first computer and copy it on the second computer htdocs folder and import database…
Isn’t it?Forum: Fixing WordPress
In reply to: Custom themeThank You Digico, I work in XAMPP and upload files with Filezilla, but what I mean is that everything that you put in wordpress need a database. Everything is written in there. I want to create a theme that is simple to install and that anyone can install it without working with databases.
what are the possibilities of such theme which do not have to use anything that requires work with database, or is it posible?
Examples are: twentyfifteen, twentyfourteen and themes that can be simply istalled…Forum: Fixing WordPress
In reply to: Can't login into admin accountI think that free subdomain is the problem. This started to happend minutes before I get this message:
Notice: The website https://lepenskivir.co.nf is temporarily suspended due to overtraffic.
Description: The allocated data traffic of the hosting account for this website has been exceeded and the website is temporarily suspended.To view this website again you have the following options:
? You are the owner of the hosting account?
You can login your Hosting Control Panel and use the Upgrades section in order to purchase additional monthly data traffic for your website. Or you can wait till the beginning of the next month when the data traffic counters will be reset and your website will be visible online again.? You are a visitor?
You can come back and visit this website in the begining of the next month when the allocated data traffic will be reset automatically. Then this website should be working again, unless something else happen to the website and its contents.Forum: Fixing WordPress
In reply to: internal server error 500Finally did it! ??
I went back to the beggining, to my localhost installation. Removed all plugins from the admin, and then installed three plugins, wp migrate db, backlinks saver and Yoast SEO. Among the others there are simple local avatars, wow slider…
I Delited database from the server and all WordPress files with Filezilla.
Then I’ve exported localhosts database, created new database on the server and imported it. Changed home and site url from https://localhost/my_site_name/ to https://my_site_name.co.nf
When WordPress uploaded on the server, in wp-config.php I renamed db_name db_user db_pasword db_host to the server database names.
And the last step was tweaking .htaccess file where instead of my localhost file, I copied WordPresses .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>P.S. on the server all WordPress files need to be in folder named as subdomain name
Forum: Fixing WordPress
In reply to: internal server error 500Thank You James, lots of knowlege on these pages.
https:// do the job. In front of home and site url makes bootstrap to work and some of the css. Evrything is centered, theres no 500 error mesages when I click on pages in nav. bar.
But js, links to some of the pictures and bit of css still dont work?…
I’m still searching for probably small tweak, but it’s annoying ??Forum: Fixing WordPress
In reply to: internal server error 500I have free account so can’t get full server log message, I made it just for testing. I’ve try all of this, renamed htaccess file, plugins folder… Admin from biz.nf told me that I need to “tweak” WordPress files because there is still something that is “named” like I use it in localhost so I need to rename it to server config. Which are the files that could be changed?
Forum: Fixing WordPress
In reply to: Posted byeven user_nicename in database is without space?
Forum: Fixing WordPress
In reply to: Posted bysame problem with the_author_link();
Forum: Fixing WordPress
In reply to: Posted byHave latest version, realy weird?…
Forum: Fixing WordPress
In reply to: Posted byI hope that this is the problem, when link is clicked this is what can be seen in tab beside the favicon:
Page not found – Lepenski VirLepenski Vir
Where did I go wrong in overwritting or doubling?
Forum: Fixing WordPress
In reply to: loginoutThank you Outhands, I did it with Poedit. Cheers!
Forum: Fixing WordPress
In reply to: loginoutI installed loco translate plugin, but cant find loginout and register to translate. It offers left sidebar, search and else but no login, even when I try to filter traslations? Any help?