sukrucan
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Related Posts ModuleI would like to add a banner above related posts but not sure where to paste code. i paste banner code under content but it still displays below related posts
Forum: Plugins
In reply to: [WP Performance Pack] fatal errorThank you for your really quick response and update.
here only one last thing left to solve. When i click on restore static links it gives that error because my database prefix is not wp_
WordPress database error: [Table ‘xx_xx.wp_posts’ doesn’t exist]
UPDATE wp_posts SET post_content = REPLACE ( post_content, ‘{{wpppdynamic}}’, ‘https://x/wp-content/uploads’ );Error restoring dynamic links:
WordPress database error: [Table ‘x_x.wp_posts’ doesn’t exist]
UPDATE wp_posts SET post_content = REPLACE ( post_content, ‘{{wpppdynamic}}’, ‘https://www.xxx/wp-content/uploads’ );Forum: Themes and Templates
In reply to: Theme cuts featured images, how to resize?if i change “crop” to “resize” will it be ok ?
Forum: Themes and Templates
In reply to: Theme cuts featured images, how to resize?prefer not to say which theme i am using,
here i paste the related code area from functions.php hope someone can help me
if ( function_exists( 'add_image_size' ) ) { foreach ( $st_Options['global']['images'] as $key => $value ) { if ( $st_Options['global']['images'][$key]['status'] ) { // Normal size $st_['width'] = $st_Options['global']['images'][$key]['width']; $st_['height'] = $st_Options['global']['images'][$key]['height']; $st_['crop'] = $st_Options['global']['images'][$key]['crop'] ? true : false; add_image_size( $key, $st_['width'], $st_['height'], $st_['crop'] );
Hello again,
My problem is solved.
I am writing this to who has the same problem. I see now i understood the whole thing wrong. I had installed two wordpress whoch is npt necesary for wp multisites.
Anyway i am really thankful to plugin author.
Cheers
Hi again,
The main site is in English so there is no option for language undergeneral settings. But i changed language setting for the second site which is in Turkish.
The result is the same. Still dont have any solution for that problem :S
i installed plugin as network admin and activated for both blogs
I am pretty sure that setups are complated for both blogs. Even i deleted and re-installed both blogs just to be sure.
I also read wiki pages, still couldnt find any solutions :s
Hello there,
Thanks for the reply. We have only one user with the same email.
Forum: Plugins
In reply to: [Simple Taxonomy] Problem with rewriting nice URLsProblem solved,
if anybody wonders here is the solution,
just re-save your current permalink setting