rmasfer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: external website displaying in pageHi,
If your requirement is to play those mp3 files, Find a plugin, create playlist and add to your site / page.
Forum: Installing WordPress
In reply to: Installing wordpress in a subdomain from a main domainHi,
Check following things,
01- Make sure your wp-config.php refers to new database.02. Make sure wp-config.php file does not contain any php variable or constant with your old domain name.
e.g.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);Forum: Installing WordPress
In reply to: Want to install pluginCheck this link complete instruction
WordPress Install PluginForum: Installing WordPress
In reply to: WordPress linked to incorrect domain for imagesGo to your database and look for table called “wp_options” and change value of following
1- site_url
2- homeI hope it should fix the problem
Forum: Installing WordPress
In reply to: Website with independant subdomainsI would suggest you to develop site local server and upload to remote server when it is ready. You should change some values in database to match with your sub domain.
You have to develop a custom theme if you need exact design of your current site. Other wise you can find themes from WordPress theme directory or you can buy themes from third part theme sellers.
Forum: Installing WordPress
In reply to: Please help with tags/descriptionsHi,
It will take some time to get updated. I guess 1 to 3 weeks. I am not sure
Forum: Installing WordPress
In reply to: Replacing old working sites with new WordPress sitesHi,
I would suggest you to do new site local machine. Then you can upload new site when it is ready.
If you still want to the new site on your existing server, you can create a sub folder as you mention in your post.
Either way you have to delete your old code to update the site when it is ready.
Forum: Installing WordPress
In reply to: Fatat Error when login??
Forum: Installing WordPress
In reply to: Fatat Error when loginHi,
To fix this issue you have to un-install “WordPress-Popup” plugin. Since you can not login to dashboard you can do something differently.
Go to your web server file manager (e.g. cpanel)
Then Go to “public_html/wp-content/plugins” folder.
And rename “wordpress-popup” folder to something else.
It should un-install that particular plugin
Forum: Installing WordPress
In reply to: Poor InstructionsI think you can find enough informations and instruction from below link
https://codex.www.ads-software.com/Installing_WordPress01. Make sure you remote server works fine without problem. Just create and upload small html file and confirm it.
02. Make sure you upload all the WordPress files to server.
03. Check database name, database username and password.
Note : There are enough articles on “How to install WordPress on remote server” this topic. Be patient, read them clearly and follow instruction correctly
Forum: Installing WordPress
In reply to: Editor under Appearance missingI think you misunderstood the above mentioned section. How familiar are you with php and webhost admin panel(e.g. cpanel)?
Forum: Installing WordPress
In reply to: Editor under Appearance missingI think you better read section “File Permission” and “Security Warning” from the below link
https://codex.www.ads-software.com/Editing_FilesForum: Installing WordPress
In reply to: No difference seen after installing pluginHey,
WPtouch plugin installation says like this “Once you have installed and activated WPtouch, visit the admin page via the sidebar menu to customize your WPtouch installation’s appearance.”
Are you sure you have customised the site before you test?
Forum: Installing WordPress
In reply to: Poor InstructionsHey,
Can you explain your problem briefly? What are you trying to achieve ?
Forum: Installing WordPress
In reply to: Editor under Appearance missingHi,
What is the role name of your account ? Login as admin user and check it whether you can see the “Editor” menu.
I think you may try to access “Editor” by typing the url direclty
https://yourdomain.com/wp-admin/theme-editor.phpBest of luck