tabassumnaaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Files MissingUnfortunately, there is no solution
You have to upload old back up itself.
- This reply was modified 8 years, 10 months ago by tabassumnaaz.
Forum: Fixing WordPress
In reply to: page 10 in my blog has disappearedHi @charliepw
how many pages are there in this blog ? 9 or 32?
Forum: Fixing WordPress
In reply to: Block Spammer by IP?I hope below plugins help you in this
https://wordpress.org/plugins/stop-spam-comments/
https://codex.wordpress.org/Combating_Comment_SpamForum: Fixing WordPress
In reply to: urlHi,
You can simply redirect http://www.igenousorganic.com/?v=c86ee0d9d7ed to http://www.igenousorganic.com/ through htaccess (301 redirects)
You can use below code
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.igenousorganic.com/?v=c86ee0d9d7ed [NC,OR]
RewriteCond %{HTTP_HOST} ^www.igenousorganic.com/?v=c86ee0d9d7ed [NC]
RewriteRule ^(.*)$ http://www.igenousorganic.com/$1 [L,R=301,NC]- This reply was modified 8 years, 10 months ago by tabassumnaaz.
- This reply was modified 8 years, 10 months ago by tabassumnaaz.
Forum: Fixing WordPress
In reply to: Google Analytics code appearing at top of site?Hi,
You can see a footer page in wordpress website, replace this GA code to footer page.
Otherwise, if you have Yoast SEO plugin, you can have a direct field of adding Google analytics code.Forum: Fixing WordPress
In reply to: Disable “custom-logo-link”? and video issueHi
Use below in CSS to disable link<script>
$(“.custom-logo-link”).attr(“href”, “#”);
</script>Forum: Fixing WordPress
In reply to: Add own folder to wordpressHi @fellloo
Actually, it is not possible
because wordpress has its own file structureForum: Fixing WordPress
In reply to: Problems with admin panelHi,
Can you share website link?
Forum: Fixing WordPress
In reply to: Client File Upload Challenge!Actually, there is no plugin for this
You can simply go to the media section, upload a PDF (same as you upload image); there you will get link associated with it. This link you can use where you want pdf to be appear
Forum: Fixing WordPress
In reply to: Strange Line in Hyperlink?Welcome @teejaaygee
Forum: Fixing WordPress
In reply to: Strange Line in Hyperlink?Hi @teejaaygee
It is by default and
You can remove it by using below code in CSS# boxmenu-parent a {
text-decoration: none !important;
}- This reply was modified 8 years, 10 months ago by tabassumnaaz.
Forum: Fixing WordPress
In reply to: Page Templates Not Displaying in DropdownHi @@mrcangrejero
Can I get your website link?Forum: Fixing WordPress
In reply to: Help needed urgently – site not loading / no admin accessASK YOUR HOSTING PROVIDERS TO GIVE YOUR cPanel AND FTP DETAILS
Once you get Login details,
Take back up of the whole website and then rename the plugin folder! and then check the website, if at all it is not working then delete the plugin folder.
- This reply was modified 8 years, 11 months ago by tabassumnaaz.
Forum: Fixing WordPress
In reply to: Help needed urgently – site not loading / no admin accessYeah! I can see now
You can also Login through FTP details
For this you require, Filezilla; you first need to install it on your desktop and then enter your FTP detail. you can then get access to your website File manager
Then proceed with what I suggested you in earlier messages
Forum: Fixing WordPress
In reply to: Help needed urgently – site not loading / no admin accessyes you need username and password to logn to cpanel.
You wil get cpanel like this: in new tab, type “yourwebsiteURL/cpanel”