Forum Replies Created

Viewing 30 posts - 1 through 30 (of 75 total)
  • Author
    Posts
  • in reply to: Customizing Advanced Layout Editor defaults #834519

    Hi Ismael,

    Thank you! Your effort is appreciated! This does exactly what I asked for…

    in reply to: Customizing Advanced Layout Editor defaults #828539

    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
    }
    in reply to: Portfolio Grid questions #828455

    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.
    in reply to: Moving Categories on Elegant Blog to bottom #828446

    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?

    Hi 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!

    in reply to: Portfolio Grid questions #822772

    Thanks for the reply…

    I’ll use the plugin then… I was trying to keep the site simple and just stick to Enfold.

    in reply to: Customizing Advanced Layout Editor defaults #822766

    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.
    Cheers

    in reply to: Portfolio Grid 'Load More' Option? #822759

    okay… 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.

    in reply to: Customizing Advanced Layout Editor defaults #822234

    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?
    Thanks

    in reply to: Portfolio Grid 'Load More' Option? #822134

    Pardon, 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.

    in reply to: Portfolio Grid questions #822133

    I was asking the question in general… but I mocked up a page to show what I would like to do:
    Page example #1

    When 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 #2

    This 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.

    in reply to: Customizing Advanced Layout Editor defaults #821809

    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?

    in reply to: Logo and Header Background not same size #767208

    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.

    in reply to: Logo and Header Background not same size #766862

    I cannot. It is not yet public.

    Should they both be the same height? Like I said, it is basically default Enfold install.

    in reply to: Enfold and Formidable Pro with CSS issues #763919

    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?

    in reply to: Enfold and Formidable Pro with CSS issues #762383

    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

    in reply to: Enfold and Formidable Pro with CSS issues #762188

    Thanks! I’ll do that

    in reply to: Enfold and Formidable Pro with CSS issues #762136

    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

    in reply to: Enfold and Formidable Pro with CSS issues #759562

    Hi,

    Here is the link to the form…

    The dropdown look just like text fields in Safari. In Firefox there is a dropdown arrow

    in reply to: Enfold and Formidable Pro with CSS issues #759251

    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

    in reply to: LayerSlider WP needs update? #751703

    Thanks for the update – I hope so… Layerslider 6 is fantastic!!

    in reply to: LayerSlider WP needs update? #751680

    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.

    in reply to: Enfold portfolio images bunching on load #738032

    I’ve had the same problem reported by multiple people visiting the site

    in reply to: LayerSlider WP needs update? #735737

    Any news on Layerslider 6 integration in Enfold?

    in reply to: Layer slider not being updated #725208

    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!
    Deva

    in reply to: errors with enfold and included layerslider #725206

    I 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

    in reply to: errors with enfold and included layerslider #725125

    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?

    in reply to: errors with enfold and included layerslider #725102

    Details posted in the private section

    in reply to: Layer slider not being updated #724465

    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

    in reply to: LayerSlider WP needs update? #724208

    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.

Viewing 30 posts - 1 through 30 (of 75 total)