Forum Replies Created

Viewing 30 posts - 61 through 90 (of 501 total)
  • Author
    Posts
  • in reply to: mailchimp form not showing, again #1415363

    Thanks, Mike — that did it, for both the theme update and fixing the mailchimp element — feel free to close this thread, now. Thanks again!

    in reply to: mailchimp form not showing, again #1415300

    Thanks, Mike, but I can’t seem to get the update to come available in the theme options — any idea why it might be stuck on “No Updates available. You are running the latest version! (5.5)”?

    in reply to: social media icons in mobile menu #1414968

    Heheh, ok, thanks again, Guenni!

    in reply to: social media icons in mobile menu #1414966

    Right, but unless it needs to be there for accessibility, I’d rather not have it at all.

    in reply to: social media icons in mobile menu #1414959

    Oh, and Mike, you may notice I did end up switching (at least for now) to using the icons in the main header area, but Guenni’s code with my css still seems to be working, so I’m inclined to leave it as is, unless you think it’s a problem. Thanks again, guys!

    in reply to: social media icons in mobile menu #1414955

    Ah, good to know, Guenni — thank you. I set the width to a pixel value instead. But I’m not sure what you’re saying about the heading — is not having a heading an accessibility issue or something?

    in reply to: social media icons in mobile menu #1414896

    Thanks, Mike, but I’m using the Full Page Overlay Menu, where the menu items are centered. I wanted to center the social icons, like all the other menu items, and the quickest way I could find to do that was to change the width of the list item containing the social icons ul from 100% to fit-content, and then set the margins to auto. But that “Social Bookmarks” text (even though it wasn’t showing on the front end) was adding a bunch of width to the list item, preventing me from perfectly centering the icons. Removing that text from the php code solved the problem. Does that make sense now?

    in reply to: social media icons in mobile menu #1414891

    Sorry, Guenni, did it sound like I was still having trouble? I think I’m all set on this — I’m keeping the socials in the top strip on desktop, and your code helped me add them to the mobile menu, for when they disappear from the header on mobile. Thanks again for your help!

    in reply to: social media icons in mobile menu #1414883

    Oops — thanks, guys! I couldn’t even see them on my phone, but once I saw the screenshot from Guenni, I found them on my emulator, in tablet view.

    And yeah, I think you’re right, Guenni, about wrapping them in an li. And I’d like to keep them in the top strip, on desktop — so, thanks, Mike, I don’t think I want them in the main header area on this site, but I’ll keep your solution in mind if I do!

    So I went with Guenni’s code using the socket socials, but they were still showing at the left edge of my mobile overlay menu. I was able to center them by changing isHeading=”Social Bookmarks” in the php to isHeading=”” (deleting that whole line seemed to vanish the icons), and setting the css to width=”fit-content”; margin: auto; — so here’s my code, if it helps anyone else.

    Thanks again, guys!!!

    <?php
    function social_footer_icons_to_hamburger_menu(){
    ?>
    <script>
    (function($){
    
      $('#header').one('click', '.av-main-nav-wrap', function() {
        var isMobile  = $('.av-burger-menu-main').css('display'),
          isHeading = "",
          social    = $('#socket .social_bookmarks').clone(true).addClass('sub-menu').css('display','block'),
          mobileMenu  = $('.av-burger-overlay');
    
        mobileMenu.find('#av-burger-menu-ul').append('<li class="menu-item-social av-active-burger-items" role="menuitem"><span class="avia-menu-text">'+isHeading+'</span></li>');
    
        if( social.length ){
          mobileMenu.find('.menu-item-social').append(social);
        }
      });
    
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'social_footer_icons_to_hamburger_menu');

    And then this css seems to work for me:

    .html_av-overlay-full #av-burger-menu-ul li.menu-item-social {
        width: fit-content;
        margin: 30px auto;
    }
    .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li.menu-item-social li {
        font-size: 1em;
    	margin: 5px;
    }
    in reply to: mailchimp form not showing #1412304

    Thanks, Mike! Feel free to close this thread.

    in reply to: accordion slider headings align top #1406656

    Thanks, Mike — what I find tricky is that, when looking in the inspector, unlike with “normal” hover states, I can’t see any change in the css when the slides open, so I couldn’t find what to target — know what I mean? Anyway, if you don’t know what I mean or don’t have any other advice in that respect, feel free to close the topic — and thanks again!!

    in reply to: accordion slider headings align top #1406621

    Ahh, nice! Thanks, again, Mike! Any tips for how to find that kind of thing? I’m usually pretty good with css, but it seemed particularly hard to find the css that was changing when the slides open.

    in reply to: set lightbox to use fullsize images #1406619

    Perfect — beautiful! Thanks so much, Mike — case/thread closed! ;)

    in reply to: Events Calendar Shortcode & Block plugin conflict? #1406073

    Yep, you can go ahead and close it, if you like.

    in reply to: Events Calendar Shortcode & Block plugin conflict? #1406059

    Thanks, Mike, but actually, you/they can hold off on this, for now — I just spoke with my client about this and we’ve decided we might switch gears and try to make the default Events Calendar view work for us, rather than customizing this Events Calendar Shortcode plugin. Thanks anyway, though!

    Nice — thanks so much, Ismael — the ordering’s working, and that’s amazing, but it seems now the recurring events aren’t showing. For example, there should be recurring events showing on https://gobeyondhomes.org/property/wilmington-townhomes/. If I disable the functions file in the child theme, I can see the recurring events, but we’re getting that “nothing found” message when the functions file’s active. Do you have any idea why that might be? Thanks again.

    Sorry about the sftp info — below/private has a new password. Instead of reverting the whole site, I just uploaded restored the functions file. But replacing the ADD POST SORT OPTIONS TO ENFOLD ELEMENTS filter at the bottom of that file with the filter you provided didn’t seem to work, so I left the original filter in place.

    BTW, you’ll notice the Morgan Place page/url now seems to have some events at the bottom which aren’t formatting properly — I’m guessing that’s a separate issue due to staff not properly entering events, or something (I haven’t seen that issue before) — I’m guessing you can ignore that, for now.

    Thanks again and lmk if you have other questions.

    Thanks, Ismael — looks like I added it with the CPT UI plugin (see https://capture.dropbox.com/s1Lk7UWcUheKvgfd), but I also just noticed this block of code at the bottom of my functions file (sorry I missed that the first time). Thanks again and lmk if you have any other questions.

    // ADD POST SORT OPTIONS TO ENFOLD ELEMENTS
    if(!function_exists('avia_custom_query_extension'))
    {
        function avia_custom_query_extension($query, $params)
        {
            global $avia_config;
            if(!empty($avia_config['avia_custom_query_options']['order']))
            {
                $query['order'] = $avia_config['avia_custom_query_options']['order'];
            }
    
            if(!empty($avia_config['avia_custom_query_options']['orderby']))
            {
                $query['orderby'] = $avia_config['avia_custom_query_options']['orderby'];
            }
    
            unset($avia_config['avia_custom_query_options']);
    
            return $query;
        }
    
        add_filter('avia_masonry_entries_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avia_post_grid_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avia_post_slide_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avia_blog_post_query', 'avia_custom_query_extension', 10, 2);
        add_filter('avf_magazine_entries_query', 'avia_custom_query_extension', 10, 2);
    
        add_filter('avf_template_builder_shortcode_elements','avia_custom_query_options', 10, 1);
        function avia_custom_query_options($elements)
        {
            $allowed_elements = array('av_blog','av_masonry_entries','av_postslider','av_portfolio','av_magazine');
    
            if(isset($_POST['params']['allowed']) && in_array($_POST['params']['allowed'], $allowed_elements))
            {
                $elements[] = array(
                    "name" => __("Custom Query Orderby",'avia_framework' ),
                    "desc" => __("Set a custom query orderby value",'avia_framework' ),
                    "id"   => "orderby",
                    "type" 	=> "select",
                    "std" 	=> "",
                    "subtype" => array(
                        __('Default Order',  'avia_framework' ) =>'',
                        __('Title',  'avia_framework' ) =>'title',
                        __('Random',  'avia_framework' ) =>'rand',
                        __('Date',  'avia_framework' ) =>'date',
                        __('Author',  'avia_framework' ) =>'author',
                        __('Name (Post Slug)',  'avia_framework' ) =>'name',
                        __('Modified',  'avia_framework' ) =>'modified',
                        __('Comment Count',  'avia_framework' ) =>'comment_count',
                        __('Page Order',  'avia_framework' ) =>'menu_order')
                );
    
                $elements[] = array(
                    "name" => __("Custom Query Order",'avia_framework' ),
                    "desc" => __("Set a custom query order",'avia_framework' ),
                    "id"   => "order",
                    "type" 	=> "select",
                    "std" 	=> "",
                    "subtype" => array(
                        __('Default Order',  'avia_framework' ) =>'',
                        __('Ascending Order',  'avia_framework' ) =>'ASC',
                        __('Descending Order',  'avia_framework' ) =>'DESC'));
            }
    
            return $elements;
        }
    
        add_filter('avf_template_builder_shortcode_meta', 'avia_custom_query_add_query_params_to_config', 10, 4);
        function avia_custom_query_add_query_params_to_config($meta, $atts, $content, $shortcodename)
        {
            global $avia_config;
            if(empty($avia_config['avia_custom_query_options'])) $avia_config['avia_custom_query_options'] = array();
    
            if(!empty($atts['order']))
            {
                $avia_config['avia_custom_query_options']['order'] = $atts['order'];
            }
    
            if(!empty($atts['orderby']))
            {
                $avia_config['avia_custom_query_options']['orderby'] = $atts['orderby'];
            }
    
            return $meta;
        }
    }
    in reply to: Events Calendar Shortcode & Block plugin conflict? #1404498

    Hmm, I usually hear back from y’all by now — did this one slip through the cracks on?

    Hmm, I thought I replied to this — guess I got distracted and never hit submit….Anyways! Yes, the filter’s in the functions file and the Event Time snippet’s in the loop-index — both are in the child theme. The example I listed in the original post is no longer valid, since those events have now passed, but here are a couple of other examples: https://gobeyondhomes.org/property/casa-dominguez/ and https://gobeyondhomes.org/property/morgan-place/

    Credentials below — thanks, Ismael!!

    in reply to: Events Calendar Shortcode & Block plugin conflict? #1402527

    Thanks, Mike. Disabling all the other plugins doesn’t seem to help, but switching to a default theme does seem to resolve that error and the calendar shows. I have it set to the Twenty Twenty-Two theme, now, and you can see the calendar and no error — https://gobhdev.wpengine.com/resources/virtual-events/ . If I switch back to Enfold, the error returns and the calendar disappears — does that tell us anything?

    in reply to: elementor options not holding in Enfold footer page #1401856

    Thank you so much, but no I’m actually having trouble isolating the issue — I thought I had it pinned, but it seems to be inexplicably switching between working and not working. So, thanks again, but you’re welcome to close this ticket and I’ll reopen it if I can pin down the issue.

    in reply to: elementor options not holding in Enfold footer page #1401825

    Well, I can show you the problem, if you’re willing to look. But if you’re not willing to look because it’s Elementor in combination with Enfold, I understand.

    in reply to: Events Calendar Shortcode & Block plugin conflict? #1401813

    So, that’s the default Events Calendar plugin view. As described in my posts, we’re using a separate/additional plugin — the Events Calendar Shortcode & Block plugin (https://eventcalendarnewsletter.com/the-events-calendar-shortcode/) to modify it here: https://gobhdev.wpengine.com/resources/virtual-events/ (why my client wants to do that is a long story). So, you can see the shortcode from the additional plugin in that Virtual Events page (https://capture.dropbox.com/RDsKEy5krZahvdUv). You can see the calendar showing with Twenty Twenty-One activated (https://capture.dropbox.com/QsvbUNfyMySSPCyu) and not showing when Enfold’s activated (https://capture.dropbox.com/xtTOSRJVyb8t8ezk). Thanks and lmk if you have any other questions.

    in reply to: Events Calendar Shortcode & Block plugin conflict? #1401098

    Thanks, Yigit! I’ve included the credentials below, and I left the dev site with Twenty Twenty-Two activated, so you can see the calendar showing at https://gobhdev.wpengine.com/resources/virtual-events/ — if you switch back to Enfold or Enfold Child, you should see the calendar disappear. Lmk if you have any other questions!

    in reply to: sticky header mobile not working #1400216

    Oh, wow — my bad; somehow I had it in my head it worked on mobile! Thanks, Guenni — you’re amazing, as always — I’m going to pass on it, for now, but it’s good to know I can try your code if I want, someday! Thanks, guys.

    in reply to: text in popup #1365785

    Awesome — thanks so much, guys!!

    in reply to: text in popup #1365469

    @Guenni007, I hate to ask, but would it be too much to ask for a version of this that uses text links instead of the buttons? My client prefers simple text links, like on Gio Aliano, on https://abodedev.wpengine.com/about/our-people — again, feel free to deny my request, here — I could always just style the buttons to look more like links. Thanks!

    in reply to: map Portfolio custom post type to Portfolio Items #1364146

    Epic, Ismael — you continue to be “the man”! I actually duplicated this site and switched the theme to and enfold, so I didn’t import the posts – they were already there from the duplication. So using the CPT UI plug-in to register those posts worked to register them, and then using the post type switcher plug-in you suggested worked to convert them to enfold portfolio entries — perfect! Thanks again!

    in reply to: masonry load more not working #1364143

    Oh, cool thanks guys – sorry for the false alarm. I updated chrome and quit/re-launched it and that seemed to do the trick for me. Thanks again!

Viewing 30 posts - 61 through 90 (of 501 total)