Pavel
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Error on Multisite ConfigurationHi,
I’m glad you were able to fix this. Thank you for posting the update, I’m sure it will be helpful for people with same problem.
Thanks
Forum: Fixing WordPress
In reply to: backend maintenance mode?Hi,
I’m glad it helped. Thanks for the update!
Pavel
Forum: Developing with WordPress
In reply to: Finding pages in the current siteFor WordPress multisite – yes, it returns pages for the current site.
Forum: Developing with WordPress
In reply to: Finding pages in the current siteHi,
Not sure if I properly understand what you’re trying to build, but switch_to_blog() function might be useful for you. You can switch between sites (i.e. blogs in WP terminology) and load pages into an array. Let me know if this helps.
Thanks,
PavelForum: Networking WordPress
In reply to: No roles available in a single networked siteI’m glad that you were able to figure that out! Thank you for posting your findings here, they might be helpful for someone who faces the same problem in the future.
Forum: Fixing WordPress
In reply to: MYBB zingiri forum helpHi,
This plugin should meet your requirements regarding accounts sync between WordPress and MyBB: https://www.ads-software.com/plugins/mybbsync/
There are few others onmybb
tag in plugins directory:
https://www.ads-software.com/plugins/tags/mybb/
Please let us know if you find them helpful.Thanks,
PavelForum: Fixing WordPress
In reply to: facebook count page likesHi,
You’re not getting any data from Facebook FQL, as it is deprecated in the current version of Graph API. Although, there’s another method which you can use: https://developers.facebook.com/docs/graph-api/reference/v2.9/object/likes
there’s an example for PHP SDK on that page which you can use. Please let me know if you have questions about it.Thanks,
PavelForum: Networking WordPress
In reply to: Error on Multisite ConfigurationHi,
Where these subdomains are pointed in DNS settings? Usually that problem happens when subdomains pointed to their own folders instead of the main site folder.
Thanks
Forum: Fixing WordPress
In reply to: Wait to load page wp-jsonHi,
Usually this happens due to the big number of posts on your website. I can see that REST API is accessible for logged-in users only on your website at the moment, it’s a good idea to disable it completely if you don’t need that:
https://en-ca.www.ads-software.com/plugins/disable-json-api/Thanks,
PavelForum: Fixing WordPress
In reply to: Network with unique problemHi,
Could you please copy the error text that you were getting? Also, your .htaccess file might be helpful here.
Personally, I wouldn’t recommend you to install a separate WordPress instance to the root, when you have a subfolder’s instance pointing there, that’s going to create you more problems instead.
If you don’t want to perform all the actions on your production site, it’s worth creating an exact copy of it either on local or on a dev server and then, after making sure that everything is correct with your set-up, move the changes to production.Thanks,
PavelForum: Networking WordPress
In reply to: No roles available in a single networked siteHi,
Looks like options database somehow got corrupted during the installation. Probably the easiest way for you to solve this will be to re-do subsite creation, if there’s not much content in it. Otherwise you can check this thread: https://wordpress.stackexchange.com/questions/11725/why-are-my-roles-not-visible-in-a-multi-site-network
but please remember to get a database back-up before doing any manipulations with it. Let me know if any of these helps.Thanks,
PavelForum: Developing with WordPress
In reply to: Product Catalog pluing with list-displayHi,
Looks like this one might be helpful for you: https://www.ads-software.com/plugins/woo-quick-order-table-view/
Thanks,
PavelForum: Fixing WordPress
In reply to: Create a page arrayHi,
Looks like you need Pagination. There are several ways to add it to your theme, which include custom code or plugins installation. Some themes are also support pagination from the box.
Thanks,
PavelForum: Fixing WordPress
In reply to: Content:encodedHi,
I don’t know if this is still actual, but I think these two links will be helpful for you:
https://www.ads-software.com/plugins/wp-rss-images/
https://code.tutsplus.com/tutorials/extending-the-default-wordpress-rss-feed–wp-27935The plugin is quite old, but I see that people still using it with newer versions of WP. Also, that tutorial might help too, as it covers feed customization and explains it pretty well.
Let me know know if you have any questions about this.Thanks
Forum: Fixing WordPress
In reply to: Footer text adjustmentHi Helen,
It should be somewhere in theme settings I believe, I’m not familiar with that theme. Although you can fix it via css, just add this piece of code in Customize\Custom CSS in Appearance section:
#vys-credits { text-transform: initial; }
Let me know if it helps.
Thanks
- This reply was modified 7 years, 9 months ago by Pavel.