Forum Replies Created
-
AuthorPosts
-
You may disregard this post. The plugin author responded with a solution (an addon to the plugin was necessary to make that specific shortcode work). You may add IF-SO as a plugin that is compatible with Enfold. This plugin adds a lot of interactive uses for web sites. Not a lot out there like it.
This reply has been marked as private.That’s what I needed. Thank you!
Jordan,
That worked. Beautiful! Thanks for the speedy response too!Hi Jordan,
Oh so close! There is an invisible YET clickable burger menu far left. If you hover over top far left of the social icons (which are getting bumped right because of it, you can click and it opens the burger menu on the right.Click left burger which is invisible, and it opens right top burger visible.
Fix?Thanks, Jordan for the CSS to hide the logo. What about how to position the social icons to the left side of the logo – just for desktop view? Right now they are hidden for tablet and mobile which is fine.
I’d like to hide the logo totally on mobile. (Its in the menu and footer already) How do I do that?
Hi Victoria,
The URL of the domain (same as attachment) is in the Private Data field.Found a plugin called FooBox that is somewhat workable with Enfold if not using the Enfold lightbox setting.
Thanks for the response Victoria. You may close this one.That worked! Thanks for the solution Mike.
Hi again,
We swept the site and found not open EM tags. On top of that we swapped out the Google font for a standard font and refreshed server cache. When we removed the Google Fonts selection, the body content displayed correctly (no italics) However, italics was found in places where the EM tag doesn’t exist. Here are some examples:
MAIN MENU > Sub menu items
FOOTER WidgetsIf you flip back to the standard font (not Google font), the main menu sub menu items are still in italics.
Additionally, which Kriesi theme most resembles their first choice: https://demo.wpzoom.com/domino/
Ismael rocks! That did it. Thank you so much. Still couldn’t find the CSS code override you referenced, so I moved your code to the top and placed the !important as you suggested.
Kind regards,
jHi Basilis,
No- I haven’t created any subscription sites. They are requesting paywall, content drip, advertisement and content protection. I was hoping for a theme with some of this built in already.
Kind regards,
jHi,
Thanks for your response.
Yes, I did toggle and view in both CSS file merging and compression states (enabled and disabled; now enabled) even refreshing server cache. I adjusted font size down to 10px for the main menu and padding to 7px between each item. Still… it overlaps with the logo (WELS lettering) now at the E instead of the W. I’d like no overlap with the logo. What adjustments can yet be made to accomplish this?Kind regards,
jHi Ismael,
That didn’t work. The menu shouldn’t slide behind the logo which makes it look unprofessional. How do we adjust to make them not overlap?- This reply was modified 5 years, 6 months ago by welswebmaster.
Perfect. Thanks
This reply has been marked as private.Door #2 worked. Perfect! Thank you.
- This reply was modified 5 years, 7 months ago by welswebmaster. Reason: Fixed
April 29, 2019 at 2:01 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1095269Good morning Günter,
This last permanent fix did the trick. We’re all set now on our production site. Thank you! That was a long ride, but I’m thankful that you stuck with me to the end.
Have a great week!
jApril 26, 2019 at 12:51 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1094713Günter,
Beautiful!
I will need to repeat what you have done on the production site now. Can you provide me the proper steps?
Thank you so much for staying with me on this. I truly appreciate you.
jApril 25, 2019 at 9:57 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1094550This reply has been marked as private.April 25, 2019 at 2:32 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1094418This reply has been marked as private.April 25, 2019 at 2:14 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1094405Günter,
I tried as you suggested (still in place) and it returns a blank result for the GraphQL query.
The site doesn’t come up either now. Instead it gives this error:
Fatal error: Cannot use $this as parameter in /nas/content/staging/wels/wp-content/themes/enfold-child/functions.php on line 6Shouldn’t that statement start with an “add filter” type line? Only guessing, I’m not on your level.
April 24, 2019 at 4:50 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1094062Günter,
I tried your suggestion on our staging server to replace with if( false) and it worked well.
jApril 24, 2019 at 3:04 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1094000Günter,
I updated and placed the code you provided in Enfold Child functions.php with bad results where the graphql query returned NO results. Next, I tried adding it instead in the parent fuctions.php with same poor result. I restored my site back.
When just updating Enfold – the graphql query returns all but the main content body. Could you look again at the code you provided to be sure that is what we need?
Thanks,
jApril 23, 2019 at 2:10 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1093667Günter,
Hello. I’m ready to apply the 4.5.6 Enfold update. However, I’m confused as to what you said “After the next update make sure that filter avf_shortcode_no_header_request is included in enfold\config-templatebuilder\avia-template-builder\php\shortcode-template.class.php – then you need not do any further steps.”Can you clarify that for me? What steps must I take?
In kindness,
jApril 2, 2019 at 2:07 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1086076Bingo! That worked Günter. Thank you. Is this something you will provide in the next Enfold update or is should I place a copy of the file in my Enfold child theme?
I appreciate all of your efforts, Günter.
April 1, 2019 at 6:01 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1085596Gunter,
Hope you are feeling better! Thanks for the quick fix. That did the trick. Now for a long term solution. Perhaps this is what may help. If I’m not giving you the info you need, the next step would be to contact the GraphQL plugin author here:
Plugin: https://github.com/dfmedia/wp-graphql
Authors: https://github.com/orgs/dfmedia/people
INFO I CAN PROVIDE TO YOU
Code to define content types for GraphQL:/** * function to define content types for GraphQL for use on wels.app mobile app. One for each post type. */ add_filter( 'register_post_type_args', function( $args, $post_type ) { if ( 'bible3' === $post_type ) { $args['show_in_graphql'] = true; $args['graphql_single_name'] = 'Bible3'; $args['graphql_plural_name'] = 'Bible3s'; } return $args; }, 10, 2 );
https://docs.wpgraphql.com/getting-started/custom-fields-and-meta
The feed we are using is: https://wels.net/category/bible3/feed/
The query looks like this:
{ Bible3s(first: 1) { edges { node { title Bible3Id dateGmt content link excerpt featuredImage { guid } } } } }
March 29, 2019 at 3:35 pm in reply to: 2 SOLUTIONS CONFLICT – Last ALB fix omitted previous code fix you gave #1084602This reply has been marked as private. -
AuthorPosts