slonicom
Forum Replies Created
-
Well noway – so what now?
Ok, this is how I resolved this.
I identified CSS id for the responsive (mobile) menu bar using the web developer tool that can be downloaded on https://chrispederick.com/
Once the extension is installed in the browser, press F12, and then click on the menu bar while you web window is minimized to a sie of a portable device so the web page is activated as “responsive” same as it would show on your mobile/tablet browser.
The id code will show and you can accurately see the code that you will then insert into your responsive menu plugin hide css of the menu option.
By now I switched to a Responsive theme by the way and the code to hide there was
#responsive_current_menu_item
Closed!
IK
A quick update!
The ANALYTICS TAG is firing now – I checked in the DEBUG mode. It seems it needed time to authorize itself, as the GA container was brand new!
BUT
So far I have a separate container for each site in GA and separate GT ID for each website.
and the REAL TIME REPORTING is not working for example.com/fr but general reporting is working.
The only issue left now is to work out why Real-time reports are not showing.
***
As for the question I raised – yes, different GT ID for a different website no matter what it seems.
Please correct me if I am wrong?
Thanks!
Hi Thomas,
yes, this would be good. Another option too would be great to know-how.
so to rephrase: how to set options:
1. monitor traffic using your plugin for two sites (managed by multisite) example.com and example.com/fr as one property in GA?
2. monitor traffic for two sites as two different properties in GA?
***
So far, if I insert same GT container ID for both sites, no activity reflected in GA.
If I set up second GA property and a second GT container for the second site example.com/fr, and use separate GT container IDs for different sites, activity gets reflected only for the main site example.com.; Yet not for example.com/fr. *** In-fact, GA shows that tracking Not Installed for the second property in such a case.
May be its something to do with the multisite permalink set-up of second website /fr? Nobody seems to be talking about this kind of a set up anywhere!
I will be ready to clarify any further info you may need Thomas and appreciate your resolution like rain in drought!
Thanks!
IK
Using Wp 4.0 and Theme 2014 with child. Thanks!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Does Not Display Contents on Mobile BrowsersHello again!
This is a one solution I found and it works.
Use the Simple Custom CSS plugin.
Then add under appearance > Custom Css the following code:
@media screen and (max-width: 400px) {
.list-view .site-content .cat-links,
.list-view .site-content .entry-content,
.list-view .site-content .entry-summary,
.list-view .site-content footer.entry-meta {
display: inline;
}
}This is me again:
Remove .list-view .site-content .cat-links if you dont want category link to show upI found the solution on the thread two pages before this one on 2014 topics page.
https://www.ads-software.com/support/topic/show-entire-posts-in-mobile-view?replies=13
Good day Lexlaw!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Does Not Display Contents on Mobile BrowsersHello Lexlaw and all!
I want to have the answer to this question also!
When the posts are displayed on the mobile device (for example under the category “Sport cars” as an item in the menu) the theme only shows the Subject of the Post title. I really would like it show the post or to be exact an image from the post. So that people can visually see what the post is about before pressing and loading the page.
WE will eally appreciate some help here.
Thank you!!
Forum: Themes and Templates
In reply to: [Custom Community] Dedicated Blog PageThanks! I think this will do for a start! ))))
Forum: Themes and Templates
In reply to: [Custom Community] Dedicated Blog PageHello!
This is exactly what I want to do but there is no option as listed above
3. Scroll down until you see one of the option boxes (called “meta boxes”) which is titled “Custom Community Settings”
I am using WordPress theme 2013 – how to create a page that will show a certain category(s) of posts published in the general feed?
Thanks!
Anyone? =)
Forum: Plugins
In reply to: How to have straight login with Buddypress?Hey! Can someone help please??