Title: joser's Replies | WordPress.org

---

# joser

  [  ](https://wordpress.org/support/users/joser/)

 *   [Profile](https://wordpress.org/support/users/joser/)
 *   [Topics Started](https://wordpress.org/support/users/joser/topics/)
 *   [Replies Created](https://wordpress.org/support/users/joser/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/joser/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/joser/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/joser/engagements/)
 *   [Favorites](https://wordpress.org/support/users/joser/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/joser/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/joser/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Can’t access my wordpress](https://wordpress.org/support/topic/cant-access-my-wordpress-4/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/cant-access-my-wordpress-4/#post-15834485)
 * hey Marko, yes I had seen that before in the support, but that solution doesn’t
   work, even if you remove the folders like you mention, you still get an error
   and can’t access your wp-admin in WP.
 * *For someone who has the same problem as me*
 * I found out that if you delete the .htaccess via ftp, then open your wp-config
   and delete the lines of code at the top about the W3 cache, save and upload
 * then delete W3 Cache folder, content/advanced-cache.php, content/db.php
 * Now you can access your wp-admin in WP, then you go to setting, permalinks, select
   custom, save and then select postname and save again, this creates the .htaccess
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Photo Gallery Final Tiles Grid] white flashing when flickering through photos](https://wordpress.org/support/topic/white-flashing-when-flickering-through-photos/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/white-flashing-when-flickering-through-photos/#post-14982378)
 * Thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Photo Gallery Final Tiles Grid] white flashing when flickering through photos](https://wordpress.org/support/topic/white-flashing-when-flickering-through-photos/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/white-flashing-when-flickering-through-photos/#post-14973552)
 * Hi [@beatrice12](https://wordpress.org/support/users/beatrice12/) , sorry I had
   this under construction and forgot to attach the link, here it is now.
 * carabrecol.es/eltallerlaisleta/
 * Thanks!!
 * Jose
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weight Based Shipping Table Rate for WooCommerce – Flexible Shipping] More than one item and price](https://wordpress.org/support/topic/more-than-one-item-and-price/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/more-than-one-item-and-price/#post-10220465)
 * Hello ospiotr
    Thanks for the info!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weight Based Shipping Table Rate for WooCommerce – Flexible Shipping] Flexible Shipping plugin](https://wordpress.org/support/topic/flexible-shipping-plugin/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/flexible-shipping-plugin/#post-10209662)
 * Hey, thanks for this. Somehow my shipping by rules disappeared and it was set
   to 9 euros. I reinstalled the plug in and now I can choose a different shipping
   for different prices.
 * Thanks a lot, it was driving me insane 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleMap Store Locator] Changing the order of the map and the search box](https://wordpress.org/support/topic/changing-the-order-of-the-map-and-the-search-box/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-the-order-of-the-map-and-the-search-box/#post-4738774)
 * no problems
 * I understand now, if you just want to display just the Zip field, go to to the
   plugin folder, then classes and then simplemap.php
 * Locate
 * // Normal Field inputs
    $ffi[‘street’] = array( ‘label’ => apply_filters( ‘sm-
   search-label-street’, __( ‘Street: ‘, ‘SimpleMap’ ), $post ), ‘input’ => ‘<input
   type=”text” id=”location_search_address_field” name=”location_search_address”
   value=”‘ . esc_attr( $address_value ) . ‘” />’ ); $ffi[‘city’] = array( ‘label’
   => apply_filters( ‘sm-search-label-city’, __( ‘City: ‘, ‘SimpleMap’ ), $post ),‘
   input’ => ‘<input type=”text” id=”location_search_city_field” name=”location_search_city”
   value=”‘ . esc_attr( $city_value ) . ‘” />’ ); $ffi[‘state’] = array( ‘label’
   => apply_filters( ‘sm-search-label-state’, __( ‘State: ‘, ‘SimpleMap’ ), $post),‘
   input’ => ‘<input type=”text” id=”location_search_state_field” name=”location_search_state”
   value=”‘ . esc_attr( $state_value ) . ‘” />’ ); $ffi[‘zip’] = array( ‘label’ 
   => apply_filters( ‘sm-search-label-zip’, __( ‘Zip: ‘, ‘SimpleMap’ ), $post ),‘
   input’ => ‘<input type=”text” id=”location_search_zip_field” name=”location_search_zip”
   value=”‘ . esc_attr( $zip_value ) . ‘” />’ ); $ffi[‘country’] = array( ‘label’
   => apply_filters( ‘sm-search-label-country’, __( ‘Country: ‘, ‘SimpleMap’ ), 
   $post ), ‘input’ => ‘<input type=”text” id=”location_search_country_field” name
   =”location_search_country” value=”‘ . esc_attr( $country_value ) . ‘” />’ ); 
   $ffi[’empty’] = array( ‘label’ => ”, ‘input’ => ” ); $ffi[‘submit’] = array( ‘
   label’ => ”, ‘input’ => ‘<input type=”submit” value=”‘ . apply_filters( ‘sm-search-
   label-search’, __(‘Search’, ‘SimpleMap’), $post ) . ‘” id=”location_search_submit_field”
   class=”submit” />’ ); $ffi[‘distance’] = $this->add_distance_field( $radius_value,
   $units );
 * and comment out (or delete) the fields that you don’t want to
 * I can’t remember but since I think since it is using a table for displaying this
   fields, you need to play with the CSS as well
 * I didn’t want any categories so I commented out that field, but I assume what
   you need to do is go to the simplemap.php and write the code for the downdown
   list instead of box field
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleMap Store Locator] Changing the order of the map and the search box](https://wordpress.org/support/topic/changing-the-order-of-the-map-and-the-search-box/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-the-order-of-the-map-and-the-search-box/#post-4738772)
 * Hello
 * if you go to your plugin folder go to inc go to sytles and then light.css (if
   you are using the dark css, use dark.css)
 * You then modify light.css to your needs.
 * You need to modify:
 * #map_search, #simplemap
 * Also you need to modify this one #simplemap-updating, so the loading matches 
   your #simplemap
 * I am sorry but I don’t understand what you mean about the search form and the
   zip post code option…can you explain a bit further?
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleMap Store Locator] Changing the order of the map and the search box](https://wordpress.org/support/topic/changing-the-order-of-the-map-and-the-search-box/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/changing-the-order-of-the-map-and-the-search-box/#post-4738524)
 * done now
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was here](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/#post-4705881)
 * Hey Sonia,
 * This sounds like another SQL injection, if you read above and follow the instructions,
   you should be able to clear this
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was here](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/#post-4705870)
 * Hello eaf201
 * You need to log on to your control panel
 * If you check your hosting details, you should have the link there and the username
   and password.
 * Let me know if you need any more help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was here](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/#post-4705865)
 * I found the solution. It was an SQL injection
 * Go to your phpmyadmin and go to wp_options and under blogname click edit and 
   the delete the text inside the box
 * This gets rid of the
 * HackEd By P4Kurd-TeaM ~NeT.Defacer was here :net.defacer7@gmail.com
 * Then protect your site, so this doesn’t happen again
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was here](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/#post-4705765)
 * Hey Andrew, I am in the process of doing this, but the hosting provider is not
   very good in customer support…
 * They don’t even provide a cpanel, so I can change the passwords…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was here](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/website-hacked-by-hacked-by-p4kurd-team-netdefacer-was-here/#post-4705762)
 * Hello Esmi
 * thanks for that, but on my searches I came by the same information.
 * I have deleted all the plugins and overwritten the files in WP, and it is still
   there.
 * I could start from scratch but I am working with templates and custom fields 
   and I don’t want to lose all the information that is already on the site.
 * I would like to know if someone has had the same problem as me and there is a
   fix for this, instead of a fresh installation.
 * thanks
 * Jose
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] NextGen Gallery limit of 20 images](https://wordpress.org/support/topic/plugin-nextgen-gallery-nextgen-gallery-limit-of-20-images/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-nextgen-gallery-limit-of-20-images/#post-2583026)
 * Thanks for that, I can’t believe i didn’t see it….
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [the page cannot be displayed](https://wordpress.org/support/topic/the-page-cannot-be-displayed-2/)
 *  Thread Starter [joser](https://wordpress.org/support/users/joser/)
 * (@joser)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/the-page-cannot-be-displayed-2/#post-1214861)
 * Sorry about that
 * I installed wordpress in the root of my server in a folder called blog
 * After the installation was successfully completed it told me that my blog was
   set up, but when i clicked on the link provided by the email from word press,
   the blog can’t be displayed
 * [http://www.klaklakphotography.co.uk/blog](http://www.klaklakphotography.co.uk/blog)
 * for the blog to be displayed i have to type
 * [http://www.klaklakphotography.co.uk/blog/index.php](http://www.klaklakphotography.co.uk/blog/index.php)
   but then all the links inside the blog don’t work because they point to the wrong
   place
 * I have the site runing under a CMS so maybe that’s the problem?
 * Thanks

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/joser/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/joser/replies/page/2/?output_format=md)