robhob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database QuestionYes, you can use phpMyAdmin to a database and or tables as necessary (dependant on your hosting package). If you aren’t familiar with the workings of databases, I’d recommend you make a backup before you start tinkering.
According to the write up on the SQL Shortcode plugin page, you can link to other databases, you just have to provide all of the following shortcode attributes: user, pass, host, db. You might need to configure the database to allow remote access though.
Forum: Fixing WordPress
In reply to: Database QuestionHello,
You could use a plugin like SQL Shortcode to display the data using a shortcode.
As far as adding a table, the simplest would be to create a table in the default database. Adding a table won’t break your WordPress installation. If you want, you can create a separate database altogether and query it.
To restrict access to the page you could use a plugin like Restrict Content.
Hope that helps.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Requested URL not found on the serverHi Bailey,
Have you tried setting up permalinks? You can read more about it here: Using Permalinks.
It looks like you’re using a premium theme so any theme related issues you’ll have to take up with the theme developers.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: adding the_excerpt functionHi,
Check out the article How to Properly Use the More Tag in WordPress. I think this might help.
Can you share your site’s address? It makes it easier for volunteers to help if they can see the site.
If this is a commercial theme, you’ll need to seek support from the theme vendor. Forum volunteers are also not given access to commercial products, so they would not know why a commercial theme or plugin is not working properly.
Thanks,
Rob
Forum: Fixing WordPress
In reply to: How to add subtitles video short codePleasure. Glad to be able to help.
Forum: Fixing WordPress
In reply to: Don't understand: Confirm signatures 'Return URL'I’m not familiar with that plugin, can I suggest you try getting support from the plugin developer. You can post your question here: SpeakOut! Email Petitions.
Hope you come right,
Rob
Forum: Fixing WordPress
In reply to: How to add subtitles video short codeHi Rob,
Check out this post: Audio/Video 2.0 Update – Media Modal, there
s a section on subtitles that I think it’ll answer your question.Cheers,
Rob
Forum: Fixing WordPress
In reply to: Don't understand: Confirm signatures 'Return URL'Hello,
What are you using to create the form?
Cheers,
Rob
If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, it’s important to direct people to those official locations.
Support for WooCommerce Gift Wrap Order
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: Shop Pages doesn't show Product ImagesHello,
Try disabling the “WooCommerce Product Archive Customiser” plugin and see if that fixes the problem.
Cheers,
Rob
Forum: Fixing WordPress
In reply to: Estoque é alterado ao criar produtoOlá,
Você deve tentar fazer sua pergunta aqui: Fórum de suporte
Forum: Fixing WordPress
In reply to: Header Squished on Mobile DevicesHi Rachel,
Since that is a commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best.
Forum volunteers are also not given access to commercial products, so they would not know why it is not working properly. Other community members who may have faced your issue might be able to help you but your best bet is your product’s developer. Keep in mind we encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way.
Forum: Fixing WordPress
In reply to: Editor IssuesExcellent. How did you fix it in the end?
Forum: Fixing WordPress
In reply to: Editor Issues@mesmon, have you come right with this one?
Forum: Fixing WordPress
In reply to: Can't activate any pluginIn this thread, this person discovered that they had a weird folder structure: www/httpdocs/wordpress/www/httpdocs/wp-content/plugins and they solved the problem by deleting the additional folders.
This thread suggests two solutions, the one being to run a repair on the database, specifically the Options table, the other was that the problem was caused by a caching plugin.
My money would be on repairing the options table. If you need, here’s an article that might be helpful: How to optimize and repair MySQL databases using phpMyAdmin.