Ben Rothman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: getting password-strength-meter.min.js errorshave you recently modified that file/is that file custom in any way?
- This reply was modified 2 years, 8 months ago by Ben Rothman.
Forum: Fixing WordPress
In reply to: Replace line in search.phpI am not clear on exactly what you are trying to do. If you want to replace a line of code in a specific file then replace that line.
Forum: Fixing WordPress
In reply to: customise tag’s link with tag’s IDit sounds like you want to modify the permalinks. Before writing code to customize WordPress, trying Settings > Permalinks and see if you can do what you want from there.
Forum: Fixing WordPress
In reply to: Plugin frontend partYes but may I recommend React.js instead? That is easier and I happen to have written a boilerplate for using react ini a WordPress plugin: https://github.com/brothman01/React-Plugin-for-WordPress-Boilerplate
Forum: Fixing WordPress
In reply to: New Blog Post Not Showingthat page shows a critical error on WordPress.
Forum: Fixing WordPress
In reply to: burger menu adding post categoriescan you post a link to your website or a screenshot or something so we can see what you are asking about?
Forum: Fixing WordPress
In reply to: cannot install any themeI can see from the URL that this appears to be a free host.
1. Is there a memory limit on the server that this theme exceeds?
2. Is that a regular verison of curl or is that a special version that the host made?1. I know you are looking for a simple yes or no answer, but the answer to your question is entirely up to the author(s) of your theme and so is not consistent across the board.
2. Before you proceed with this inquiry, ask the theme author or your developer if they can fix this or explain why it is not working. We can offer custom code shortcuts but they will break after updates and things unless they are done in a way that is compatible with what the previous coders already did.
Forum: Fixing WordPress
In reply to: Pages work but posts break css,header and menu.I see no problems with the link you sent. The problem description you provided before sounds like the posts you are adding have code in them that interferes with the rest of the page but I repeat the pages you sent look fine.
Forum: Fixing WordPress
In reply to: Responsivenessyeah like Steven said, try asking the theme developers if there is a built-in way to do these sizing tweaks before you go adding in custom code that breaks after the next upgrade.
that sounds like it might be a template/theme issue to me. Can you check which template your theme is specifying for the pages you want to add to?
Forum: Fixing WordPress
In reply to: Need Help getting links to open in new tab@lgehrig4 yeah I changed that answer so it says something else now.. try that.
Forum: Fixing WordPress
In reply to: Need Help getting links to open in new taboh nevermind… I wrote out a long answer but if what you did above works then do that. Although I’d recommend not adding custom code like that unless you really have to because you dont know if a later version of the theme will work with that or not.. the safest bet for you is to ask the theme developer if you can set the links to open in a new window via settings or something.
- This reply was modified 4 years, 8 months ago by Ben Rothman.
Forum: Fixing WordPress
In reply to: Failed to import XXX Invalid post type bb_deviceI can’t take credit for this whole idea, but to just add some background explanation to hopefully simplify what Steven already said:
The old site (where the export came from) had a plugin or special theme that created the post type (technical word, unimportant, just think of it as a special category of data called bb_device)bb_device
.
The new site does not have that plugin or special theme creatingbb_device
so the new site tries to importbb_device
information but does not know what to do with it. Try to get the same plugin or theme from the old site that createdbb_device
and put it on the new site so that the new site will be able to handlebb_device
information and the import will be fine.- This reply was modified 4 years, 8 months ago by Ben Rothman.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay button not displayingOh mark it as resolved, the issue was that I was not logged into iCloud on the computer I was using. I did not know that was required for seeing the button until your message so I tried viewing the page on another computer that is logged into iCloud and now it is there. Thank you