In which cases do you need Sendinblue?
It’s dependent on Sendinblue, this is option to create email campaign on SendinBlue. It’s doesn’t save on WordPress.
It’s dependent on Sendinblue, this is option to create email campaign on SendinBlue. It’s doesn’t save on WordPress.
You will need SendinBlue in every case, but you if you only one petition on the site you can use other mail service.
You can edit the file /templates/header/app-header.php – home-header.php in children theme. But best way you should hide it by CSS to compatible with next upgrade.
I copied wp-content/themes/campoal/sign-successful.php to wp-content/themes/campoal-child/sign-successful.php for template override! Then one can modify sign-successful.php in order to erase facebook share part, social buttons etc.. I tested it, works! There is a similar php-script in wp-content/themes/campoal/templates/sign-share/sign-successful-modal.php which maybe must be adapted too for modal views. I hope Long Ha can give us a hint in which cases…
Hi, this seems to be a good question, because I didn’t find a way to set in the backend whether “Share on Facebook” and social buttons should be active or not when the “Sign successfully” page is called. Currently I only see the possibility to adjust the Sign-Successfull window by modifying the PHP code (/sign-share)…
Change Home menu text color to Black please, Access from Campoal > Colors > Homepage colors https://tppr.me/iC3Dm
You can set home tab default for Recent https://tppr.me/Suqlg The use CSS in children theme to hide that. Add CSS to wp-content/themes/campoal-child/style.css #sign-category, #petition-tab { display: none !important; }
Because nobody request this feature, I have note that for next version.
The option for this color not commonly used so it’s not available. But you can try edit by chilren theme. Add a CSS to /wp-content/themes/campoal-child/style.css .nav-submenu .ui.menu .dropdown.item .menu { background-color: black; }