mayteclick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Service Icons (fontawesome) not showingHi:
I found that it works only if I update directly in to main Sydney CSS file Appearence->Editor; where if I update Apperance->Custom CSS it does not!
Is there a setting I am missing that activates Custom CSS?
Thanks!
Mayte
Forum: Themes and Templates
In reply to: [Sydney] Service Icons (fontawesome) not showingHi:
I tried setting my own icons
Hi:
I tried adding this to my custom CSS, and nothing happens.
1) First I added “fa-globe” in to the service icon field
2) Upload my icon image to https://www.clickandgocity.com/wp-content/uploads/2016/09/download-app-icon.png
3) Update simply CSS:
.fa-globe:before{
content: ” !important; /* Remove default icon */
display: block !important;
width: 32px !important;
height: 32px !important;
background-image: url(‘https://www.clickandgocity.com/wp-content/uploads/2016/09/download-app-icon.png’) !important;
background-size: contain !important;
background-position: center center !important;
margin-top: 17px !important;
}Thanks!
Forum: Themes and Templates
In reply to: [Sydney] Service Icons (fontawesome) not showingHi:
I tried adding this to my custom CSS, and nothing happens:
.fa-globe:before{
content: ” !important; /* Remove default icon */
display: block !important;
width: 32px !important;
height: 32px !important;
background-image: url(‘https://www.clickandgocity.com/wp-content/uploads/2016/09/download-app-icon.png’) !important;
background-size: contain !important;
background-position: center center !important;
margin-top: 17px !important;
}Forum: Themes and Templates
In reply to: [Sydney] Service Icons (fontawesome) not showingThanks for your quick reply.
How can I add my own icons?
Thanks
Forum: Plugins
In reply to: [Trackserver] Tracking information of markersHello:
I have been using this plugin to track +100 fleet for several months now; I tough you might like to know that I implemented the popup with start/end markets datetime and total distance.
Downside is that since I had to make changes to source code upgrading is not going to be easey (I am using 3.0.1).
Great work!
Mayte
Forum: Plugins
In reply to: [Custom Instagram Feed] Search other users by hashtagHi Abhishek:
Thanks for your quick reply; just to make sure, I want to display other accounts post searched by hashtag (not only my own posts); I am making sure because with Instagram API changes last March is not possible to get other accounts posts.
Thanks
Mayte
Forum: Plugins
In reply to: [Trackserver] Direction of travel and point infoHi Martijn:
I want to implement the day/time and lat/long when clicking a point; I dont understand why you say “Trackserver don’t have any date/time information, only coordinates”, my install does have wp_prefix_ts_locations.occurred column that is populated by the $_GET[‘do’] (I have a post lat/long/do using trackme API) so I can get the date/time from there.
Any pointers where should I start?
Thanks and great plugin again!
Mayte
Forum: Plugins
In reply to: [WordPress Charts] Shortcode not workingIn case you still need it…I figured it out….you need to force loading WP-Chart scripts. By default scripts are only loaded in the front-end.
Just add the following line to your script:
wp_charts_load_scripts( true );
Mayte
Forum: Plugins
In reply to: [WordPress Charts] Shortcode not workingHi I guess you are trying to display chart in the admin; I have the same problem; have figure it out?