alberto3
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Cache issues on multidomainThank you very much for your quick response and your attention in this matter, I have just sent you an email.
Forum: Networking WordPress
In reply to: Is WP Multisite Network necessary for two shops?Thank you very much for your answer! I didn’t know I could define custom constant in wp-config. This is much easier!
Regarding the cache, I have tried adding your code to functions.php but that is not the problem. The problem is cache plugins. I had deactivated the plugins but had not deleted the wp-content->cache folder. By deleting the folder the two domains work perfectly, even in the same browser.
I have asked the plugin developers to see if I can solve the cache problem. I will try other plugins or try to do it manually.
If I find a solution I will copy it here in case it can be helpful to another person with the same issue in the future.
Thank you very much again for your help.
Forum: Plugins
In reply to: [WP Fastest Cache] Why This plugin does not work with MultisiteInterested in this matter.
Forum: Plugins
In reply to: [WP Fastest Cache] Cache issues on multidomainLooking in the comments, I tried to add
define('WPFC_MULTI_SITE_BETA', true);
but it doesn’t work, it’s the same problem. Thank you.Forum: Networking WordPress
In reply to: Is WP Multisite Network necessary for two shops?Yeah, I agree with you!
I am testing the WP_SITEURL and WP_HOME, but it seems to not work properly.
Sometimes the links from DomainONE point to the DomainTWO, and the links in the DomainTWO points to the DomainONE. Other times it works well, it seems to be random.
This is my code on wp-config.php:
define('WP_SITEURL', 'https://'.$_SERVER['HTTP_HOST']); define('WP_HOME', 'https://'.$_SERVER['HTTP_HOST']);
I thought it could be because of the website cache or browser cache, so I tried to open each domain in different browsers, private browsing, emptying cache, deactivating cache plugins… but nothing works.
Do you know how I can do to solve this issue? I don’t want users visiting the domainONE to see the domainTWO’s logo, and vice versa.
I also tried the ternary operator to change the logo, I don’t know if it’s ok, it seems to work:
('https://domainone.com' == WP_SITEURL ) ? ($is_dam = true) : ($is_dam = false); ($is_dam) ? ($logo = '/logo-domainone.png') : ($logo = '/logo-domaintwo.png');
Thank you very much!
Forum: Networking WordPress
In reply to: Is WP Multisite Network necessary for two shops?Thanks a lot for the explanation, there is a whole world of programming out there. At first I had in mind something more simple as a plugin, but I will look deeply at all that coding. Now I have a way to go, thanks again!! Have a great day!!
Forum: Networking WordPress
In reply to: Is WP Multisite Network necessary for two shops?Oh, it’s a good idea! thank you very much! I hadn’t thought of calling different css files from custom php, but it sounds good. I have a child theme, so I can make one with common elements and two for the logo and the small differences.
Now I just have to find a solution for the “About us” page. I will take a look to see if there is any option to call two different menus depending on the WP_SITEURL.
Thank you very much again!!
Forum: Networking WordPress
In reply to: Is WP Multisite Network necessary for two shops?Thank you very much for your response! and I’m sorry I didn’t answer you before (Christmas season, you know).
I was seeing that option, it is certainly the same content on both websites, however there must be some different elements (logo, favicon, or About Us page, for example), and I don’t know if I can change these different elements with that option.
Thank you very much again.
- This reply was modified 4 years, 11 months ago by alberto3.
Oh, I tried {author_field_instagram} and it worked, but I got the full url ” https://www.instagram.com/username/ “. Is it possible to get just “@username” (to mention the author)? Is there a list with all the options for the {author_field_NAME}? Thanks again!
I found the answer by myself, I simply forgot to choose the board where to post on!
I have found the way in your Customization Guide: https://docs.businessdirectoryplugin.com/themes/customization.html
Thank you very much again!
Thanks for your quick response. I do not know if you are the author of the other plugin, but you have been very kind helping me with the solution to my problem. Caldera Forms and the add-on Custom Fields is just what I was looking for, I have installed it and it works perfectly. Thank you very much!!!
I think you can do it with the Pro version
A greatly enhanced Pro version is available! Features of the pro version include:
Unlimited background images
Post / page-specific background images
Multiple images with fade transitions on pagesOh, I’ve seen that it’s an extension. I have installed it, but what it does is add the user’s name as a parameter (/pm_profile/?uid=John%20Doe). Is it not possible to have a SEO friendly URL based on directories (/pm_profile/john-doe)? It’s a pity not to be able to use this plugin for this little detail. Thank you very much.
I installed this plugin thinking that I could combine it with WooCommerce Subscriptions, but I see that it is not like that. Can I know when you plan to add this function? Thank you very much.