crispy24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Domain is masked only on the home pageThank you for your reply.
I’m the hosting provider. ?? The domain I’m writing about is a parked domain. It doesn’t even have a folder in the administration panel because it’s not supposed to have content. Like hostgator.com says:If you own domain1.com and it is the primary domain of your cPanel account, you can set up domain2.com as a parked domain and it will load the content of domain1.com. When you visit domain2.com, you will notice that although the content of domain1.com is loading in the browser, the address bar will display https://domain2.com/.
This is exactly what this parked domain should do. An add-on domain, on the other hand, is different from the main domain and has its own content.
I’ve read somewhere that WordPress is somehow blocking the domain masking that parked domains should do because of Google bot rules regarding duplicate content/indexing or something like that. I also found an old plugin that was used for masking domains I think, but it hasn’t been updated in years, so that won’t work…Forum: Plugins
In reply to: [AnsPress - Question and answer] Problem when I add new usersThank you for your reply. The problem is that before installing the AnsPress plugin, I added some Editors and they have no problems with the dashboard access. I checked their profiles and I’ve seen that in their case, no user ranking is checked (I guess this is because I created the users before installing the AnsPress plugin). But when it comes to the user that I created today, there’s a default ranking checked in his profile and I can’t uncheck it, as it is a radio button.
Also, when I looked on the Users page, there were two Editor categories. The first one contained the users that I created before and the second one had a single user, the one I created today. I solved the problem by moving the user in the other Editor category, but it’s pretty weird that this happens. Anyway, it’s good that I found a temporary solution.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Some posts are blank when I open themI updated the plugin before writing the previous message, but the blank page still appeared afterwards. Maybe the warning that I told you about has been fixed though. I only got it yesterday.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Some posts are blank when I open themI did that, but no error is being displayed. I looked in the error_log and I found tons of warnings like this one:
PHP Warning: imagesx() expects parameter 1 to be resource, boolean given in …/public_html/wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/wonderm00n-open-graph.php on line 610
But I’m not sure if that’s related to the issue.
It works now.
Thank you!Forum: Plugins
In reply to: [Accordion Shortcodes] openfirst not workingI finally found out what the problem was. I checked the HTML code like you asked me to. The first accordion item was alright, but the next ones were inside a div with a clear:both style. I commented out those divs and it worked. I’m not sure why it didn’t “like” those divs, as the accordion item tags were opened after them, but it’s good that it works now. I guess nesting the accordion divs is not a good thing to do. Thank you very much for your help and patience!
Forum: Plugins
In reply to: [Accordion Shortcodes] openfirst not workingUnfortunately, I can’t. The website is still under construction, so it’s only visible to the admin.
Forum: Plugins
In reply to: [Accordion Shortcodes] openfirst not workingI checked the versions of the files and they are like you wrote them. I also deactivated some plugins to see if there were conflicts between them, but I didn’t solve anything. In the source file I have 3 jQuery files:
wp-includes/js/jquery/jquery.js?ver=1.11.0
wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.50.0-2014.02.05Could these cause the problem?
I checked if I closed the shortcode tags and they are closed.Forum: Plugins
In reply to: [Accordion Shortcodes] openfirst not workingOk, I have this:
[accordion openfirst=”true” clicktoclose=”true” openall=”false”]
When I go to the page where the accordion is, all the items are open. I press on a heading to close the contents of that accordion item and when I press it again to open it, the rest of the items close. Then, whenever I press on a heading to open that item, the rest of the items are closed. That is ok, but the problem is when I go to that page for the first time and all the items are open.