osbulbul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unknown 404 Pages on WordPress BlogHey @linuxtechi,
Sorry for the problem. Maybe your website gets harmful codes from somewhere. Did you try scanning with security plugins, change core files, control the plugin and theme files. Are you using any plugin which is not listing on www.ads-software.com or not downloaded from www.ads-software.com ?
Forum: Fixing WordPress
In reply to: WordPress files different domain than tables?Hello @mvankampen,
Of course you can do that ??
You just need the type IP address of the MySQL server instead of ‘localhost’ while installing WordPress. Or you can change this line from wp-config file;
define ( 'DB_HOST', 'localhost' );
with
define ( 'DB_HOST', '192.168.0.0' ); //IP address of the server where MySQL is running
But the problem in here is not about files server, it’s about database server. The MySQL server should be given permission for access for external connections.Cheers!
Forum: Fixing WordPress
In reply to: transfer content to a new siteHey @flikki,
You don’t need to change WordPress core to change your site look. If you worry about old theme can put code outside the theme files (change core files) you can make scan with Integrity Checker plugin.
I hope this helps…
Forum: Fixing WordPress
In reply to: Rotate images AFTER they have been published.Hey @larsras,
I tried to rotate image (inserted in a post) from media library. And it successfull. Maybe you have cache and you can’t see rotated image. Can you look your site in incognito window at your browser?
Forum: Fixing WordPress
In reply to: Live preview for themesHey @garyhatherley,
I think you should try local testing. Move your site to your local machine. Then Deactivate all plugins and return the default theme, is that solve the problem? If yes, activate one by one and see which one cause that. If no, change the WordPress core files with the latest WordPress and see what happens.
Forum: Fixing WordPress
In reply to: Looking for pluginHi @alphateddy,
As far as I understand you want to hide some sections of your website to users. Then you want to give access to this sections for some users. You can use membership plugins which has ability to make membership types. Like at Membership 2 Pro plugin you can make membership types. For example; normal user type, beta user type. You can use for limit pages, posts, categories, videos, audio, images, PDFs, digital downloads, forums, menus. But theme and plugin is another layer I think and not support preventing plugin works for spesific user. That need custom coding I think.
I don’t know there is free alternative to Membership 2 Pro but you can give it a chance.
Forum: Fixing WordPress
In reply to: How to install WordPress in Sub-Sub-DirectoryForum: Fixing WordPress
In reply to: Unable to import XML fileHello @nancedelia,
If you can import that file to another hosting it should be about server problem. You should contact with hosting provider.
Forum: Fixing WordPress
In reply to: Comment RSS feed displaying unapproved and spamHi @jamesshelley,
I hope you can solve this problem quickly. You can see the closed tickets from this url for 4.8 https://core.trac.www.ads-software.com/query?status=closed&milestone=4.8&order=priority
But I can’t see any problem which connects both RSS and Comments. Especially I look the comments tickets but, nothing. Maybe you should get your site to local. Then test more on it. Like change all wordpress core files than remove all other plugin and theme files.
Can you do that?
Forum: Installing WordPress
In reply to: Database setup with PHPmyadminHi @mcmaci,
Did you check database credentials are correct?
Hello @amiddleton,
@auludag give answers to your questions but I want to say something about first question. All WordPress themes has their unique working system. Some theme can be use featured image at home page, but the other theme can use featured image at single post page. So you have to read theme documantation or watch how to use videos provided by theme author. If you can’t understand something about a theme you can ask to Theme Developer or Theme Forum. Don’t forget this forum can’t give support for paid themes. Paid themes always has their support system.
Have a nice day!
- This reply was modified 7 years, 7 months ago by osbulbul.
Forum: Fixing WordPress
In reply to: Missing admin barDid you check the plugins? Deactivate all of them if it solves, activate one by one and find which one cause it.
Forum: Fixing WordPress
In reply to: Community Management PluginDid you look https://buddypress.org/ ? Maybe it can solve your needs.
maybe you can use https://www.ads-software.com/plugins/check-email/ this plugin to debug. Or did you try any smtp email plugin?
Forum: Installing WordPress
In reply to: Can New Install Use Old db?@jaycher you can try to manual update to latest version. Donwload the latest wordpress and copy all the files over your old wordpress files **except** wp-content and config files.