ank91
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Map] Google Maps API errorPlease update to v1.7.8.
Make sure you have a valid API Key
https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
Read more:
https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-updateForum: Plugins
In reply to: [Google Map] Missing API KeyPlease update to v1.7.8.
Make sure you have a valid API Key
https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key
Read more:
https://developers.google.com/maps/pricing-and-plans/standard-plan-2016-updateForum: Plugins
In reply to: [Google Map] Missing API KeyA fix is coming in 48 hours, thanks for reporting..
Forum: Plugins
In reply to: [Google Map] Google Maps API errorA fix is coming.. thanks for reporting..
Forum: Plugins
In reply to: [Google Map] Add a link in the info window boxPlease update to v1.7.6.
Issue should be fixed.Forum: Plugins
In reply to: [Google Map] Add a link in the info window boxI have found the issue and fixed it, see here
I will release a new version soon.
Forum: Themes and Templates
In reply to: Adding horizontal lines into menuHi, again
Add this line of code to your themes’ style.css
`
nav#header-menu ul.sub-menu li {
border-bottom :1px solid #ff7f00;
}
`
Read more hereHappy to help.
Forum: Plugins
In reply to: [Google Map] Display problemHi,
I was able to fix this issue by adding a css fix, see here.gmnoprint img, #agm_map_canvas img { max-width: none; }
Just add this line of code to your theme’s style.css file.
This issue was caused by your theme not my plugin. I tested my plugins with default themes (twenty fifteen).
Next time when you report an issue please read the faq first.
Best of luck.
Hi,
Currently this plugin does not support this feature,
But i will look into that, and if possible i will release a new version to support this feature.
Just one question,
Are you using WordPress inbuilt tinyMCE editor on front-end ?Forum: Plugins
In reply to: [Wordpress PDF Light Viewer Plugin] Web Layout problemthis plugin allows us to use a custom template instead of its own,
lets create a new pdf_lv_template.php in our theme’s folder
the code may look like this :
<?php // file name : pdf_lv_template.php global $pdf_light_viewer_config; $pdf_upload_dir_url = $pdf_light_viewer_config['pdf_upload_dir_url']; if (!empty($pdf_light_viewer_config['pages'])) { ?> <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <div class="carousel-inner" role="listbox"> <?php foreach ($pdf_light_viewer_config['pages'] as $index => $page) { ?> <div class="item <?php echo ($index == 0) ? ' active ' : '' ?>"> <img src="<?php echo $pdf_upload_dir_url . '/' . $page; ?>" alt="loading image"/> </div> <?php } ?> </div> </div> <?php } ?>
above code just loop through linked images, u can add your own css classes to suite your needs.
Now we can use this template by this short code:
[pdf-light-viewer id="142" template="pdf_lv_template.php"]
hope this helps. ??
P.S. : updated the code , using bootstrap default Carousel
Forum: Plugins
In reply to: [Wordpress PDF Light Viewer Plugin] Web Layout problemPlease follow the docs
https://pdf-light-viewer.wp.teamlead.pw/wp-content/plugins/pdf-light-viewer/documentation/index.html#advancedYou can create your own template.
this might help:
I have ubuntu 14.04 on my server;
Open up terminal and follow these commands ://update local repo
sudo apt-get update//begin install (15 mb download)
sudo apt-get install imagemagick php5-imagick//to check if installed properly (optional step)
display//close the image magick window if opened
//lets apache detect the changes
sudo service apache2 restart//enjoy
Forum: Plugins
In reply to: [Google Map] Needs some overhaul!Well,
I think you should read the FAQ section first. This will solve lots of issues.This plugin currently support only one map.
If don’t want border then leave border color field empty.Thanks
Forum: Plugins
In reply to: [Google Map] Needs some overhaul!Hi!
Thanks for reporting , this is called BOM (Byte Order Mark) problem.This is very common problem, the good news is that i have fixed it and pushed to server.
Please update to v1.6.0 and feel free to report again.
Why you saw a blank page ?
Always clear/purge your WordPress cache (WP Super cache/W3 Total Cache) after saving map’s settings.Forum: Plugins
In reply to: SVN repository not working.i have the same problem..
i am on Ubuntu 14.04 X64 (up to date)
svn version : 1.8.8using command line:
sudo svn co https://plugins.svn.www.ads-software.com/ank-simplified-ga ank-simplified-ga/returns this error:
Unable to connect to a repository at URL ‘https://plugins.svn.www.ads-software.com/ank-simplified-ga’
OPTIONS request on ‘/ank-simplified-ga’ failed: 408 Request Time-out