Forum Replies Created
-
AuthorPosts
-
Hi Victoria,
Thank you for the quick response! I understand that the height should be longer than a single printed page.
The problem is that the second page of content does not render when printing in Firefox, the second, third, etc. pages just print a gray block, where the text content for the additional pages (after the first) does render in Chrome and Safari.
Could you please let me know if you have a solution for this?
I have tried adding some custom code to print.css but that did not fix the Firefox issue.
Thank You
Seth- This reply was modified 6 years, 7 months ago by sethbutler.
August 3, 2015 at 7:11 pm in reply to: ENFOLD 3.2.3: Problem with Blog Posts Feed and Sidebar Settings below 767px #482367Hi Team Enfold,
This topic is solved and documented in the following thread along with the solution for a bug for the Post Slider / Color Section Background that was caused by a settings for the Color Section background size: https://kriesi.at/support/topic/enfold-problem-with-post-slider-not-responding-in-internet-explorer-ie/#post-482365
August 3, 2015 at 7:09 pm in reply to: Enfold: Problem with Post Slider not Responding in Internet Explorer (IE) #482365Hi Elliot,
Glad to hear you were able to duplicate, I was beginning to think I was losing my mind!
You tipped me into the solution—the issue was due to the Color Section background settings which were originally set to “At Least 50% of Browser Window Height“.
I edited the setting under Color Section > Section Layout > to “No Minimum Height” and this solved the issue.
The same problem was causing my News Feed to shift and become unresponsive under 767px as reported in this other thread:
https://kriesi.at/support/topic/enfold-3-2-3-problem-with-blog-posts-feed-and-sidebar-settings-below-767px/Will this issue with the color section background settings be solved in an future release?
SethP.S. Link to live domain below in private:
July 31, 2015 at 3:19 pm in reply to: Enfold: Centering Columns for multi-column Post Slider layout #481374Hi Rikard,
Thanks for taking a further look at it!
Ultimately we are looking for a solution that would be scalable beyond using custom CSS for that one page.
Is there any way I could put in an Enfold feature request for auto-centering the Post Slider column layouts?
Cheers
SethJuly 31, 2015 at 3:16 pm in reply to: Enfold: Problem with Post Slider not Responding in Internet Explorer (IE) #481372Hi Elliot,
I am using a cross browser testing emulator and to the best of my knowledge all those elements set to default.
What monitor size is that screen grab from? I am seeing the issue happen below 1280px wide and my screen shot was from a 1024x768px monitor.
I have tried machines with Windows 7, 8.1, etc and am still seeing the issue on my end.
SethJuly 30, 2015 at 10:14 pm in reply to: Enfold: Centering Columns for multi-column Post Slider layout #480979Hi Rikard,
There is a post slider layout in the page that is set to a three column layout. There are only two posts within that category and thus one column is left empty.
I am wondering if there is any way to center align those two columns within the three column “post slider” layout.
Please let me know if that makes sense—I have tried a number of CSS code attempts, looked through the forums, etc. and have been unable to get it to work.
Cheers
SethJuly 28, 2015 at 8:20 pm in reply to: Enfold: Centering Columns for multi-column Post Slider layout #479899Hi Rikard,
The site is still in prototype—please see below for links & instructions to get past a firewall!
Cheers
SethMay 15, 2015 at 10:15 am in reply to: Theme Width & Styling Issues from WordPress 4.2.2 & Enfold version 3.1.5 updates #444859Rikard,
Thank you for the quick reply!
Since we downgraded WordPress & Enfold (v 2.1.8) again, I’ll need to duplicate in another testing environment and attempt the updates again before I have something worth sharing.
That said, the problem I am encountering with the Theme Options is very similar to these two threads:
https://kriesi.at/support/topic/maximum-container-width/
https://kriesi.at/support/topic/page-width-does-not-change-anything/
Any advice that might prevent this issue on the next update attempt would be very helpful!
Cheers
SethP.S. We were doing a manual update, by uploading the new version of the 3.1.5 theme files via FTP (in a new folder).
- This reply was modified 9 years, 6 months ago by sethbutler.
February 2, 2015 at 11:09 pm in reply to: Enfold: Issue with WYSIWYG editor scrolling in Text Editor for Layout Builder #389728Elliot,
I just ran the 3.0.8 update but no fix for the MCE editor in the time being—glad to see a whole buncha other fixes though!
I have replicated the problem in Firefox & Chrome. You guys will probably catch it on the next update.
Cheers
SethHi Josue,
I am seeing issues as well in Chrome 44 & Safari 5 on fixed background (stretch to fix) and a pretty jumpy scroll on parallax.
For the fixed background (top center), images are not loading or are loading only in part, real funny looking like.
Please keep me in the loop for a quick fix!
SethEDIT: Should have noted that I just upgraded to WP 4.1, cleared cache, reset everything multiple times and tried different configurations but no luck yet.
- This reply was modified 9 years, 9 months ago by sethbutler.
August 6, 2014 at 3:02 am in reply to: Enfold: Avia Post Nav Continous Click-through for Portfolio & Blog Posts #300468Hi Peter,
Thanks so much for the suggest on that one! It looks like that did the trick to resolve bouncing back and forth!
I was able to substitute the “Simple Custom Post Order” plugin to address re-ordering and that seems to play just fine with the theme: https://wordpress.org/plugins/simple-custom-post-order/
Do you know of any theme-friendly php query that we could add in to create a continuous click-through from last-post to first-post and so-on so that the post nav functions somewhat similar to a carousel?
Cheers
SethP.S. Below is what we’re running at the moment at the end of functions.php
add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; } add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2); function avia_apply_custom_sort_order_to_post_nav($entries, $settings) { $temp_prev = $entries['prev']; $temp_next = $entries['next']; $entries['prev'] = $entries['next'] = ""; if(!empty($temp_next)) $entries['prev'] = $temp_next; if(!empty($temp_prev)) $entries['next'] = $temp_prev; return $entries; }
- This reply was modified 10 years, 3 months ago by sethbutler.
August 4, 2014 at 6:58 am in reply to: Enfold: Avia Post Nav Continous Click-through for Portfolio & Blog Posts #299511This reply has been marked as private.August 4, 2014 at 6:57 am in reply to: Enfold: Avia Post Nav Continous Click-through for Portfolio & Blog Posts #299509Hi Josue,
Thank you for the quick response!
I added the code (and cleared my cache), but for some reason it looks like the navigation still bounces back and forth between second to last & last post in the category when I test it and click through all the way in either direction.
I’ll send a link to the dev site in a separate private message…
Thank You for looking into this!
SethDevin,
Thank you so much for the speedy reply!
Will this code work for Enfold 2.3 + as well?
Cheers
SethIsmael,
Thank you so much!
I’ll update to the new version and then plug this in—will let you know how it goes.
Cheers
SethP.S. MAN… did I mention how nice this new forum is (with email notifications and all) a huge kudos to you all!
Devin,
Thank You! Is there any way to automate this across the site so my client won’t have to deal with the a link class?
Please Advise
SethSeptember 18, 2013 at 4:17 pm in reply to: ENFOLD: Icon Problems with Entypo icon font in IE8 (and below) #163009Devin,
Thanks for the speedy reply!
Please see the below screen shot where the icons are not loading properly in IE8.
Then compare to the following link in a webkit enabled browser: http://sandbox-3.sethbutler.com/prototype
You’ll see that the search icon in the upper right hand corner is failing. Also, the icons in the three column layout below the slider are loading incorrectly or failing to load at all. The left two icons (START A TEAM & APPLY FOR A MENTOR) are loading the incorrect icons, and the third column (REGISTER) is failing altogether.
Any suggestions with a solution to make them go away would be very helpful (for IE8 and below) would be much appreciated.
Warmest Regards
Seth- This reply was modified 11 years, 2 months ago by sethbutler.
August 27, 2013 at 4:13 pm in reply to: ENFOLD Layerslider & NAV Highlight Issues (maybe due to JS conflict?) #136818Devin,
Thanks so much for the quick reply!
I did update to WP 3.6 but am still having some minor issues:
1. The top NAV hover state (should display a green block below the text as in Firefox)
2. the left/right hover state for flyout navigation on individual portfolio entries does not appear in Safari.
I think I fixed the layerslider background issue by forcing the html, body CSS to a background-color of #FFFFFF.
Please advise
Seth
-
AuthorPosts