Bojan Deni?
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin for DownloadsI need downloads like this:
https://www.fmscout.com/c-files13.html
Forum: Fixing WordPress
In reply to: After Update to 3.5.2 Cannot Upload MediaFcgidMaxRequestLen –>This is causing the problem. Before updating to the newest version, it was default set to 1gb. Now it is 128kb. Add the following to the file /etc/apache2/conf.d/fcgid.conf :
FcgidMaxRequestLen 1073741824
This wil give you a limit of 1gb. Next, restart your apache.
Forum: Fixing WordPress
In reply to: After Update to 3.5.2 Cannot Upload MediaA problem occurs only for images that are larger than 1000px
Small img upload without this error.Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Add a back to gallery linkThanx, now work!
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Add a back to gallery linkCan you tell how to add this code, like this?
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. The blockquote doesn’t work for code and the forum mangled up that snippet. ]
$output = '<style type="text/css">' . "\n"; $output .= $profile->player_css . "\n"; $output .= '</style>' . "\n"; <a>">Go back</a>
or
$output = '<style type="text/css">' . "\n"; $output .= $profile->player_css . "\n"; $output .= '</style>' . "\n"; <a>">Go back</a>
Forum: Plugins
In reply to: [All Video Gallery Plugin for WordPress] Add a back to gallery linkCan you tell how to add this code, like this?
$output = '<style type="text/css">' . "\n"; $output .= $profile->player_css . "\n"; $output .= '</style>' . "\n"; <a href="<?php print $_SERVER['HTTP_REFERER'];?>">Go back</a>
or
$output = '<style type="text/css">' . "\n"; $output .= $profile->player_css . "\n"; $output .= '</style>' . "\n"; <a href="<?php print $_SERVER['HTTP_REFERER'];?>">Go back</a>
Because I get error on server, when I add this line.
I change my .htaccess and now like this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
and wp-admin agan don’t work and show blank page.
How to disable thit plugin??? My wp-admin show blank page and I don’t have access login????
I use WP 3.5.1 and now I can’t update my website. Please, help me!
This not works for me. ??
I rename better-wp-security to better-wp-security-disabled. And wp-admin again show blank page.
How to delete this plugin. PLEASE HELP! :/
Forum: Fixing WordPress
In reply to: How to add credit on my photo source?can you show me any example how to change?
Because I have only one Featured Image.
Forum: Plugins
In reply to: [Credit Line Generator] [Plugin: Credit line generator] Seems to be brokenworks on wordpress 3.5??? I install this plugin, and now I don’t see where is Credit line generator? Where I put a textfor credits?
Forum: Fixing WordPress
In reply to: How to customize widget Tag CloudIt’s possible this code change for exclude post tags?
This is image in my website:
https://i50.tinypic.com/mt82ys.pngI wont exclude tag ‘slajder’ (slide=English), bacause this tag show only for my FLEX SLIDER in my WP Theme.
Thanx
Forum: Fixing WordPress
In reply to: Related Posts in categoryThis is code in functions.php for Related Posts:
https://pastebin.com/MyzcTGUT
If anyone can help me?
Forum: Fixing WordPress
In reply to: Related Posts in categoryI get this message from theme vendor:
”Hi, while I do offer custom support for small changes to the theme, this is something that would require more than just a few small changes to do, so you will have to change this on your own.”
I don’t undestand how to change this. :/
Forum: Fixing WordPress
In reply to: How to Change the Default Media Upload LocationI found this solution and works! ??
https://www.wpbeginner.com/wp-tutorials/how-to-change-the-default-media-upload-location-in-wordpress-3-5/