Ramesh (thecodeisclear)
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website Crash Parse eerror: syntaxHi, If you are able to login to the admin dashboard, go to plugins and disable the gravityforms plugin. The error will be fixed.
The other message is more of a warning from a backup plugin. To remove the message, move the files as specified to prevent direct view of the backup folder.
Forum: Fixing WordPress
In reply to: Unwanted Link on My SiteCan you post the link to your website please?
Strange. There should be no additional code than the single
su_slidershortcode. Did you try deleting the text (from editor) and adding it again?Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Align "buttons"Isn’t the default all buttons in a single line? If you check the rendered HTML, it is just a bunch of
<a href></a>and ‘<span></span>`They shouldn’t split to multiple linies. Can you post an example link?
Forum: Fixing WordPress
In reply to: Images Are Uploading in Reverse Order??Hmm.. You could try a gallery plugin that offers additional features such as image sort. I installed NextGen and it has features to sort images in a gallery by Date/Time, Name etc.
Since you are uploading a large number of files, NextGen also supports upload via FTP and then directly import the entire folder contents into a gallery. (This could save you quite a bit of time.)
Forum: Fixing WordPress
In reply to: Images Are Uploading in Reverse Order??Hi,
What is the OS that you use? I am on Windows 7 and the order of image upload depends on the way I select images. Let’s say I have images named 01, 02, 03 and 04.
If I select the first image and press shift and select the last image, the order of file upload is something like this 04, 01, 02, 03. If I manually select 01, 02, 03 and 04, the uploads are in the same order. When I insert them into the post directly after upload, it appears fine as 01, 02, 03 and 04.
Maybe this is an issue with the way you are selecting and adding images. Could you explain what you are doing?
Forum: Fixing WordPress
In reply to: Contact Page TricksYes, this is a slider too.
Good luck with the integration.
Forum: Fixing WordPress
In reply to: Contact Page TricksWhat is the browser that you are using? I am using FF and seems to work fine.
PS: To see if it is a browser issue or a problem in the way I have coded, I suggest you visit the bxslider home page and see if the examples work for you.
Forum: Fixing WordPress
In reply to: Home page showing up on all pages.Being a paid theme, I am not able to try out and see the problem. However, I can see that it uses the page builder Visual Composer. Did you check and see if you have accidentally placed the home block in the wrong place?
Forum: Fixing WordPress
In reply to: Search Custom Post TypesYes, it does seem possible, though I don’t know how to do it either. Did you see if any of the plugins would give you tips in the right direction?
https://wordpress.org/plugins/gsearch-plus/ or https://wordpress.org/plugins/custom-search-plugin/Forum: Fixing WordPress
In reply to: Contact Page TricksSince fusion builder is paid, I am not able to test it out or build something out of it, but I think I have your answer
bxslider will get the job done with the minimum of fuss and coding.
I put something together and here is the result
http://jsfiddle.net/c3k8xv49/1/embedded/result/Detailed code is http://jsfiddle.net/c3k8xv49/1/
PS: You will have to include the 1 js file and 1 css to get this to work on your website. All available on GitHub
If you run into any issues, give me a shout! I will be watching this post
Forum: Fixing WordPress
In reply to: Login bar on topYou are using a paid theme (fitshop) and the top login is something that seems to be part of the theme. You should contact the developer to remove it.
Forum: Fixing WordPress
In reply to: Contact Page TricksThat’s interesting. What is the builder you use? Some builders have inbuilt templates and maybe a mash-up of existing elements would be easier.
Forum: Fixing WordPress
In reply to: Contact Page TricksI want to avoid recoding as much as possible, which is why I am looking at using plugins & customizing it. (Allows you to change themes without issues as well)
One plugin that looks like a good start (to customize) is https://wordpress.org/plugins/squelch-tabs-and-accordions-shortcodes/
The tabs feature allows you to place the top row of icons, but doesn’t scroll the content. The Horizontal Accordion does the nice scroll, but doesn’t have the top icons.
I know this is not the exact answer you are looking for, but just letting you know that I am still having a go at finding a solution.
Forum: Fixing WordPress
In reply to: Contact Page Tricks** Edit **
I guess I misunderstood your requirement. I re-read your original post and I get it now. It is quite complex. Let me see.