Forum Replies Created

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • in reply to: image hover cause the wrapper to grow and thus bounce #832626

    https://www.screencast.com/t/gWE45G7U

    it happens on lots of my images.

    in reply to: image hover cause the wrapper to grow and thus bounce #832478

    It’s not browser related.

    Try the page again, there is a staff image now.

    Can’t screenshot a hover jump, just hover the staff image. This is a common problem that is widely mentioned in this support forum.

    in reply to: Clickable columns almost working #779676

    Making it a plugin won’t help the issue I am having or prevent overriding the parent columns.php file, and I prefer to make theme modification within the child theme because plugins can be turned off and deleted. Running the Enfold modification via a child them means they will always be there as long as the Enfold child theme is active.

    Clickable columns should be a default feature as many themes allow this. It would be real nice if it was just added in the core or an custom action was added to alter $output.

    Once it’s working I can add it as a snippet, but it’s not an easy snippet as it requires .js, admin css as well as the mod to columns.php.
    If anyone want a login to see the problem I am trying to solve let me know. I am certain it’s an issue with the shortcode name in columns.php, but after I change that I am getting some weird behavior with the javascript and can seem to see where it’s stems from.

    in reply to: Clickable columns almost working #779578

    Why do I need clickable columns? Many of my client designs call for clickable containers that do not have an image and many clients do not have the knowledge to write the html or edit it and rather use a page builder element. Other Enfold forum users have the same need.

    Clickable columns work fine if I override columns.php in a child theme, but I don’t want to break a site if columns.php is updated on the parent side. By adding a new clickable columns tab, this way the only element that would break are clickable columns not every column in the entire site.

    Here is the pastebin: https://pastebin.com/NPH0MEcM

    However, I only changed the class name, $atts and this code:

    // Linkable columns
    				$link = $atts['link'];
    				$linktarget = $atts['linktarget'];
    				
    				$blank = (strpos($linktarget, '_blank') !== false || $linktarget == 'yes') ? ' target="_blank" ' : "";
    				$blank .= strpos($linktarget, 'nofollow') !== false ? ' rel="nofollow" ' : "";
    
    				$link = aviaHelper::get_url($link);
    
    				$tag = !empty($link) ? array("a href='{$link}' {$blank} ",'a') : array('div','div');
    				
    				$output  .= '<'.$tag[0].' class="flex_column '.$shortcodename.' '.$extraClass.' '.$first.' '.$meta['el_class'].' '.avia_sc_columns_linkable::$extraClass.' linkable-column" '.$outer_style.'>';
    			
    				//if the user uses the column shortcode without the layout builder make sure that paragraphs are applied to the text
    				$content =  (empty($avia_config['conditionals']['is_builder_template'])) ? ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content)) : ShortcodeHelper::avia_remove_autop($content, true);				
    
    				$output .= trim($content).'</'.$tag[1].'>';	
    in reply to: Magnific Popup under my another lightbox #736138

    Bump

    in reply to: Magnific Popup under my another lightbox #735126

    Added info to private content

    in reply to: Potential Bug with home page pagination #598628

    You’re not reading my posts carefully.

    I have stated that the problem is isolated to the home page and it does not matter is there are two blog elements on the page.

    Two blog elements work fine in terms of advanced one or more pages on any page with two blog elements as long as it’t not the home page.

    Right now the home page has a single blog element and you can not advance the pages. So blows up your theory, especially when the psts advance with two blog elements on any page other than the home page.

    So please check the home page again as it just a single blog element.

    in reply to: Potential Bug with home page pagination #591986

    Please read my post again. It happens with one element, but as I said in my post two elements on the same page work fine unless it’s on the home page.

    In my post you will find two links demonstrating the behaviour.

    • This reply was modified 8 years, 8 months ago by hookedonweb.
    in reply to: Add second menu below main menu #558033

    Actually, it’s working now. It seems if I paste the sub-menu as a sortcode the page breaks, but applying the sub-menu via the filter the page renders fine.

    It would be great if you added a feature to place a submenu on all pages with an option to exclude specific pages, under the theme admin.

    in reply to: Add second menu below main menu #558031

    I managed to get the sub-menu to be sticky, I was not adding <div class="sticky_placeholder"></div> after the menu. So if working fine via the ava_after_main_container on all pages, but I have an issue on the Woocomerce shop page.

    The menu renders fine (no matter if I use the Advanced Layout Builder or the ava_after_main_container filter) the shop and sidebar are left justified.

    I have looked over the css and can’t figure out how to get it back in position.

    in reply to: Add second menu below main menu #557794

    #1 This makes is so much easier than using a filter, but is there a simple way to make the menu make it show on all pages or all pages, but the home or font page?

    #2 I have added a submenu using the filter: ava_after_main_container, but it’ not sticky. How can I make it sticky?

    • This reply was modified 8 years, 10 months ago by hookedonweb.
    in reply to: Enfold & Wishlist Member Plugin #409006

    I will document what I have and it send today. This is a huge problem for me as most of my client sites is done is Enfold and I build a lost os Wishlist Member sites all of which sure the same problem.

    in reply to: Enfold & Wishlist Member Plugin #393573

    I just confirmed with two sources that simply adding this filter fixes the problem:

    
    		

    But I still get the issue of the footer missing and the opps page not showing.

    I confirmed on a friends Wishlist / Enfold site running the same current / to date versions as I am and without the use of the filter or turning off the layout builder her opps pages works fine and so does the footer.

    I have re-installed both Wishlist and Enfold filed, cleared cache, switched form child to parent theme, turned off all my plugins, resaved my test members only page, and still not foote or opps page.

    in reply to: Enfold & Wishlist Member Plugin #393544
    This reply has been marked as private.
    in reply to: Enfold & Wishlist Member Plugin #392910

    Can you please identify the hook that can be used . . .

    In the case of the “Advance Layout Editor” the page_template and single_template aren’t being called so our function process is not initiated.
    The developer suggested if there is a filter on the theme that is being called similar to the WordPress page_template/single_template, you may be able to hook our function Process into that.

    I can do the rest, but I am having a hard time locating the hook I need to use.

    • This reply was modified 9 years, 9 months ago by hookedonweb.
    in reply to: Portfolio Tags #388389

    Thanks, I ended up writing a custom element and added it to your advanced page builder; however, I have one question that is out of scope for support, but hopefully you can help.

    The popup elements works fine, i.e., function popup_elements() so does the key required in the popup_elements array, i.e., “required” => array(‘src’,’not’,’’).

    The problem I am having is when you select an option the required fields show, but when you unselect the fields the required fields do not hide.

    This video explains what I am talking about:

    http://screencast.com/t/avr3yo3bEMwn

    Hopefully, you can point me in the right right direction.

    in reply to: Create a video gallery or portfolio #289968

    Holly URL Batman, that worked perfectly.

    I never ran across that before, thanks.

    in reply to: Create a video gallery or portfolio #289835
    This reply has been marked as private.
    in reply to: Create a video gallery or portfolio #289808

    I tried that several times already and active or not I still get a new page and not lightbox.

    See this example: http://screencast.com/t/o2fjfdOQfEb

    in reply to: Create a video gallery or portfolio #289722

    I setup the masonry gallery and it works fine but the video links are opening up in a new page not the lightbox butI have the lightbox option selected.

    in reply to: Create a video gallery or portfolio #289697

    OK I see the custom link option now. I tried masonry before, but did not see the custom link option.

    Tks a million.

    in reply to: Create a video gallery or portfolio #289689

    The only place I have found that allows me to enter a custom url is in the ajax portfolio option.

    By video thumbnails are you referring to using a video thumbnail plugin that ads a thumbnail to the media library and then using that thumbnail in a gallery?

    Can I force the video into the themes lightbox?

    in reply to: Create a video gallery or portfolio #289288

    I considered making a custom layout builder element and looked into the gallery shortcode, but looks like the link is done via WP default gallery…or am I missing where the link is created?

    in reply to: Avia API add custom page elements #285972

    Thank you, that is what I was looking for and have it working now.

    in reply to: Avia API add custom page elements #285577

    “Content Elements”

    in reply to: Filter to change Bold Posts excerpt length #255938

    I have tired using the excerpt filter on several Enfold sites both in the parent and child theme and no luck at all.

    I have combed over the code and found where the_excerpt is being used but there so much…where is the code for the Page Builder, Blog Post element?

    in reply to: Filter to change Bold Posts excerpt length #255924

    What is a manual excerpt?

    Do you know where the code for the page builder Blog Post is located.

    in reply to: Filter to change Bold Posts excerpt length #255874

    That was the first thing I tried bit not luck. I even tried to change the read more, etc. but no luck either.

Viewing 28 posts - 1 through 28 (of 28 total)