Sykat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove default taxonommy for custom post?I am not using any plugin. and your link is no help but wast of time. There are nothing about “deleting taxonomy”. I am learning and created couple of custom post, custom taxonomy etc.. But stuck in this issue….
I triedremove_meta_box( 'categorydiv','albums','side' ); remove_meta_box( 'tagsdiv-post_tag','albums','side' );as my custom post type name is albums but it return a fatal error.
Call to undefined function remove_meta_box()
Forum: Fixing WordPress
In reply to: Site is down & no backend accessWhat on the earth happening with your site? I really feel sorry.
When u instlled fresh WP, was your homepage ok?(if no>server error)
if yes>When you enable theme was ur site ok?(if no>theme error)
if yes>When u imported db was ur site ok?(if no>db error)
if yes>When u use pretty permalink, is it ok>(if no>htaccess error)
if yes>plugin problem..
Thy this way… Change a bit and test a bit…. That’s all I can say at the end.Forum: Fixing WordPress
In reply to: Where to enter the API KEY?Did u find in Settings, bottom of the page, and tools? there must be a menu named as plugin. Enter that and find out the form
Forum: Fixing WordPress
In reply to: Finding what posts are missing pictures and more…A funny but working trick hits My head… backup and delete archive.php from theme and create a new archive.php and set ‘post per page as 100, use full post than excerpt.. then u can view 100 of your post in one page and find what pic are u missing. then edit via post editor.
Forum: Fixing WordPress
In reply to: Unknown link only on mobile viewmobile site? which plugin r u using?
Forum: Fixing WordPress
In reply to: Static Photo on Homepage is a clickable objectHow u added that image? Anyway.. edit that and click on that image. then from the right top corner, click on pen(edit) icon and then Image details page will be shown. under Display Settings, set size as full and link to none
Forum: Fixing WordPress
In reply to: How to seperate categories and tags of custom post types?Anybody?
Forum: Fixing WordPress
In reply to: Login to wp-admin get Not Found, Error 404Can u replace wp-login.php with a fresh one? And did u tried a different theme? Did u try disable plugins? Themes and plugins can manipulate wp-login.php. As u can’t access admin panel, temporary rename plugin folder name and try to switch default theme twenty fourteen.
phpmyadmin>DB>wp_options table>template & stylesheet(may be in 2nd page).
change value to twentyforteen. And see what happensForum: Fixing WordPress
In reply to: Login to wp-admin get Not Found, Error 404link?
Forum: Fixing WordPress
In reply to: mobile menu not working on specific themeAppearance>Menus>Manage Locations
Forum: Fixing WordPress
In reply to: how to delete default adsWell.. Appearance>Themes. Now enable another theme (Twenty forteen default theme as example). Now click on the theme named sahifa and click red delete link
Forum: Fixing WordPress
In reply to: table text not bold, blurryWhere did u inserted that table? in theme or page or post?
I guess this is your theme’s 404.php page. Did u check ur site address in Settings>generel?
Forum: Fixing WordPress
In reply to: list of plugins (recommended/top/etc) gone in plugin-install pageAre u talking about Plugins>add new (plugin-install.php) page?
Forum: Fixing WordPress
In reply to: table text not bold, blurryThat is not bold.. that is because of font size. on the table,
<span style="font-family: helvetica; color: rgb(51, 51, 51); font-size: 19px;">and<span style="font-family: helvetica; font-size: 14pt; color: #333333;">matters. Edit the table and adjust the font size 19px to 15 px,