abytecurious
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Re-ABLE right clickHi,
The lightbox loader starts, but then redirects to a blank page. Was this working before removing the script for clickprotect?
Ramesh
Forum: Fixing WordPress
In reply to: Can't visit my homepage ~ redirects to old homepageIf not in .htaccess, I think it must be a setting with the domain name itself. Did you check your domain settings?
PS: I checked if there are any redirects setup using this tool – http://redirectdetective.com/, there are no redirects so it is not within .htaccess
Forum: Fixing WordPress
In reply to: Re-ABLE right clickHi,
Right click has been disabled by this piece of code
<script type="text/javascript" src="http://www.dkphotoatelier.com/wp-content/themes/photocrati-theme/scripts/clickprotect.js"></script>I am not sure if you edited the theme’s header file to add this script or it is added via a custom plugin, but if you remove the script (or atleast comment the code within), you should be golden.
Cheers,
RameshForum: Fixing WordPress
In reply to: Pull in data from MySQL to populate PageHi,
I believe that it is possible. I have a few questions though.
1) Is the table where you run the SQL query against, part of the WordPress Database?
2) How are the media titles setup (single table/multiple tables etc.)?If you are using the WP Database, you could use the $wpdb class (more details here) to write your own custom queries.
Cheers,
RameshForum: Fixing WordPress
In reply to: Can't visit my homepage ~ redirects to old homepageHi,
Do you have any settings in your domain settings which identifies the default location? Alternately, if you are using Apache to host your website, can you check your
.htaccessfile to see if there is a redirect that routes requests tohttp://adhocgroup.net/AHG/Home.html?If it is not any of the above, I would suggest you read this article on changing the site URL. https://codex.wordpress.org/Changing_The_Site_URL
If there are any additional questions, please let me know.
Cheers,
RameshForum: Fixing WordPress
In reply to: Meta slider plug in with vantage themeHi,
Vantage uses PageBuilder to setup the front page layout. The great thing about this is that to every section, you can add widgets, text and other stuff.
You can install a widget slider plugin like Image Slider and embed it to the front page from Page Builder.
Alternately, install the Shortcodes Ultimate plugin and from Page Builder enter the shortcode for the carousel/slider as text.
Cheers,
RameshThank you Matt. Now I have one less thing to worry about. Appreciate the additional settings information you have provided as well.
– Ramesh
Forum: Fixing WordPress
In reply to: Layout Issue! Images moving?!?!?Ok.
I think I was able to recreate the issue. Here is what I did:
1. From http://www.adambrowntennisacademy.com/tennis-classes/, I booked 1 class.
2. I then clicked on “Proceed to Registration” and reached the Checkout page
3. The sidebar widget image is about 700px wide and flows into the main content causing the other images to affect the actual checkout formWhile it is not really affecting me from entering any form data or proceeding, I can understand why “images are covering the screen”.
I think the simplest solution is to upload a scaled down version of the image (similar in size to this one) so that the checkout page does not break.
Cheers,
RameshForum: Fixing WordPress
In reply to: Domain not workingHi,
If the site is hosted on Google, this article might help – https://support.google.com/sites/answer/99448?hl=en
Cheers,
RameshForum: Fixing WordPress
In reply to: Help! wp_optionsHi,
Can you give more details on when you are getting this error?
Cheers,
RameshForum: Fixing WordPress
In reply to: Help!! Cannot access Admin PageHi,
Don’t worry. From the error message, it looks fixable.
If you can access the file manager (via cPanel or FTP), browse to the
wp-content/pluginsfolder.Rename the following folder
yith-woocommerce-ajax-navigationto anything (for e.g.yith-woocommerce-ajax-navigation-broken)You should be able to login back to the website.
To fix this permanently, contact the plugin author with the details of the error. If you have accidentally deleted/changed any of the plugin code, install a fresh version of the plugin.
Cheers,
RameshForum: Fixing WordPress
In reply to: Not Acceptable! – Error in wp_adminIs there a specific error code that you receive? As far as I know, mod_security is an apache module. From what a quick internet search tells me, I wouldn’t tell you to disable this module.
You mention that you tried to disable all plug-ins. Were you successful or did the same
mod_securityerror show up? If so, you can disable plugins by FTPing to your account and renaming the plugins folder.Cheers,
RameshForum: Fixing WordPress
In reply to: exclude legal pages from displaying adsYour code block should replace the current
<center> adsense code </center>code in your header.phpForum: Fixing WordPress
In reply to: Can't choose passwordSorry, my memory has NOT served me right 🙁
If you have access to the database, you could directly set a new password via PHPMyAdmin. Make sure you use the MD5 function to the value before storing. Here is a screenshot taken from one of my blog posts – http://thecodeisclear.in/wp-content/uploads/2015/09/wp_users_2.jpg
Hope this helps.
Cheers,
RameshForum: Fixing WordPress
In reply to: Can't choose passwordYou could do a Forgot Password from the login page. I think it lets you create a new password when you follow the link sent via email.
I haven’t tested it, but if my memory serves me right, this should work
Cheers,
Ramesh