Forum Replies Created
-
AuthorPosts
-
Same here … @Victoria, do you mean ENFOLD 4.0.5?
I already have it, and although these warnings.They appear together with some Layerslider warnings:
https://pastebin.com/SQEFWvGb– ENFOLD 4.0.5
– PHP 7 (Hoster: All-Inkl.com)This warning appears the first time, when I updated to ENFOLD 4.0.5
And it shows a plugin update, but in the plugin list there isn’t anything to update:
http://screencloud.net/v/hPb2uMaybe it has something to do with the new Layerslider version? See Pastebin above.
I have exactly the same warning; it appears together with some Layerslider warnings:
https://pastebin.com/SQEFWvGb– ENFOLD 4.0.5
– PHP 7 (Hoster: All-Inkl.com)This warning appears the first time, when I updated to ENFOLD 4.0.5
And it shows a plugin update, but in the plugin list there isn’t anything to update:
http://screencloud.net/v/hPb2uMaybe it has something to do with the new Layerslider version? See Pastebin above.
I have exactly the same warning; it appears together with some Layerslider warnings:
https://pastebin.com/SQEFWvGb– ENFOLD 4.0.5
– PHP 7 (Hoster: All-Inkl.com)This warning appears the first time, when I updated to ENFOLD 4.0.5
And it shows a plugin update, but in the plugin list there isn’t anything to update:
http://screencloud.net/v/hPb2uMaybe it has something to do with the new Layerslider version? See Pastebin above.
April 28, 2017 at 3:15 pm in reply to: Warning: Cannot modify header information – headers already sent #784613but if you look at https://codex.wordpress.org/FAQ_Troubleshooting#How_do_I_solve_the_Headers_already_sent_warning_problem.3F, then the first part of the warning is the culprit – and this is ENFOLD.
No way to use both together?
April 22, 2017 at 10:02 am in reply to: How to initially hide comments and show them on click? #781631thanks, or has anybody a recommendation for a plugin?
My English is not so good to know the right search phrases for it …
Thanks.my site is not online – the issue is described above, it might be a general one not related to my site:
probably the functionality of “custom widget area” does not work,
– if I create a duplicate of “loop-page.php”,
– rename this to “subscribe.php”
– and add at its very beginning<?php /* Template Name: Subscribe To Comments */ if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); } ?>
just to use the duplicate as a new page template.
Then a new page does not use the “custom widget area”, that I have created for it.in detail: https://kriesi.at/support/topic/custom-widget-area-sidebar-is-ignored/#post-772719
Thanks, but I found something here in the forum, which works fine:
http://screencloud.net/v/rJWDj
In case that someone needs the CSS, too:
#commentform p { padding: 0; } #commentform label { position: relative; left: auto; margin-bottom: 5px; } #top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input { margin-bottom: 10px; }
and for those, who use the “Subscribe-to-comments-reloaded” plugin for comments subscriptions, the CSS for this are:
input#subscribe-reloaded { margin-left: 0; width: 10px !important; } p.comment-form-subscriptions label { margin-bottom: 20px !important; }
and for highlighting author’s comments:
ol#comments li.bypostauthor { background: #f2edf4 none repeat scroll 0 0 !important; padding: 10px; }
February 24, 2017 at 5:18 pm in reply to: CONFLICT? – WordFence Plugin & enfold / Advanced Layout Builder #751505Yes, with Enfold v3.8.5 all works fine on my end, thank you.
February 22, 2017 at 11:45 am in reply to: MASONRY GALLERY: first image "place" is empty when I set a fixed height/width #750426Great, thank you, Vinay, appreciate it.
February 21, 2017 at 4:08 pm in reply to: How to "execute" a shortcode within the image caption of Masonry Gallery? #750022Thanks, I got the solution in a Facebook group, it is quite simple:
in
config-templatebuilder/avia-shortcodes/av-helper-masonry.phpI’ve made these changes, search for
extract(array_merge($defaults, $entry));
and then add directly below this:
$content = do_shortcode($content); $the_title = do_shortcode($the_title); $description = do_shortcode($description);
Note your changes (I do this in Evernote), because after a theme update, this might be lost! Works fine!
February 21, 2017 at 12:01 pm in reply to: How to add checkbox for newsletter subscription to contact form like demo? #749884I solved this for me with the plugin https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/
You can add in ALB text box just a shortcode for a desired Mailchimp form, that you have created in the settings of the plugin. The plugin connects to your Mailchimp account, and also gives you statistics into your WP dashboard. See the screenshorts here:
https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/screenshots/All you have to do in ALB is adding a shortcode like this:
[yikes-mailchimp form=”2″]
For an integration in ContactForm7 for example, or for showing a checkbox below a post, it works with this plugin, too:
Below a post it looks now like this:
February 19, 2017 at 11:40 pm in reply to: How to have a normal button from ALB *without* a link function? #749093@ghrahams did @Yigit ‘s last code snippet worked for you?
I would like to achieve exactly the same as you:
- Masonry Gallery
- when hovering an image, no title attribute should be visible (like here in docu)
- but when opening the lightbox of this image, the HTML code I entered in the image description should be shown!
The snippet of Yigit does not work for me, because then also the lightbox text including links in the image caption is deleted.
February 16, 2017 at 6:04 pm in reply to: MASONRY GALLERY: first image "place" is empty when I set a fixed height/width #748078I created a test page with this scenario – see private data please.
Please try to reload the test page mentioned there several times:
sometimes there is an empty place instead of the first image, sometimes not.I tested this with Firefox 51.0.1 at Windows 7 prof. computer.
February 14, 2017 at 5:12 pm in reply to: Wordfence Security: "file contains a suspected malware URL listed on Google" #746992Thanks, I just re-downloaded it at Themeforest, seems I had not the latest version, my error is fixed with v3.8.5
— SOLVED —
January 25, 2017 at 10:33 pm in reply to: Move Search Icon to Secondary Menu AND right besides the social icons #738630works perfectly, thank you very much!
December 14, 2016 at 11:20 pm in reply to: Remove image titles when hover images BUT still show lightbox image descriptions #724636Thank you, this code snippet makes, that the image title on hover disappears, so far so good.
But all other images in a page, opened in a lightbox have no image title in the lightbox:The left image in this screenshot shows the result without your code snippet, the right image is the result with your code snippet.
These images in this case are created in a page with the “Masonry Gallery” ALB element and the images are set to be opened in a lightbox:
Is it possible to hide the image title on the hover over a normal image, but hide the image title, if the image is openend in a lightbox?
Thank you.Sorry, I figured it out, it was a wrong custom CSS
.av-masonry-entry { height: 180px !important; width: 180px !important; }
that caused this behaviour.
W3TotalCache seems currently not be compatible with WP 4.7, see this thread: https://wordpress.org/support/topic/read-this-first-wordpress-4-7-master-list/#post-8521431
@Lynnr321 W3TotalCache is currently not compatible with WP 4.7: https://wordpress.org/support/topic/read-this-first-wordpress-4-7-master-list/#post-8521431
@Abosict perhaps your site does not run at a Apache server?
See here: http://kriesi.at/documentation/enfold/enable-cors/ for the options.I solved this finally after hours simply by adding this to my htaccess:
December 1, 2016 at 4:48 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #719336YOU MADE MY DAY, @Guenni007 – THAT WAS IT!!!!
I added this to my htaccess: http://kriesi.at/documentation/enfold/enable-cors/
and now I see these icons:Danke – danke – danke, das hat mich jetzt echt Stunden gekostet!!!!
December 1, 2016 at 2:14 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #719235thanks, Guenni007, but no chance:
1. https://screencloud.net/v/w5VG
2. https://screencloud.net/v/72dI
3. https://screencloud.net/v/9eb9@Vinay:
As far as I have read somewhere in this forum, Kriesi’s website is hosted at All-Inkl.com, too, so as my site.
Since none of these solutions work at my site, could it be, that I have to change some server settings:I am at All-Inkl.com, the domain is set to http://screencloud.net/v/ec45, it’s a sub-blog of a multisite.
Is it necessary to change any ENFOLD folder for this custom iconfont upload from the “FTP-User” to the “PHP-User” like this: http://screencloud.net/v/W5u?
Sorry, it is hard for me to explain with my bad English, perhaps Andy can help in German please?
Thank you.December 1, 2016 at 12:27 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #719206Thanks, Vinay, that does not work at my site:
What I have done:
- download ZIP master folder from https://github.com/thesabbir/simple-line-icons/
- I had extracted this folder; inside was a folder “fonts” with this:
- I renamed this folder “fonts” to “simple-line-icons”
- then I make a ZIP from only this folder (result: https://www.dropbox.com/s/qeltwn1erqu6did/simple-line-icons.zip)
- then I go to my ENFOLD theme settings –> import/export –> IconFontManager –> and uploaded this ZIP file
- at a test page, I see still this weird symbols
Do I need some special folder rights at the server?
I am at All-Inkl.com, the domain is set to http://screencloud.net/v/ec45, it’s a sub-blog of a multisite.
Is it necessary to change any ENFOLD folder for this custom iconfont upload from the “FTP-User” to the “PHP-User” like this: http://screencloud.net/v/W5u?
Sorry, it is hard for me to explain with my bad English, perhaps Andy can help in German please?
Thank you.November 30, 2016 at 2:25 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #718782I don’t see this option at http://www.flaticon.com/packs/essential-set-2.
When I created the font at fontello.com with the “iconfont” download from flaticon.com by uploading the custom .svg file at fontello.com, then I do have given it a unique name –> http://screencloud.net/v/lNr9.
It has not helped: http://screencloud.net/v/hY44
November 29, 2016 at 8:42 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #718501@Guenni007 as I have described directly above your comment, this does not work for me – I have done it exactly that way using Flaticons like this for my testing purpose: http://www.flaticon.com/free-icon/user_149449
November 29, 2016 at 4:11 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #718312No, that is not my problem:
- I have downloaded this icon at FLATICON.com as an “iconfont”, not as SVG (http://screencloud.net/v/UvH)
- the ZIP file “my-icons-collection.zip” contains http://screencloud.net/v/k35T
- I extracted the “Flaticon.svg” and uploaded this file to http://fontello.com/ and downloaded the produced file fontello-2ccf0272.zip
- I uploaded this ZIP to the “icon font manager” in ENFOLD’s theme settings: http://screencloud.net/v/u884
- The result on a page with the element “IconBox”: http://screencloud.net/v/zQuH – still the same strange symbol
November 29, 2016 at 12:43 am in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #718062Private data
November 28, 2016 at 11:42 pm in reply to: How to add own icon fonts, that are NOT at FONTELLO or FLATICON? #718046P.S.
same weird symbols appear, when I upload instead a package (ZIP file) like this http://www.flaticon.com/packs/essential-set-2, I always see these strange symbols, when I try to use – for example – the icon box element of the Avia Layout Builder:What is going wrong here?
I’m using WP 4.6.1 multisite (!) and ENFOLD 3.8, upload with Firefox browser on Windows 7.What I have tried so far:
——————————————————————-
(1)
Found someone having similar problem: https://kriesi.at/support/topic/error-uploading-fontello/, but I don’t know how to re-name a ZIP icon pack at http://www.flaticon.com/packs/essential-set-2.(2)
Then I tried this suggestion: https://kriesi.at/support/topic/unable-to-upload-new-fonts-on-latest-enfold-version-3-6/#post-645965
I used this icon http://www.flaticon.com/free-icon/user_149452, downloaded it, using the .svg file from this download and uploaded it to the fontello generator; downloaded the ZIP file and uploaded it to the ENFOLD’s Icon Manager.
Same bad result: http://screencloud.net/v/w91CAny idea please? Thank you.
-
AuthorPosts