CustoThemes
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Install or upload to a Claranet siteWhen you upload the wordpress folder to root of the website and make the changes in wp-config.php. You have to run install.php page and then locate the database during installation. If you have done these steps then your installation should be successful. You’ll see wordpress installed with default theme on the site.
Forum: Themes and Templates
In reply to: Cant edit text in home widget 1….3It would be helpful if you mention the theme that you’re trying to use with these widgets. This is to check if we can replicate your problem.
By the way, in order to edit the widget titles as you want, you have to edit the php files. However, the functionality that you want has nothing to do with editing the php file for the widget, as far as I see.
Forum: Fixing WordPress
In reply to: Upgrading to WP 3.7.1 issueYou can do one thing if you know how to do FTP. You can manually update the wordpress as explained earlier. It seems there seems to be server side issue for copying files. WordPress 3.7 had issue for the HTTPs installation.
Forum: Fixing WordPress
In reply to: WP site anomalyIt seems your Theme is hacked and modified with the new changes to add spam links. It could be also the plugin which is adding these changes.
Please list the themes and plugins in your wordpress dashboard. So we can get more idea of what is running and what is installed.
You can edit the theme files to remove the spam, if it exists from the theme side. Make sure you change the theme and also change the file permission for the theme and plugins. I am thinking this has something to do with the hacked plugin issue. Also update the WordPress install on your server.
Forum: Fixing WordPress
In reply to: Banner RotatorsYou can check out the Slider plugins in the repository. Search for the slider that suits your theme. I can suggest some right off the bat like – Nivoslider and SlideDeck. There are many slider plugins but each have it’s own way of working, so you have to search a bit as per your requirements.
Forum: Fixing WordPress
In reply to: My site is repeatedly hacked and I can't seem to stop itYou may need to check the file permissions on your web server. Most of the time, CHMOD 777 files are the one which gets hacked as the 777 permission makes it easy for the hacker to edit your files.
Most of the WordPress security plugins don’t check the file permission for every file and folder in the setup.
You can do one thing, which is disallow directory browsing on your hosting account.
Edit the .htaccess file and add the following code into it.
# Disable directory browsing Options All -Indexes
Do talk to your host and let them know that your wordpress site is hacked on regular basis. They’ll check the server logs and decide what is good solution for you.
Forum: Themes and Templates
In reply to: theme problemHi,
I would suggest you contact your hosting provider as this may be an issue with the server your hosted on running out of memory or it not being set high enough.
Thanks
Forum: Fixing WordPress
In reply to: got wordpress working in root directory, lost admin access?Hi,
Have you searched your FTP Directory to see if it’s been moved during the migration of files?
Thanks
Forum: Fixing WordPress
In reply to: I Can not post comments on my postHi,
This is commonly caused by a faulty plugin please disable all plugins and try again to see if that resolves the issue.
Thanks
Forum: Fixing WordPress
In reply to: Plugin add to the main websiteHi,
If you have activated the plugin it should be available on the left hand side to check this select Plugins > Installed Plugins > Click Activate.
Thanks
Forum: Fixing WordPress
In reply to: accidentally deleted home pageHi,
You can go to the Menu tab and change this to whatever you need or remove it, You can also re-create the page that you had setup for the home page in the pages option to the left.
Thanks
Forum: Plugins
In reply to: contact form 7 failed to sendHi,
Please reply with a link to your contact form so we can check the HTML code it uses so we can see where the fault is.
Thanks
Forum: Plugins
In reply to: [Theme My Login] CSS in head of pagesHi,
The header is a global feature if you go to Appearance > Editor and find the header.php on the right, use CTRL + F to find #2e2e2e and then modify this to whatever you need.
[ Signature moderated. ]
Forum: Plugins
In reply to: WordPress membership site with subscriptionHi,
I would suggest checking out https://www.ads-software.com/plugins/membership/ this may meet most of your requirements.
Thanks
Forum: Fixing WordPress
In reply to: How to add background on selected page?Hi,
I would suggest installing https://www.ads-software.com/plugins/audio-player/ and insert this code into the pages you wish the music to play on.
[ Moderator note: please wrap code or log lines in backticks or use the code button. ]
<?php if (function_exists("insert_audio_player")) { insert_audio_player("[audio:https://www.domain.com/path/to/song.mp3]");} ?>
Thanks