baskin35
Forum Replies Created
-
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Broken layout?Just wanted to say thanks to @rfischmann for posting his fix, I had the exact same issue.
Forum: Plugins
In reply to: [Easy Table of Contents] Problem with shortcode only on some pagesI am communicating on email with your support so feel free to respond there if it’s easier for you.
There is no video necessary, just click the links I sent to you and look at the table of contents. You will clearly understand the issue.
How it should look: https://nomadicadvertising.com/how-to-adapt-your-business-for-online-sales/
How it looks on some blogs: https://nomadicadvertising.com/fintech-marketing-how-we-ranked-our-client-for-7000-keywords/
Thanks and appreciate the support
Forum: Plugins
In reply to: [Easy Table of Contents] How to Add Shadow Effect to Easy Table of Content?Hi, I can help you out with this. You can adjust the dropshadow size and color by adjusting the values.
#ez-toc-container {
-webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
}And if you want it with the curved borders like in your photos you can do this:
#ez-toc-container {
border-radius: 10px;
-webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
}If it doesn’t work send me the link to your site.
Forum: Plugins
In reply to: [Easy Table of Contents] Want to solve CLS.Hey, this is an option in the plugin settings. If you go to the settings and look for “Initial View” you will see the option to initially hide the table of contents.