jcarlosd
Forum Replies Created
-
Sorry to do not commenting how I proceeded with this issue. Finally I disabled the connection of Site Kit with Google Analytics and installed “Google Analytics para WordPress por MonsterInsights” instead. ??
Thanks for your interest! I still don’t see the root cause of this misbehavior and how to fix it.
My site https://www.acropolis.org has WPML for different language versions. That’s the reason of the rel=alternate. I do not control the https://www.acropolis.org.au site, but it seems the problem is not there.
I do have another site https://news.acropolis.org where I just wrote a link to the Australian site at the end of https://news.acropolis.org/2023/international-mother-earth-day-australia/ page. In the News site I have also Google Site Kit and WPML. So It confuses me even more.
As I said, the list of countries+addresses+links at the initial page (https://www.acropolis.org/en/where-we-are/) is created with a PHP script that I reviewed again. But I wonder why the only URL generated with those parameters is the Australian one. Of course I double checked the MySQL to be sure that the link has no parameter.
I do not know how to avoid that bad link. The only way I could was by disabling the Site Kit plugin and that’s the reason I am asking for Site Kit support.
Thanks again for your help. I was checking that the old UA is not longing connected. I checked the Site Kit configuration and it does not appear at all. And if I see the source code, there is a mention to:
<script> window[“ga-disable-UA-26661687-2”] = true; </script>That one is the code of the old UA tracking.
By the way, checking Site Kit configuration I selected the “Improved measurement” option, just in case. But the problem still happens.To me this is a problem in my WordPress site with the Site Kit. It is not in the Australian web site. I have another web site (with Joomla), with almost the same script generating from a MySQL database the list of countries, addresses and their URL and it works normally. (This is at https://www.nueva-acropolis.es/en-el-mundo). I do not have Google Site Kit in this latest web.
To me, it is really strange: there should be some reason that I do not understand.
Thanks for your fast assistance! I still do not know what do I have to change if anything. I read the documentation in your links but can not find how to avoid those parameters to be added.
The real strange thing is that it only happens with the link to the Australian domain. Do I have to make a change in the .org domain I edit or I have to ask to whoever manages the .org.au domain?
Thx.
J. CarlosThank you very much, Adam. I’ll do as you suggested.
Forum: Themes and Templates
In reply to: [MesoColumn] change color in second menuThanks phpexpert21 for your advice. One of the reasons I choose this theme was the good support. I went through most of the forum posts and I was able to make myself many customizations.
Regarding the css code you posted, actually I realized that two other changes were required, so I finally add this code:
#main-navigation .sf-menu a { border-bottom: 5px solid #004d41 !important; } #main-navigation .sf-menu a:hover { background-color: #00705f !important; } #main-navigation .children { background-color: #004d41 !important; }
Thanks a lot!
I found by myself, but I’m not an expert on this plugin so I do not know what other functionalities could be affected.
I removed “class=”clearfix” from line 7 in gridview.php and list.php. Now it reads: <div id=’tec-events-calendar-header’>
Class “clearfix” is defined in events.css as:
.clearfix:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {zoom:1; /* For IE */}I read in Google that it is a method of removing floats. I do not know the reason it is necessary in this plugin, I do not know why it is used (perhaps to place buttons for calendar or list view of events), but it fixed my problem within Firefox and IE is still working.
Juan Carlos
Forum: Networking WordPress
In reply to: Can not install WP MultisiteGet another domain. like, mydomaincomunity.com
Get a linux hosting package.
install it and keep your hair.I see, I see. BTW, I already lost my hair, years ago ??
My problem is that I am already using my main domain with subdomains with each branch content. Everything is done with my own ASP code I wrote many many years ago, before knowing there was something called CMS (like WordPress or Joomla).
So, I have to keep the subdomains. But following your advise, is it possible to have one host with https://www.mydomain.com and the rest of the subdomains (sub1.mydomain.com, sub2.mydomain.com, etc.) in other host?
Thanks for are your contribution: I am really learning.
Forum: Networking WordPress
In reply to: Can not install WP MultisiteDid you insert FIRST the one line, then let it load and THEN the other lines, or did you insert all seven at once?
I think that I did all combinations, to identify that those two lines were the ones with problems. I’ll try again later this afternoon, because I remmbered that there were two different problems.
Forum: Networking WordPress
In reply to: Can not install WP MultisiteNo, Godaddy has certain requirements if you wish to use multisite.
I called Godaddy support and they did not mention anything about it. They said that they give support of WP installation through their site, but they do not help with any other WP issue. BTW, the technical support guy told me to write to www.remarpro.com regarding my problem while installing WP multisite.
Forum: Networking WordPress
In reply to: Can not install WP MultisiteThanks for your answer, Andrea.
Yes, I know that if I comment those lines it will disable the network. What I meaned is that after inserting the seven required lines, I could not login, because a problem of redirection (I think). The only way to be able to enter the admin was commenting out those lines.
The site is for a Cultural Association. I installed the WP in a folder because the idea is to have the root directory for generic info of the Association, and put the WP in directory /branch/ to create a WP for each city branch where the Association is located.
What do you mean by “they require to upgrade”? To move to Linux? I guess it is not possible, since the root part of the web is written with ASP.
Regards
JC