xtnd
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Drop cap customizingThis way no. But you can put the css addition to your theme’s custom style css file and that way the changes will remain the same with an update.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] "Read More" Tag in a TabHow about a screenshot of what you want to do so we can understand?
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Drop cap customizingThis one is simple.
First edit
/plugin-dir/shortcodes-ultimate/assets/css/content-shortcodes.cssand add the following css
.su-dropcap-style-custom { background: #000; color: #ff9900; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; background: rgb(255, 255, 255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */ }Go to your post and use the following syntax
[su_dropcap style="custom"]D[/su_dropcap]We used style=”custom” because before in the css file we added .su-dropcap-style-custom.
If you name your addition to the css .su-dropcap-style-somethingelse you will use style=”somethingelse”.
So we can change whatever we like in the css file and have as many styles as we like for the Dropcap.
Let me know if you need anything else.
Please use
[su_spoiler title="Click me to see nested spoilers" style="fancy"] [su_spoiler title="Spoiler title"] Spoiler content [_/su_spoiler] [su_spoiler title="Spoiler title"] Spoiler content [_/su_spoiler] [su_spoiler title="Spoiler title"] Spoiler content [_/su_spoiler] [/su_spoiler]until the plugin gets an update.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Nested SpoilersSomething like this maybe?
[su_accordion] [su_spoiler title="Spoiler 1 Head Spoiler A" icon="folder-1"]blah blah. These services include: [su_spoiler title="spoiler 1.1"] Spoiler content [_/su_spoiler] [su_spoiler title="spoiler 1.2"] Spoiler content [_/su_spoiler] [su_spoiler title="spoiler 1.3"] Spoiler content [_/su_spoiler] [/su_spoiler] [su_spoiler title="Spoiler 2 Head Spoiler B" icon="folder-1"]blah blah. These services include: [su_spoiler title="spoiler 2.1"] Spoiler content [_/su_spoiler] [su_spoiler title="spoiler 2.2"] Spoiler content [_/su_spoiler] [su_spoiler title="spoiler 2.3"] Spoiler content [_/su_spoiler] [/su_spoiler] [/su_accordion]Forum: Plugins
In reply to: [WP Store Locator] Start Point does not workEvery address i used had no result. I even got it copy paste from google maps website. When i changed the hidden to text and then added the address again everything worked perfectly.
Forum: Plugins
In reply to: [WP Store Locator] Start Point does not workWhatever i use it does not work.
I have used an address i have in my country.
Is there a way i can go to the code and put lat and lon or address there?