andoverit
Forum Replies Created
-
Fixed! Switched to php 7.0
Forum: Plugins
In reply to: [Slider - Ultimate Responsive Image Slider] Changing Thumbnail DesignRated 5***** and added a review on the plugin and the support.
Forum: Plugins
In reply to: [Portfolio Slideshow] PHP Parse errorHi evergreenframedart
A pleasure and glad to be able to help ??
Forum: Plugins
In reply to: [Portfolio Slideshow] PHP Parse errorHi evergreenframedart
Have you got FTP access to the website? If so, I would rename the following directory:
/wp-content/plugins/portfolio-slideshow/
to
/wp-content/plugins/portfolio-slideshowx/That should disable the plugin and let you log back in. If it doesn’t then try using the Forgot Password option when logging in.
If that doesn’t work ideally you’ll need access to the database as there’s a way to amend the password…
1) Access phpMyAdmin
2) Click on the database
3) Find wp_users and click on it
4) Against your login click Edit
5) In user_pass switch to MD5
6) Amend the encrypted box to whatever password you want to use
7) Click the Go buttonYou should now be able to login using your new password.
Hope you get in!
AndoverITForum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoResolved. I added the following to my custom css:
.slicknav_brand { color: #fff; font-size: 18px; line-height: 30px; padding: 7px 12px; height: 150px; /* was 44px */ max-width: 200px; }
Works a treat now. Thanks.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoSorry was working on the site – is now showing two logos and has a bar / line through it also.
Forum: Plugins
In reply to: [Portfolio Slideshow] v1.9.9 Breaks Website – Possible SolutionHi Randy.
Your web host should give you access to the files on the website. FTP is just a method to move the files from your computer to the website.
Who is your website hosted with? They may have a way to upload files using your internet browser. If you can access the files I would suggest the following:
1) Go to the Plugins folder (it’s in wp-content)
2) Delete the portfolio-slideshow folder
3) Refresh your website and you should now be able to login
4) Upload and activate v1.5.1You should now be back to normal ??
Forum: Plugins
In reply to: [Portfolio Slideshow] PHP Parse errorThanks Tim and a pleasure Smoo – glad it helped ??
Forum: Plugins
In reply to: [Portfolio Slideshow] PHP Parse errorSame issue here – I’ve downloaded v1.5.1 from the Developers tab:
https://www.ads-software.com/plugins/portfolio-slideshow/developers/
1) Deleted v1.9.9
2) Uploaded v1.5.1
3) Activated v1.5.1Site now working again.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoTried that – it not only didn’t work but I now have no SlickNav menu either ??
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Move Menu In Line with LogoHi Emily
I’ve added a new 140px x 140px logo as this is as small as we can make it with a screenshot here.
1) What do I need to do to get the menu to drop down level with the logo?
2) How do I get the menu to align to the right instead of the left?Hope you can help.
Thanks
Forum: Plugins
In reply to: [Slider - Ultimate Responsive Image Slider] Changing Thumbnail DesignYou’re a star!! That works a treat – thank you ??
Forum: Plugins
In reply to: [Slider - Ultimate Responsive Image Slider] Changing Thumbnail DesignBorder sorted out as follows:
uris-layout.php (line 40)
/* Example 3 */ #example3_<?php echo $post_id; ?> .sp-selected-thumbnail { border: 2px solid #fff; /* was 4px solid #fff */ }
I’d like to make the selected thumbnail to be clear and the others to have an opacity of 0.8 – can you point me in the right direction?
Forum: Plugins
In reply to: [Slider - Ultimate Responsive Image Slider] Images to Fade instead of Slide?Is there a way to make the “fade” permanent as the recent upgrade to 1.6 overwrite it.