ycon
Forum Replies Created
-
Forum: Plugins
In reply to: [m1.DownloadList] m1.DownloadList- Unable to sort alphabeticallyThanks for the reply
The output is the folder directory but out of order.
I’ve numbered my folders 1-10 so I can test, but the sort option seems to be confused. It does actually change the order- but it is not doing so alphabetically.
Forum: Themes and Templates
In reply to: [MinimalZerif] Menu not workingThanks- I have deactivate all other plugins- and moved it to a new host as well. It’s now at:
The menu seems to work- but the background image does not appear on mobiles. I’ve tried 5 devices, on Chrome and Safari.
Any ideas?
Forum: Themes and Templates
In reply to: [MinimalZerif] Menu not workingThanks Andrew- so on mobile the menu is supposed to come out horizontally (not vertically?)
Forum: Themes and Templates
In reply to: [MinimalZerif] Menu not workingExcuse the free host- I just wanted a site to practice building wordpress on (give me suggestions if you know any other free ones).
https://cupofcuriosity.site40.net/
I think I found a work around- using WP Responsive menu instead…
Forum: Themes and Templates
In reply to: [Zerif Lite] Chrome- unable to scroll downFigured out a solution for me- went to Customize theme, General, and under logo there is a box to disable smooth scroll. Disable it.
Fixed.
Thanks
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Success message but not added to listHi Evan,
Thanks for the quick response. My mistake- I had it set to “double” opt. I had checked but it was late.
Last question- how do I change the error messages that result when no email is written? I cannot find the content in your plugin itself, and google inspect says its’ coming from some html.
Thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Mobile menu toggle collapseSolved this myself- was the SBModal plugin causing it. Conflicting versions of Bootstrap.js.
Solved
Forum: Themes and Templates
In reply to: [Zerif Lite] Can't scroll down in chromeThis is an issue for me. I’ve deleted the “Smooth Scroll.js” file but it did not help.
I cannot find the “Settings” for smooth scroll as mentioned above.
Can anyone advise?
(Amazing theme by the way- I’ve been around wordpress a while and this is so so good)
Forum: Plugins
In reply to: [Instant Search & Suggest] Add prices to instant search (PS great plugin)Thanks for that.
Correct- I want to change the output of the search suggestions. I think I follow- the “meta” I want is the price. I will look into it.
I have another request- can I stop the search from redirecting my page? I only want to see the instant “drop-down” results. Only if I click search/enter- I want to be redirected to the search page. This possible?
Cheers
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter on page sidebarSame with me- not showing on Shop pages (or anywhere else). Would like some help on this topic please
Forum: Fixing WordPress
In reply to: Do I need "www." in SQL tables and wp-configYes i cleared the cache. I browsed it on a different device too.
This problem has happened before with icons disappearing.
I have a backup, so the restore is fine.
Maybe my icons are linked to the “www.” somewhere?
Forum: Fixing WordPress
In reply to: Do I need "www." in SQL tables and wp-configThanks. Do I need to tick the box to replaced columns titled ‘guid’?
(Edit: used the plugin you suggested- and it broke all the icons on my site [not logo’s] such as in WP admin area, and generally around my site wherever I had icons)
Forum: Fixing WordPress
In reply to: Do I need "www." in SQL tables and wp-configCheers.
Is there best way to do this to log into my SQL server, go to query and enter:
UPDATE wp_options SET option_value = replace(option_value, 'https://www.mywebsite.com', 'https://mywebsite.com') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace(guid, 'https://www.mywebsite.com','https://mywebsite.com'); UPDATE wp_posts SET post_content = replace(post_content, 'https://www.mywebsite.com', 'https://mywebsite.com'); UPDATE wp_postmeta SET meta_value = replace(meta_value, 'https://www.mywebsite.com', 'https://mywebsite.com');
So I don’t wreck my whole site- is this code correct? Anything else that needs to be done?
Forum: Fixing WordPress
In reply to: Changes to wp-config.php break siteI just imported my site into WAMP (using my exact SQL tables and phpfiles). It works perfectly.
Could there be some setting with my database causing this?
Forum: Plugins
In reply to: [Visual Composer] Page section background disappears (at 1025px)Please help me out here- I don’t have any error codes using chrome’s “inspect element”.
If anyone else has this problem- it’s because i had them set to fit to scroll, not fixed.