Your account expired support, please renew to get your support.
Topic Resolution: Resolved
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1062
    georgesotiro
    Support Expired

    Hi i have broken import but i work localhost. Please help me

    #1071

    Dear mate,

    Please for our team more information about your issue. You can take a photo screenshot with a description of your issue.

    #1075
    georgesotiro
    Support Expired

    Sure. I imported demo and some pages imported broked.

    Screenshot-2020-10-30-094344
    Screenshot-2020-10-30-094414
    Screenshot-2020-10-30-094431

    #1077
    georgesotiro
    Support Expired

    Sure
    I imported demo and some pages are broked.
    see pics pls

    Screenshot-2020-10-30-094344
    Screenshot-2020-10-30-094414
    Screenshot-2020-10-30-094431

    #1081

    Hi there,
    Please send us wp-admin
    we will check & fix it

    Thanks

    #1085
    georgesotiro
    Support Expired

    Sorry for the many replies, my browser stucked. i work on localhost. i can give you anydesk access

    #1086

    Hi 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

    #1105
    georgesotiro
    Support Expired

    hi. 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

    #1144

    Hi again,
    Make sure you are set up all correct: https://prnt.sc/vbi8d1

    #1159
    georgesotiro
    Support Expired

    It 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.
    Thanks

    #1178

    Hi,

    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

    #1188
    georgesotiro
    Support Expired

    Hi 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?

    #1203

    Hi 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;
    }
    #1209
    georgesotiro
    Support Expired

    thanks for all

    #1210

    We 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 stars 

    
Thanks & Regards,

Viewing 15 posts - 1 through 15 (of 15 total)

The topic ‘Demo import’ is closed to new replies.