HomePage › Forums › Themes Support › Poco – Fast Food Restaurant WordPress Theme › Demo import
- This topic has 14 replies, 3 voices, and was last updated 4 years, 1 month ago by Pavothemes.
-
AuthorPosts
-
October 29, 2020 at 10:28 pm #1062georgesotiroSupport Expired
Hi i have broken import but i work localhost. Please help me
October 30, 2020 at 8:36 am #1071Dear mate,
Please for our team more information about your issue. You can take a photo screenshot with a description of your issue.
October 30, 2020 at 2:47 pm #1075georgesotiroSupport ExpiredOctober 30, 2020 at 2:48 pm #1077georgesotiroSupport ExpiredOctober 30, 2020 at 2:49 pm #1081Hi there,
Please send us wp-admin
we will check & fix itThanks
October 30, 2020 at 2:50 pm #1085georgesotiroSupport ExpiredSorry for the many replies, my browser stucked. i work on localhost. i can give you anydesk access
October 30, 2020 at 2:59 pm #1086Hi there,
Please download plugin : https://www.dropbox.com/s/i9jf21gxr4emtwb/poco-data.zip?dl=0 then install + activate– add “?opal-setup-data” to the url (https://d.pr/free/i/WiroTd)
– Go to wp-admin > Elementor > tools then click Regenerate CSS ( https://d.pr/free/i/4XARVr )
Hope this help! Thanks
October 31, 2020 at 5:30 pm #1105georgesotiroSupport Expiredhi. worked ok.
i have 2 questions. does the theme support unpurchasable class? css
and i added variated product at the offer but variations don’t work ok
i add 17euro as the regular price and 15 as a special price and at the single product page i see both 17. and when i change quantity it changes the amount of the regular price. not the special price
November 2, 2020 at 9:43 am #1144Hi again,
Make sure you are set up all correct: https://prnt.sc/vbi8d1November 2, 2020 at 8:44 pm #1159georgesotiroSupport ExpiredIt happens when i add variable products and i add the special price at the variable product tab.
Also where could i edit the bottom navigation bar appears on mobiles?
I want to edit links.
ThanksNovember 3, 2020 at 10:46 am #1178Hi,
1. Variable Products: please view guide https://prnt.sc/vc9u57
Our link demo: Variable Products
If you need to help, please upload to your hosting and send for me information about your site.2. Please go to /wp-content/themes/poco/inc/woocommerce/woocommerce-template-functions.php see function “poco_handheld_footer_bar”
– Remove item: add code unset($links[‘name-item-remove’]);
– Change item: `$links = array(
‘shop’ => array(
‘priority’ => 5,
‘callback’ => ‘poco_handheld_footer_bar_shop_link’,
),
‘my-account’ => array(
‘priority’ => 10,
‘callback’ => ‘poco_handheld_footer_bar_account_link’,
),
‘search’ => array(
‘priority’ => 20,
‘callback’ => ‘poco_handheld_footer_bar_search’,
),
‘wishlist’ => array(
‘priority’ => 30,
‘callback’ => ‘poco_handheld_footer_bar_wishlist’,
),
‘cart’ => array(
‘priority’ => 35,
‘callback’ => ‘poco_handheld_footer_bar_cart’,
),
);`Click edit name item and edit function callback.
In function callback, you can call your link.Please copy all function and paste into child-theme to override
November 3, 2020 at 5:47 pm #1188georgesotiroSupport ExpiredHi thanks for your reply. I made it. One last question pls.
i want o change at css the icons of the bar but at css i see this
content : “”;
What icons you use? where i can find them?
November 4, 2020 at 9:11 am #1203Hi again,
You can use Unicode font awesome to edit icon: https://prnt.sc/vczges
Css code Ex:
.poco-handheld-footer-bar ul li.shop>a::before { content: "\f290" !important; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
November 4, 2020 at 4:35 pm #1209georgesotiroSupport Expiredthanks for all
November 4, 2020 at 4:36 pm #1210We glad to hearing that the trouble was resolved! Let us know if you get any issue, we will give you the best solution to resolve them.
Don’t forget to vote us 5 starsThanks & Regards,
-
AuthorPosts
The topic ‘Demo import’ is closed to new replies.