aronno755
Forum Replies Created
-
Hi
CanadaPost shipping method is already disabled due to conflict and the shipping rates from CanadaPost comes from the settings page automatically. Now we have flat rate enabled and here’s a screenshot of the flat rate settings:
I checked and rechecked everything again and again but shipping issue is still unsolved. What’s your thought now?
I’ve disabled the CanadaPost plugin and its options and still getting the same issue with flat rate. So, it must not be the only CanadaPost plugin compatibility when flat rate aren’t working as well.
The option is already on ??
Yes, we need the shipping price added to the feed because we’re using CanadaPost live prices for shipping and Flat rate for USA shipping separately. BTW, the facebook feed worked perfectly without any issues but the google feed having the shipping price issue. Below the screenshot given for both feed settings and shipping settings.
Feed Settings:
https://1ce.org/1#Sy1xtql98
https://1ce.org/1#BkkSY5eqI
https://1ce.org/1#HyaYtcgqL
https://1ce.org/1#BJo3F9xc8Shipping Settings:
https://1ce.org/1#SyIG5qx9U
https://1ce.org/1#Bys059lcL
https://1ce.org/1#SJ_zoqe5UHI, Yes, I checked it already before and mapped shipping attribute to shipping field. Actually, I tried both and getting same result.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Map on listing not workingThat’s great. I’ll look forward to the plugin update soon to fix this issue.
Forum: Themes and Templates
In reply to: [Hueman] change size of displayed menuHello Alex, I’m not a web developer but trying to learn everything. I’m using the hueman and tried the code on custom.css #nav-header .nav ul { width: auto; right: 0; }
Here’s the structure where I placed but it didn’t worked out for me yet after deleting browser cache.
/*
Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking.When you update your theme, backup this file and re-add it after.
*/#nav-header .nav ul { width: auto; right: 0; }
/* Global */
.mystyle {}/* Tablet – 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
.mystyle {}
}/* Mobile – 480px & 320px */
@media only screen and (max-width: 719px) {
.mystyle {}
}/* Mobile – 320px */
@media only screen and (max-width: 479px) {
.mystyle {}
}can you help me to get the menu on the center of header bar and increase the font and make them bold.