Forum Replies Created
-
AuthorPosts
-
Hi Tom,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueIf you set the link (of the button) to something ending in
?inline
it will trigger the JS function above.Hey!
The Masonry Gallery element has this option called “custom link” which you can set in each image, if you set an URL pointing to an image (jpg, png, etc) there it will open as lightbox.
Best regards,
JosueMarch 30, 2016 at 2:37 pm in reply to: WEIRD BLOCK APPEARS IN TOP RIGHT CORNER IN EDGE BROWSER/IMAGES NOT 100% WIDE #605193Hey!
I’ve tagged Kriesi to this topic, please wait for his response.
Best regards,
JosueHey!
Try using a Code Block element.
Best regards,
JosueHey!
Add this too:
#socket .social_bookmarks{ height: 60px; } #socket .social_bookmarks li a { width: 60px; line-height: 60px; min-height: 60px; }
Best regards,
JosueHi,
The popup script we use has the option to open inline elements (in the same page) as popup, you can invoke it with a custom JS code like:
<script> (function($){ $(window).load(function() { $('a[href*="?inline"]').magnificPopup({ type: 'inline' }); }); })(jQuery); </script>
The trigger link would be like:
<a href='#modal?inline'>Link</a>
More info:
http://dimsemenov.com/plugins/magnific-popup/documentation.html#inline-typeRegards,
JosueHi!
If you are referring to this that’s a Column with a negative top margin set.
Best regards,
JosueI made a typo in my previous answer please re-read it and also check the following:
https://github.com/fontello/fontello/wiki/How-to-use-custom-imagesBasically, the procedure is as follows:
1. Export your custom graphics as .svg individually.
2. Drag these .svg to fontello.com (set glyph names and codes if needed).
3. Export these from fontello.com as a .zip file (as shown in the video).
4. Import this .zip file into Enfold theme options (Import/Export)If everything went right the next time you add an icon-based element you should see something like – http://screencast.com/t/433XS7mXwR
Hey!
Try adding this code to the Quick CSS:
.av-share-box:after { margin-top: 10px; display: block; content: "Please read Privacy Policy before sharing this article via social media"; }
Cheers!
JosueHey,
You’d need to import the icons into Fontello (as compound-path SVGs) and then export them as a zip file that can be uploaded to the Enfold theme options, refer to this video – https://vimeo.com/75743285
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueOk once you got it running feel free to open a new topic regarding your request.
Best regards,
JosueMarch 30, 2016 at 1:50 pm in reply to: Sidebar navigation – highlight anchor when user scrolls #605145I wrote it wrong, check my message again.
Hi!
Can you post a link to your Masonry blog where you want videos to open as lightbox?
Cheers!
JosueHi!
I believe the issue is not related to Enfold, hence i asked you to switch to the default WP theme momentarily to confirm, if true you’d need to contact your hosting provider to resolve the issue.
Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueThat could work depending on what shortcode / ALB element you’re using. I think it would be a bit more easier (if your elements are text based) to simply use a Text Widget as it and then tweak it with CSS.
March 30, 2016 at 2:22 am in reply to: Strange icons in place of standard Enfold theme icons over https #604877Hi!
The provided access doesn’t work, i keep getting:
Connection timed out or server hung up. The server you are connecting to may be configured to limit the number of connections you are allowed to make.
Best regards,
JosueSeems to be fixed now, the culprit of the issue was this plugin named “Circle Menu For Enfold Theme” which was including jQuery when there one already, this led to the conflict. I’ve modified the custom plugin so it uses the jQuery included by the theme / WP.
Test it now.
A ver prueba con esto:
function c() { $('.slide-entry a[href$=".pdf"]').attr('target', '_blank'); } c();
Please also provide us an access to the /ns/ WP install.
Hey!
That’s not possible with the current Gallery element, however the Masonry Gallery does have this option – http://screencast.com/t/0dj6g32IY
Cheers!
JosueCorrect, like:
<iframe src="site" width="100%" height="800" style="border: 0">Browser not compatible.</iframe>
-
AuthorPosts