joser
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Can’t access my wordpresshey 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
Thanks a lot!
Hi @beatrice12 , sorry I had this under construction and forgot to attach the link, here it is now.
carabrecol.es/eltallerlaisleta/
Thanks!!
Jose
Hello ospiotr
Thanks for the info!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
In reply to: [SimpleMap Store Locator] Changing the order of the map and the search boxno 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
In reply to: [SimpleMap Store Locator] Changing the order of the map and the search boxHello
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
In reply to: [SimpleMap Store Locator] Changing the order of the map and the search boxdone now
Forum: Fixing WordPress
In reply to: Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was hereHey 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
In reply to: Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was hereHello 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
In reply to: Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was hereI 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 :[email protected]
Then protect your site, so this doesn’t happen again
Forum: Fixing WordPress
In reply to: Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was hereHey 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
In reply to: Website hacked by HackEd By P4Kurd-TeaM ~NeT.Defacer was hereHello 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
Thanks for that, I can’t believe i didn’t see it….
Forum: Installing WordPress
In reply to: the page cannot be displayedSorry 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
https://www.klaklakphotography.co.uk/blog
for the blog to be displayed i have to type
https://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