marmara34
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Changed the directory of media library and faced this problemOkay,
I think I have found the what caused it. In the directory uploads/sites/2/ was a .htaccess file which had contained inside the text “deny from all”. I think when I was relocating all the uploads to the new location before I have missed with the files and as a result this .htaccess ended up there. Now everything is working fine.
Thank you for your timeForum: Networking WordPress
In reply to: Changed the directory of media library and faced this problemHi Mika
I did not get what you mean here. I am on TR site now in the settings tab. What should i edit here? “Uploads Use Yearmonth Folders” is set to “0” and what else should i do here? I don’t see any options for “Wp Content” here. Am I missing something?
Thanks
Forum: Fixing WordPress
In reply to: One of multisite libraries content does not show upThat is a help indeed! Thank you for stepping out.
Forum: Fixing WordPress
In reply to: One of multisite libraries content does not show up@theotherlebowski
First please do not call me dude! Second, I did not say anything bad to anybody here. As you see I have been waiting for help for a week now. That is not a problem. Thanks for informing but i already know that every body helps each other here voluntary.I disabled it under the “sites” which is located in “Network Admin”
Forum: Fixing WordPress
In reply to: One of multisite libraries content does not show up@ theotherlebowski
I did it a week ago…
Forum: Networking WordPress
In reply to: Changed the directory of media library and faced this problem/ – on my main site i can see uploaded images through the library and on website itself
/ru – as the same above everything is working alright
/tr – I cannot see any uploaded images on the library or on the page itself. Instead I see broken image pictures.
Help Please
Forum: Networking WordPress
In reply to: Changed the directory of media library and faced this problemBy the way I have tried changing
Upload Path
Upload Url Path
setting via Netword Admin but the result is the same.Forum: Fixing WordPress
In reply to: RSS Feed Button Does Not Show UpThank you so much @esmi It works now 🙂
Forum: Themes and Templates
In reply to: Child-theme functions.php and changing home-buttonFinally It worked out. For those who has the same question, here is how to do it;
-First copy original functions.php file into your child-theme folder (via ftp)
-Delete all the content of the newly copied functions.php
-Enter this code inside the empty functions.php<?php /** Tell WordPress to run post_theme_setup() * when the 'after_setup_theme' hook is run. */ add_action( 'after_setup_theme', 'post_theme_setup'); if ( !function_exists('post_theme_setup' )): function post_theme_setup() { } endif;AND
add_action( 'after_setup_theme', 'twentyeleven_child_theme_setup' ); function twentyeleven_child_theme_setup() { add_filter( 'wp_page_menu_args', 'twentyelevenchild_page_menu_args' ); } function twentyelevenchild_page_menu_args( $args ) { $args['show_home'] = <strong>'Welcome!'</strong>; // rename 'home' button return $args; }– Type the name that you want to use where it says ‘Welcome!’ for your (old) home page.
Forum: Themes and Templates
In reply to: Child-theme functions.php and changing home-buttonI know it, thanks for warning anyway
Forum: Fixing WordPress
In reply to: Wallbase Theme Rename home button ?How tom make the change within child-theme. How to copy function.php into child-theme without getting errors?
Can anyone help please?
Forum: Themes and Templates
In reply to: Remove White Space from Twenty Twelve Home Page.site-content article { border-bottom: 4px double rgb(237, 237, 237); margin-bottom: 5.14286rem; padding-bottom: 1.71429rem; word-wrap: break-word; -moz-hyphens: auto;I tried all the suggestions above but none of them worked for me. Finally I found the CSS code which was causing the double lines. Just remove the line that starts with “border-bottom …” in the style.css. Also you can clear the space by removing the other two codes below one that I mentioned earlier.
Hope this helps for those who had the same problem with me.
Forum: Fixing WordPress
In reply to: Some errors after trying to install a plugin using wp installerThank you 🙂
Forum: Fixing WordPress
In reply to: Some errors after trying to install a plugin using wp installerInstalling Plugin: WP Deals 2.0.1.2
Downloading install package from http://downloads.wordpress.org/plugin/wp-deals.2.0.1.2.zip…
Unpacking the package…
Installing the plugin…
Then nothing happens
Edit: After I click “activate” I see this…
Plugin could not be activated because it triggered a fatal error.
Warning: require_once(wpdeals-admin/admin-init.php) [function.require-once]: failed to open stream: No such file or directory in /home/a7896416/public_html/wp-content/plugins/wp-deals/wpdeals.php on line 32Fatal error: require_once() [function.require]: Failed opening required ‘wpdeals-admin/admin-init.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/a7896416/public_html/wp-content/plugins/wp-deals/wpdeals.php on line 32
Forum: Fixing WordPress
In reply to: Some errors after trying to install a plugin using wp installerVia the wordpress admin interface 🙂
It stops at “installing…” Then when I attempt to activate the plugin it gives error