Home Forums WoodMart support forum Woodmart WooCommerce

Woodmart WooCommerce

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #40533

    GModels
    Participant

    Hello
    I have two questions
    1) After deactivation of the plugin WooCommerce site stops working.
    2) For Sharing I need Linkedin button. In follow box I see this button, but missing in sharing section

    Attachments:
    You must be logged in to view attached files.
    #40558

    Artem Temos
    Keymaster

    Hi,

    1. Could you please enable debug mode in the wp-config.php file and check what error do you get when disabling this plugin? https://codex.wordpress.org/WP_DEBUG

    2. There is no share in Linkedin button functionality.

    Regards

    #40575

    GModels
    Participant

    I saw it, but I’m curious how to add it? I have an opportunity?

    #40577

    GModels
    Participant

    Redux Framework -works incorrectly, when the plugin is active the white page of the site is created.

    #40596

    GModels
    Participant

    Hello. How to make the inscriptions black? Set the settings – the black color of the inscriptions does not work.) Screenshot http://prntscr.com/ig8it4
    Site Page https://www.sevenapp.a-webstudio.biz.ua

    #40628

    Artem Temos
    Keymaster

    Here is a code snippet to change this button color. Add it to the custom CSS area in Theme Settings

    a.woodmart-open-popup {
    	color: #090909!important;
    }

    Unfortunately, we don’t have an instruction for the linkedin share button.

    #40668

    GModels
    Participant

    Thanks It works.)
    How to make the buttons red? How to make buttons with round edges? Screenshot http://prntscr.com/igcxwl For example like here Screenshot http://prntscr.com/igcyat

    #40714

    Bogdan Donovan
    Keymaster

    General buttons styling is located in Theme settings -> Styles and colors -> Buttons.

    Buttons that are added by page builder elements have own styling options https://prnt.sc/igel8o.

    Buttons that are placed in Revolution Slider have styling options in Style tab. https://prnt.sc/igemf1

    Regards

    #42698

    GModels
    Participant

    Установил обновление) мне понравилось) Мобильное меню работает) Супер!)
    Есть и недостатки.) Подскажите пожалуйста как убрать 2 элемента ПОИСК в меню?)

    Attachments:
    You must be logged in to view attached files.
    #42736

    Artem Temos
    Keymaster

    Just clear the browser cache to see the changes after update.

    #42812

    GModels
    Participant

    1) Очистил. Работает. Как сказать всем клиентам, что бы очистили кэш браузера?)) Они не знают как это делать. Может само исправиться у других пользователей? Через какое время может исправиться у других пользователей?

    #42891

    Artem Temos
    Keymaster

    It depends on their browsers and we can’t say exactly when the cache will be cleaned.
    But we can do nothing in this situation. If you don’t need, you can keep 2.0 version and don’t update the theme in the future to prevent changes in the CSS code and such issues on your website.

    #44080

    GModels
    Participant

    Здравствуйте.) Как поменять цвет кнопки?) Скриншот http://prntscr.com/ine4oa
    Страница https://muzaproduction.com/vidguki/

    #44116

    Artem Temos
    Keymaster

    Good morning!

    Try to use the following CSS code for that

    #wpmtst-submission-form .button {
    	background-color: red;
    	color: white;
    }

    Regards

    #44340

    GModels
    Participant

    Здравствуйте. Не работает. Уточните, пожалуйста, в какое место установить. Я пробовал в тему в CSS и в саму страницу.

    #44389

    Artem Temos
    Keymaster

    Try to add it to the Custom CSS section in Theme Settings.

    #44524

    GModels
    Participant

    Я внёс код но ничего не меняется. Вот скриншот http://prntscr.com/io7elg А вот страница где должен поменятья цвет кнопки https://muzaproduction.com/kontakty/

    #44539

    Artem Temos
    Keymaster

    But it is not the button you talked initially 🙂

    input.wpcf7-submit {
    	background: red;
    	color: white;
    }
    
    input.wpcf7-submit:hover {
    	background: blue;
    	color: white;
    }
    #44547

    GModels
    Participant

    Супер!!!)) Получилось!!))))) Спасибо))))

    #44587

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

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

The topic ‘Woodmart WooCommerce’ is closed to new replies.