Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
Thank you! Your effort is appreciated! This does exactly what I asked for…
My client is still asking for having Pages default to Advanced Layout Editor. Please let me know if you can or cannot help me make this function apply only to Pages (not posts or portfolio items). Then I can just use the css you gave me to hide the button which will reduce errors by volunteers. Thanks
// make avia default on new posts // use #postdivrich_wrap for editor only, #post-body for (pretty much) everything // see https://kriesi.at/support/topic/always-open-advanced-layout-builder/#post-452117 add_action('admin_head-post-new.php', 'trigger_alb_on_load'); function trigger_alb_on_load(){ echo '<style>#post-body { display: none; }</style>'; ?> <script> (function($){ $(window).load(function() { $("#avia-builder-button").trigger('click'); $("#post-body").css('display', 'inherit'); }); })(jQuery); </script> <?php }
Okay, here is some information in case anyone searching something similar finds this thread.
I am now using Content Views Pro plugin. With it I am able to have a grid with infinite scroll/load more (see closed thread Victoria linked to) and put sharing buttons on each grid entry. It is customizable enough to cover most needs yet still seems simple and not intimidating. It can handle custom fields in grid entries so I made a custom field using ACF and put the shortcode for the enfold sharing icons into that field and it displays nicely on each grid entry and is then consistent with all other Enfold pages.
And very importantly… It also easily allows one to create views which replace archive, author, single post etc pages. Most of the plugins and Enfold’s own grid elements, require one to edit php templates to make all those pages a consistent design. So for example, it is easy to make the category archive pages the same grid layout as the main blog grid.
This is the first website I have built using the Content Views Pro plugin, so I cannot comment on stability and long term viability, but I am pleased to have found it and so far it is working very well. Seems about ideal for a competent non-coder like myself.
- This reply was modified 7 years, 3 months ago by draig.
There is a test page…
I do not want the categories above the title… otherwise I really like the ‘Elegant’ layout. I would like the categories to be down next to the date. How can I do that?
July 19, 2017 at 7:18 pm in reply to: Why is there an option to set preview image size on blog? #824123Hi Victoria,
Are you saying that what I am seeing is not the expected behavior?
I’ll have to remake the problem page cause I changed it to find a solution.
Thanks for your reply!
Thanks for the reply…
I’ll use the plugin then… I was trying to keep the site simple and just stick to Enfold.
Hi Victoria,
Thanks for the reply. It is beyond my skill level to know how to edit that function. I thought it might be easy enough that one of you more skilled folks could make a quick edit. Anyway, I understand it is getting beyond the support area.
Cheersokay… thanks!
I was trying to stick with just Enfold elements for simplicity, however, I can use a plugin called The Grid for displaying a portfolio grid and it has infinite scroll.
Pardon… I must not have been clear. I want to make the Advanced Layout Editor be default for Pages but not for Posts.
The function above makes all post types (Post, Pages, Portfolio Items) have the Advanced Layout Editor be active by default. How would I adjust that function to do what I want?
ThanksPardon, but that thread provides no information and one of the plugins linked has not been updated in more than 2 years.
I also have no idea looking at it whether an infinite scroll or ‘load more’ plugin would be able to work with the Enfold Portfolio Grid.
I was asking the question in general… but I mocked up a page to show what I would like to do:
Page example #1When you click on an image, it opens the image in the lightbox. Along with the image, it also shows the Post Title. My question is, would it be possible to also show Post Excerpt.
For the second question, use this page:
Page example #2This example is using The Grid plugin. When you hover over the image, sharing icons become visible. I want to know if it is possible to have the Enfold sharing icons be on each grid item like in this example but using the Enfold Portfolio Grid (always on or hover is fine). I would prefer to just use Enfold elements as it makes the site simpler for the client.
Thanks for the CSS!
How would I change the function above so that it only made the Advanced Layout Editor default for Pages and Portfolio-Items but not for Posts?
The client did not give me permission.
For now, I made the logo a flat color, deleted the background image and made the background a color… the background color and the header line up fine.
I’ll revisit it later.
I cannot. It is not yet public.
Should they both be the same height? Like I said, it is basically default Enfold install.
gform is Gravity Forms, not Formidable (we use both)
Also, you wrote
“Google fonts are blocked, because you’re requesting them over http, instead of https.”How do I correct this?
Formidable suggested this
#top select, #top .avia_ajax_form .select, #top .entry-content-wrapper select { -webkit-appearance: menulist !important;
Now the dropdowns look like dropdowns
Thanks! I’ll do that
Hi Victoria,
Thanks for the reply… I don’t really understand much of what you said… and I don’t know what “You should check for the correct encoding of the image” means.
Cheers
Hi,
Here is the link to the form…
The dropdown look just like text fields in Safari. In Firefox there is a dropdown arrow
I have this same problem. No arrows on Formidable dropdowns in Enfold. I tried the above code but it does not work. Any other suggestion?
Thx
Thanks for the update – I hope so… Layerslider 6 is fantastic!!
Any ETA on when Layerslider 6 will be updated in Enfold?
I am still anxiously awaiting this release. I am hesitant to switch to the paid version of LS for existing sites but I have clients asking.
I’ve had the same problem reported by multiple people visiting the site
Any news on Layerslider 6 integration in Enfold?
Thanks 1000zen,
I appreciate the info.
I’ll wait until early January and if there is not yet an Enfold update that has Layerslider 6, I’ll try using the standalone plugin and your fix for the header!
Again, much appreciated!
DevaI deleted the old Enfold theme and uploaded a fresh copy. So far I have not seen the errors, but it is usually when I update some plugins that the errors show up. I will let you know if I encounter such errors when there are a couple plugins that need updating
I talked to the hosting provider. fopen is enabled
I will try over-writing the latest Enfold.
Sometime approx a year ago, I tried disabling Layerslider and using the plugin because it had a new feature I needed. There were some issues though, so I deleted the plugin and re-enabled the Enfold version of Layerslider.
After that it was always telling me there was an update. Also, I vaguely remember a similar error back at that time. Could there be a lingering issue from that?
Details posted in the private section
Hey, 1000zen,
Have you had any issues with deactivating the bundled layerslider and using the separately purchased plugin? It was well over a year ago that I tried that and I had some problems (which I don’t remember what they were now). Maybe that has long since been resolved. I’d appreciate your feedback on the matter.
Regards
Layerslider 6 is awesome!!
I always use Enfold for new websites I make, but lately I am not because I want to use Layerslider 6. The sooner you can get the latest version into Enfold the better.
-
AuthorPosts