Jan Gaso
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Analytics Top Content Widget] PHP error – crashes whole siteI fix it now with this custom Css
.td-footer-wrapper .gtc-list li {
margin-left: 28px;
list-style: inherit;
}Forum: Plugins
In reply to: [Google Analytics Top Content Widget] PHP error – crashes whole siteForum: Plugins
In reply to: [Google Analytics Top Content Widget] PHP error – crashes whole siteForum: Plugins
In reply to: [Google Analytics Top Content Widget] PHP error – crashes whole siteThank you Justin, it is working now. I have only one more issue. Numbers before post/page titles are gone…
Forum: Plugins
In reply to: [Google Analytics Top Content Widget] PHP error – crashes whole siteI have same problem. My plugins are:
AddThis Sharing Buttons
BackWPup
Contact Form 7
Jetpack od WordPress.com
Revolution Slider
tagDiv Social Counter
WordPress SEO
WPBakery Visual Composer
wpDiscuz – WordPress Comments
WP SmushMaybe you can change this period manually in google-analytics-top-posts-widget.php in this part of code:
`$defaults = array(
‘post_id’ => get_the_ID(),
‘start_date’ => date( ‘Y-m-d’, time() – ( DAY_IN_SECONDS * 30 ) ),
‘end_date’ => date( ‘Y-m-d’ ),
);I changed nuber 30 and it is working in my case.
Forum: Plugins
In reply to: [Google Analytics Top Content Widget] Title remove shortcode not workingI had the same problem. I moved titleremove to the end of the shortcode and now it is working.
This is format of my working shortcode:
[google_top_content showhome=no contentfilter=post pageviews=1 number=10 time=3600 timeval=4 titleremove=" | TITLE"]