dsc1978
Forum Replies Created
-
Forum: Plugins
In reply to: [Shipping Zones by Drawing for WooCommerce] The maps not even showingAll sorted now.
- This reply was modified 1 year, 5 months ago by dsc1978.
Forum: Plugins
In reply to: [Shipping Zones by Drawing for WooCommerce] The maps not even showingI have also run into this problem. The setting for the map to show on checkout as mandatory has been set.
It showed a few times but now is not showing.Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingHAHA!
Sounds great!
Wishing you and the team all the best.
Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingThank you again for your time.
I will be happy to purchase pro if this is a viable option.
Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingI appreciate your time and clarity on this.
The theme is MyListing
I think I will need to see how to manually add/code my own button in.
Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingIf/when leaving the link black, the button does not show on the frontend.
Here is a link to the settings applicable to the button.
You are able to link listing fields but it does not work as per the “Print Record” field as seen next to the “Report Errors” button but linking to a Field from the listing is not ideal as it means creating this field for every listing.
I cant see a way to modify their button. I have asked them to inspect the possibility of linking Print-O-Matic service. Still waiting to hear from them.
Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingIf you wanted to use the orange button as the print trigger, what would you insert into it’s link field?
Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingOk I have the [print-me id=”my_print_button” printstyle=”external”/] embedded in the footer.
Now to figure out what link to add to the orange button.
Forum: Plugins
In reply to: [Print-O-Matic] Print function not workingThank you VERY much for the fast reply.
Yeah, I imagined that the shortcode was no success but I have tried html links as well which only open another tab and no print.
The orange button is an option built into the theme and from what I can tell from the links you provided, they are to create a button and then embed the shortcode somewhere on the page. I dont want to create a new button and am struggling to understand how/where to embed the shortcode.
Forum: Plugins
In reply to: [Print-O-Matic] Custom Logo on Print Page Top HTML not showing when printingThanks for the fast reply.
I have just checked data in and the image is show via Safari browser on my iPhone. I will check other devices to triple check.
Forum: Plugins
In reply to: [Print-O-Matic] Custom Logo on Print Page Top HTML not showing when printingI have also been trying to resolve this. Do you have any feedback?
Forum: Plugins
In reply to: [Print-O-Matic] do not print the iconCancelled comment
- This reply was modified 3 years, 5 months ago by dsc1978.
Your post set me off on the right path to find a solution for myself.
I am using the below to make the plugin responsive.
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.am__col-3 .am_grid_col {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 100%;
max-width: 100%;
}
}/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.am__col-3 .am_grid_col {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 50%;
max-width: 100%;
}
}/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.am__col-3 .am_grid_col {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 50%;
max-width: 100%;
}
}/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.am__col-3 .am_grid_col {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 33.33%;
max-width: 100%;
}
}/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
.am__col-3 .am_grid_col {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
flex: 0 0 25%;
max-width: 100%;
}
}Hope this helps you too.
Forum: Plugins
In reply to: [Watu Quiz] Unable to access examI will contact Namaste to confirm this issue.
Forum: Plugins
In reply to: [Watu Quiz] Unable to access examthank you very much for your insight and support.