telatabi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Jquery Problem – I think it is a bug for wordpress WP 4.5.1@girlieworks; Oh my god, your awareness is perfect. Now, i think there is a trojan/virus in my server. I will try with another server to test. Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Product Categories are disappearingMy system status is:
https://codepaste.net/iahsjzForum: Fixing WordPress
In reply to: How can i entegre Vbulletin or other forums in my site?yes, i am using that i will remove it, i am searching another forum.
Forum: Themes and Templates
In reply to: [zAlive] Customize Zalive Theme with my experiences1.Experience
If you would like publish a post and if this post writings is short, your footer will rise to the top.Solving:
We will use “style.css” in wp-content/themes/zalive to customize. Another way, we can use “style.css” via admin panel of our wp web side. Appearence->Editor.
Now, find #footer. we will see this code:
#footer{background:rgba(68,68,68,0.88);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E1444444,endcolorstr=#E1444444);padding:10px;color:#7f7f7f;position:relative; bottom: 0; left: 0; right: 0;}
We have to change with this(position have to be fixed):
#footer{background:rgba(68,68,68,0.88);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E1444444,endcolorstr=#E1444444);padding:10px;color:#7f7f7f;position:fixed; bottom: 0; left: 0; right: 0;}
i installed wordpress again, i deleted my wp-admin and wp-includes folders. i uploaded wp-admin and wp-includes folders from new wordpress. The problem is solved.
Forum: Fixing WordPress
In reply to: My Web Side has crashed when i disabled all plugins. Help methank a alot Dembowski. i applied instructions and solved problem. thanksss ?? i has working on this problem hours ??
sincerely.
Forum: Fixing WordPress
In reply to: My Web Side has crashed when i disabled all plugins. Help mei see “Call to undefined function wp_json_encode()”
error_log:
Thank a lot @jeremy Herve, the solution worked for me.
i would like removing two post on “Popular Posts & Pages” list. How can i do?
it may be?(it didnt worked) :function jeherve_remove_post_top_posts( $posts, $post_ids, $count ) {
foreach ( $posts as $k => $post ) {
// Replace 2500 by the ID of the Post you want to remove
if ( ‘2500’ ‘531’== $post[‘post_id’] ) {
unset( $posts[$k] );
}
}
return $posts;
}
add_filter( ‘jetpack_widget_get_top_posts’, ‘jeherve_remove_post_top_posts’, 10, 3 );Forum: Plugins
In reply to: [Simple Subscribe] Uninstall ReadyGraph.com links1- Remove “readygraph” plugin
2-if you are using “wp super cache” “css cache” “js cache” “minify cache” or anothers, please delete all caches.
3- Your are happy ??1- Remove “readygraph” plugin
2-if you are using “wp super cache” “css cache” “js cache” “minify cache” or anothers, please delete all caches.
3- Your are happy ??i dont know enough english. i would like remove my register page from homepage.
i found “jetpack/modules/widgets/top-posts.php” file, what changes could i do?Forum: Fixing WordPress
In reply to: i can't publish a new postthank you. i have connected my hosting provider and solved my problem. The cause of the problem is “mod security” in cpanel.
Forum: Fixing WordPress
In reply to: i can't publish a new postForum: Plugins
In reply to: [Rename wp-login.php] How to replace You must log in to access the admin areaThank you from Turkey ?? it is solved my problem!
Forum: Plugins
In reply to: [WooCommerce] Category Problem: Categories are disappeared and it is deleted@mohammadamine i have connected wocommerce community a long time ago, they and i are studying to solve problem. i am waiting for new answer. i think they will answer tomorrow.