LastFewSteps
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] blockUI requires JQueryMine was the Sidebar Login plugin. Update fixed it.
Forum: Reviews
In reply to: [My Custom CSS PHP & ADS] So simple and elegantI totally agree. Having this style sheet one layer closer to the site makes it override anything without an “!important” declaration. This is such a perfect solution.
Forum: Fixing WordPress
In reply to: I can't find where to change my slider's speed.Christian, you are the man.
Mods, thanks for letting me know about the Forum parameters. I’m relatively new to the forums, and I haven’t had a problem before.
Forum: Fixing WordPress
In reply to: I can't find where to change my slider's speed.Here’s a more direct link to the theme demo:
demo.fabthemes.com/helixI’m using the same exact slider functionality as you see here, so I imagine the solution will also be identical.
Forum: Fixing WordPress
In reply to: I can't find where to change my slider's speed.I can’t either all of a sudden. Drag.
I’m using this theme, which is also somehow inaccessible to me at the moment: https://www.web2feel.com/helix/?Forum: Fixing WordPress
In reply to: I can't find where to change my slider's speed.It’s part of the theme. It’s a full-page background slider.
Forum: Plugins
In reply to: [Install via URL] Fatal Error: Class 'finfo' not foundI’m having the same problem. I’ve tried to install it from a zip at the original source and even my own host, and it’s not working.
Forum: Themes and Templates
In reply to: [sprachkonstrukt2] social buttonsI found the instructions!!!
https://sprachkonstrukt2.deyhle-webdesign.com/social-buttons/
Forum: Themes and Templates
In reply to: [sprachkonstrukt2] social buttonsI had this problem, too.
I’ve started to sleuth it out and here’s what I’ve found so far.
The creators of the theme have a demo of it here:
https://sprachkonstrukt2.deyhle-webdesign.com/
If you look in their page source, you can see the buttons are actually an unordered list. The one on their demo looks like this:<ul id="menu-social" class="socialbuttons"><li id="menu-item-760" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-760"><a title="RSS" href="https://sprachkonstrukt2.deyhle-webdesign.com/feed">RSS</a></li> <li id="menu-item-759" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-759"><a title="Twitter" href="https://twitter.com/iruben">Twitter</a></li> <li id="menu-item-758" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-758"><a title="Facebook" href="https://www.facebook.com/sprachkonstrukt">Facebook</a></li> <li id="menu-item-802" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-802"><a title="Google" href="https://plus.google.com/114960565817170980570/posts">Google+</a></li> </ul>
The titles are all coded in your CSS with their associated attributes, which you can access via the Editor. It’s a very clever thing, but I have yet to make it work for me.