shafiq1010
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How do I cancel my subscription?Hello!
No sure about your question that you are asking about leaving www.remarpro.com or want to remove or cancel your website, in this case you need to contact with your hosting provider to remove your website.
Cheers!Forum: Fixing WordPress
In reply to: Track registration email for new WP usersHello,
Ask your members to see email in their junk or spam folder, sometime there is delay in sending email by wordpress and sometime goes to spam instead of inbox.
Cheers!Forum: Fixing WordPress
In reply to: How to make menu expandable without clicking arrow icon?Thank you Datefinder, its my pleasure to resolve your issue.
Forum: Fixing WordPress
In reply to: How to make menu expandable without clicking arrow icon?Hi, try this code by pasting in your footer file.
$(document).ready(function () {
$(“#menu-menu-1 li a”).hover(function () { //When trigger is hovered…
$(this).children(“ul.sub-menu”).css(‘display’, ‘block’);
}
});Hello!
Please give correct url of website for inspection.
Try Settings->Permalinks change settings on permalink page and then save.
Hopefully it will resolve your issue, in case of any further issue let me know without any hasitation.
Cheers!Forum: Installing WordPress
In reply to: Install via ftp failsHello!
Please try with the following steps.
Go into Edit –> Clear Private Data and check Quickconnect history, Reconnect information, Transfer queue. Then click OK.
Cheers!Forum: Fixing WordPress
In reply to: Can’t Add PageHello!
List here the link of your website for batter inspection.
There might be problem of your server php version compatibility with your wordpress theme. Check your server php version and wordpress version that should be too old.
For second warning there might white space in code at top of your page.
Cheers!Forum: Fixing WordPress
In reply to: home page not showingHello!
Link you have provided is not correct, please give here a correct website link so that i can provide a batter support to you.
Meanwhile you set permalinks again, just open Settings->Permalinks page and click on save button then refresh your website pages and see the effect.
Cheers!Forum: Fixing WordPress
In reply to: How to make menu expandable without clicking arrow icon?Hello!
It quite simple, below css code will solve your issue and your sub-navigation will expand whenever you will hover on link or arrow.
#menu-menu-1 li a:hover > .sub-menu{
display: block;
}
Cheers!Forum: Fixing WordPress
In reply to: Can’t access my wordpress webpage and admin page as well.Hello!
Hopefully you are doing great. I can see that your website and admin pages are running good, click on below links.
https://struktura.ge/wp-admin
https://struktura.ge
You can try by restarting your internet services. If issue not resolved that please contact your hosting service provider.
Hopefully my response will help you.