wearemogul
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] No links are working in my accounts pageFixed the lost password issue by editing woocommerce > templates > myaccount > form-login.php
changing
<a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php _e( 'Lost your password?', 'woocommerce' ); ?></a>
to
<a href="<?php echo esc_url( wp_lostpassword_url() ); ?>" alt="<?php esc_attr_e( 'Lost Password', 'textdomain' ); ?>"><?php esc_html_e( 'Lost Password', 'textdomain' ); ?></a>
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Adding text boxes next to items in wishlistI have got the text boxes next to the products in the table just need to work out how to put a button in that sends an email with the product name and the entry in the textbox
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Bug in link 'Browse Wishlist'Yeah I am having the same trouble, anyone know how to fix this?
thanks
Forum: Plugins
In reply to: [WooCommerce] Add to Cart issueI have sorted it, sorry was just about to post.
I had a Async JS plugin, i disabled that and it sorted all the problems out.
thanks
Forum: Fixing WordPress
In reply to: Think iv been hackedIv got the folder Temp with file links.db when i delete it, it come back.
Theres also a file in uploads called 2016, even though nothing has been uploaded this year yet. When i delete this, it come back too
Forum: Fixing WordPress
In reply to: Think iv been hackedOk,
is there software to do this scanning, i have looked through the folders and cannot see anything else that looks wrong. I have looked in the main places for backdoors, plugins, uploads, themes, wp-config and wp-includes but cannot find anything.
The only file that keeps giving me trouble is the pluggable.php file in wp-includes
I just deleted the folder and it came back, renaming it seems to work better till we find the backdoor or activation file
thanks
Forum: Fixing WordPress
In reply to: Think iv been hackedI found a folder in the root called links with a file called links.db i change the name of that and the links have dissapeared.
So has the Warning message.
Any recommendations on securing the site?
thanks
Forum: Fixing WordPress
In reply to: Think iv been hackedFile structure looks fine to be honest,
I will get in touch with the hosting provider.
Yeah the host makes regular backups
thanks
Forum: Plugins
In reply to: [WP Ultimate Post Grid] Do i need WP Ultimate Post Grid installed?No just wanted to delete it if i didnt need it
Forum: Plugins
In reply to: [WP Ultimate Post Grid] Any way to change the urlsHi
Thanks for that is there anyway to edit this bit in the url |category:business?
I want to change the | and the :
Thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Clear Filters ButtonOk thanks,
I have worked it out:
<a class="et_pb_promo_button et_pb_button" id="reset-button" href="javascript:void(0)" onclick="document. querySelector('a.filter-term').click()">Reset Table</a>
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] DataTables ColumnFilterWidgetsthat’s great thanks
Forum: Fixing WordPress
In reply to: Trouble with URLFrom the link you sent me Moving WordPress
it says:
When your domain name or URLs change – i.e. from https://example.com/site to https://example.com, or https://example.com to https://example.net – there are additional concerns. The files and database can be moved, however references to the old domain name or location will remain in the database, and that can cause issues with links or theme display.
Which is what i want to do but i need to keep the references in the database to the directory as this will be the same its just the old domain name that needs changing.
thanks
Forum: Fixing WordPress
In reply to: Trouble with URLIm not really moving wordpress though, the directory where the files are located is in wearemogul.com directory /be/
Then the domain is mapped to wearemogul.com directory /be/
Which works with homepage but doesnt span across the whole site as you can see if you go to belifestyleboutique.com and then navigate around.
Any ideas? Or is it like moving it?
thanks
Forum: Fixing WordPress
In reply to: Page height fixedFixed it, in the css the overflox was set to hidden, so changed it to visible.
#content .post {
overflow: visible;
clear: both;
padding-bottom: 0.9em;
}