Forums
(@christaelrod)
4 years, 11 months ago
There is no such kind of plugin which will add toggle button to visual editor, but we can add manually by using css and JS codes. Refer the links for more details. Hope it helps you.
Reference Links: 1) https://www.wpexplorer.com/wordpress-toggle-shortcode/ 2) https://www.w3schools.com/jquery/eff_toggle.asp
7 years, 8 months ago
@goinstasell Try to use three words per tag.
Try to add “padding-left” in the following code
#footer .tagcloud a { border-color: #bdbdbd; padding-left: 27px; }
@goinstasell Welcome.
/ Change the padding-left: 25px to 10px /
.col-lg-4 { margin-left: -25px; float: left; padding-left: 10px; padding-right: 25px; }
7 years, 10 months ago
Use Better WordPress minify, Lazy load and W3 supercache plugins to reduce your load time.
Note : Before activating the plugins backup your theme and wordpress database.
Using code
Add remove_image_size() function into your functions.php
remove_image_size(‘large’); remove_image_size(‘medium’); remove_image_size(‘thumbnail’);
It will disable the resizing the images.
7 years, 11 months ago
Hi,
Did you recently update your theme or WordPress or any plugin ?